Hi all,
Has anyone come up with a method to capture the editable cell value in a datagrid, during the onRequesting() event?
Our work around at the moment is to read the value of the cell during onRequested() or onRequestCompleted(), however if the value the user has input isn't what we require, we have to run another API to reverse the value, then run an F5 call to refresh the screen.
It would be a lot simpler to be able to capture the edited cell value during onRequesting(), so that if the value fails validation we could just cancel the server call (args.cancel = true).
It might be that the answer lies in adjusting what's available in IActiveGrid to allow access to some of the slickgrid functions.
Cheers,
Iain