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
355
Passing Data to event handler.
posted

How can I pass data to javascript  event handler. I am trying to pass some data to CellValueChanging event when editing the WebDataGrid.

Parents
No Data
Reply
  • 49378
    posted

    Hello Anjum,

    Two arguments are passed by default to the CellValueChanging clientside handler - a reference to the WebDataGrid clientside object and a event argument. In order to use additional data when handling the event, I would suggest passing the required data through globally accessible variables or object.

    Please do not hesitate to contact me if you have any questions.

Children