Hi,
I used the updatecell event of ultrawebgrid.Can I implement it as without refreshing after each cell updation.
Hello,
There should be a postback from client to server, otherwise there is no way the server-side code in the UpdateCell handler to be fired. The best solution around this is to use asp:UpdatePanel -- this will "ajaxify" the postback and turn it into callback.