This question is locked. New answers and comments are not allowed.
I have a grid that uses Server side binding.
When I edit and save a row, I need to be able to edit the column contents I am about to submit immediately before submitting them.
I know that the ClientEvent onSave does not work in Server side binding. Is there any way I can simulate its effect using javascript?
When I edit and save a row, I need to be able to edit the column contents I am about to submit immediately before submitting them.
I know that the ClientEvent onSave does not work in Server side binding. Is there any way I can simulate its effect using javascript?