Good Afternoon All
I have a Following code that i want to use to Disable a Cell in a Ultragrid based on the Arraylist value.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
try
{
//Create an Instance of a BLL Class
//Save the Selected Value in the Session Variable
//Get the Final Pattern and Store it in a Local Variable
Final_Pattern = obj.Disable_Grid_Contents(Subject_Pattern);
//Create a Array and Split the Contents of the String with an empty Space and Assign it to the Array
//Create an Arraylist onject
//Add the Contents of the String StrS to the Arraylist
strsList.Add(s);
}
* Disable the Cells that have the Value*/
UltraGridRow row = new UltraGridRow();
I cant use the Enabled and the Visible Property.
Thanks
Hello,
Once you get an instance of an cell, you can set the cell.AllowEditing property to No, I think this will get you what you need. There is a great thread on that here:
http://forums.infragistics.com/forums/t/21000.aspx
You Just Posted The thread we are working on
Cool :) Forum search is indeed starting to get a very powerful tool, with more than 65,000 threads already. Please, let us know if you need additional information.