Hi All,
How do I bind/unbind the "AfterCellUpdate" event on UltraWebGrid in the client-side? I have a requirement to iterate through the grid rows and update values in other columns based on business rules. Whenever I update the grid cell, the event calls itself and it goes in a recursive loop. I would like to avoid this. Any help on this would be highly appreciated!
Thanks
Hello Ram,
I think that you can use the suggested approach by me here:
http://forums.infragistics.com/forums/t/51366.aspx
Hope that helps
I have around 100 rows in the grid. Checking all the items for the first time takes a lot of time, subsequent checks/unchecks are little faster.
Can something be done for this?