How can I pass data to javascript event handler. I am trying to pass some data to CellValueChanging event when editing the WebDataGrid.
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.
Please feel free to contact me if you have any further questions regarding this matter.