This question is locked. New answers and comments are not allowed.
Is it possible to place multiple items in in-line edit mode at once?
In our grid we need certain columns editable from the moment the grid is loaded. This way the user can tab between all the input fields and also continue to the next item using the tab key. So the complete grid needs to be in edit mode, not only the one row and it needs to be saved in one ajax post.
In our grid we need certain columns editable from the moment the grid is loaded. This way the user can tab between all the input fields and also continue to the next item using the tab key. So the complete grid needs to be in edit mode, not only the one row and it needs to be saved in one ajax post.