Please help,,
At runtime based on some condition i have to change the Grid's cell's property from Activation.AllowEdit to Activation.NoEdit.
I am handling this in BeforeCellActivate().
Problem is if Cell is in Activation.NoEdit mode then i have to click twice to make it Active if the condition is satisfied.
I have done Grid.Refresh() also but no chance.
Any help would be highly appreciated.
Bhoomi.
I think BeforeCellActivate is too late. The cell is already in the process of activating. You will probably need to use some other event.
Thanks.
I will try it out.
I have another question also.
I have seen a Grid in which it seems tab controls are used in grid.
In the first row of grid there were values, there was a child band.
On clicking on + sign the child band opened in the tab format. It seemed the tab control was put in the grid's child band. I didnt get how it was done.
If multiple child bands were on the same level then it showed multiple tabpages in the child band. Is there any such new functionality in Infragistics 2007?
If i can also put it then lots of my problems will be solved.
Thanks in advance..