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
65
WebDataGrid client event for before cell change
posted

Hi there,

I am trying to convert UltraWebGrid control to WebDataGrid control.

I have a javascript handler UltraWebGrid1_BeforeCellChangeHandler(gridName, cellId) which is called for the CliendSideEvent BeforeCellChangeHandler.

Could you please let me know what is the equivalent client event in WebDataGrid? I tried CellValueChanging in EditingClientEvents, but it did not work.

Thanks for your help.