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
395
After cellupdate event.
posted

HI,

I have a webdatagrid with textbox in a template column when the user changes the value in the text box and tabs out i have to do server side processing.can some boody help me which event i have to use.I don't see any aftercellupdate event.

  • 33839
    Suggested Answer
    posted

    Hi rover123,

    I think you may have to do this with your own code.  If it is a plain textbox in a templated column, you won't get any event from us, except maybe generic key events on the grid.  You'd be better off handling keydown on the textbox and initiate a postback on tab key.

    regards,
    David Young