I have implemented jQGrid in my application. The edit and save work as follows:
Edit: On clicking a particular row inside the grid, the row can be edited
Save: On double clicking on the body outside the grid the row is saved
The default functionality enables user to move from one column to the other while editing a row on the click of Tab.
I am looking to implement tabIndex functionality in such a way, that on click of tab while editing a row, once the user reaches the last column, the current row should be saved and the next row should be editable. If the user is on the last row a new row should be created for entering data.
End result: One can enter data in the grid without using the mouse and hitting Tab (I cannot change the was edit and save are working currently)
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top