Hi all,
I am using webgrid in which I have around 10 Columns. Now I want to edit two cells of a row at a time. The values of these cells depends on each other. So if I want to update a value of one cell, It should fire a event and update the value of other cell also.
Is anyone there knows which event to use to do this.
I dont want to do postback on cellupdate. I want to implement it through javascript. But has no clue how to grab current cell value and change other cell value according to that.
Please Help me
Thanks
Hello,
Please, take a look at the client-side object model for UltraWebGrid documented here (CSOM) -
http://ko.infragistics.com/support/documentation.aspx
What you need is the object model for cell, and the client-side getValue and setValue methods in particular. Also, you can run a search on forums for WebGrid and you will see hundreds of forum threads on how to get and set value of cell on the client.