Disable sort after edit
Disable sort after edit
keith.abramo
Posts: 37Questions: 6Answers: 0
in Editor
Is there a way to still have editor redraw the table after an inline edit BUT not sort? I'm having an issue where my client is complaining that after they edit a column that is currently holding the sort, it moves that row, sometimes to a completely different page and they have to hunt it down.
This discussion has been closed.
Replies
You could try the drawType option of the inline editor config to stop the sorting behavior after the edit. You will want to look at 'page' and 'none' to see which works better for you.
You may then want to provide an update button to redraw the table once the user is ready.
Kevin
Fantastic! The page: 'current' did the trick. Much appreciated!