Good Day all
Am using a Grid from infragistics and i have a Problem.
In the (Microsoft)Gridview we have an event RowDataBound and in the infragistics grid there is no such event. What am trying to achive is that when the grid has been bind, i want to disable and hide certain cells based on the Arralist values. e.g i have the Following array list
ArrayList strsList = new ArrayList();
//Add the Contents of the String StrS to the Arraylist
{
strsList.Add(s);
}
Now i want to Disable the Ultragrid Cells based on the Value that is in the ArrayList
How can i achieve that ?
Thank you
Hello,
Please take a look at the link below:http://forums.infragistics.com/forums/p/19156/6d9381.aspx#69381
Hope this helps.