Hi!
We're using Infragistics Webgrid (v. 9.1) in our application. We've a dataset of 2 related tables which render a childgrid on expanding a row. Now we've achieved the functionality of a blank new row already added in the Childgrid on expanding the parent row. Now, the requirement is that we need to disable the first cell in the newly added row. Can you suggest a solution for this? We are able to disable a cell from the code-behind but as the new row is automatically added, how can we disable a desired cell of the newly added row.
Thanks & RegardsAnuj
Hi,
You can disable a cell on the client side. First get access to the cell then apply the setEditable() method.
Magued