Prevent DataTable reload after in-line edit

Prevent DataTable reload after in-line edit

msalomonmsalomon Posts: 1Questions: 0Answers: 0

I am loading my datatable via a server-side ajax call (serverside option set to true). However, I am overriding the Editor's ajax call to save edited data on client-side until the user presses a save button and all changes are submitted to the server at once. Therefore, I don't want the datatable to reload data from the server each time the Editor submits. Is there any way for me to prevent that?

This discussion has been closed.