Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
221
Updatecell event+refeshing
posted

Hi,

I used the updatecell event of ultrawebgrid.Can I implement it as without refreshing after each cell updation.

  • 28464
    posted

    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.