Hi.
I am working with the TIWCGJQGrid and a TIWCGJQGridDataSetProvider.
When we edit a cell and we change selected cell (enter, tab ...), if the povider is set "AutoPost=TRUE", then the edit is post to the dataset.
If we set the provider to "AutoPost=FALSE", the edit is not posted.
What I want to do, is to edit the entire row inside of the grid and only post the edition when I go to another row (using down arrow for example).
Is there a solution to do this ?