First of all I am sorry if this has been answered before, but I could not find anything about it.
I have a grid that binds it data to a Datatable and after load I put the whole column I want to be editable in edit mode.
This let the user edit data and automatically move to next row.
Is there a way to trigger automatic save after each edit?
I have tried using OnBlur event to trigger an AjaxRequest, but the problem is to get the ID of that row. Tried storing the ID in the ID of the textbox, but after updating the first Item the edittextbox lost that information.
I also looked into using OnTextChanged serverside event (I would prefer to get this to work), but it lost focus and did not move to next row.
Regards
Øystein
I have a grid that binds it data to a Datatable and after load I put the whole column I want to be editable in edit mode.
This let the user edit data and automatically move to next row.
Is there a way to trigger automatic save after each edit?
I have tried using OnBlur event to trigger an AjaxRequest, but the problem is to get the ID of that row. Tried storing the ID in the ID of the textbox, but after updating the first Item the edittextbox lost that information.
I also looked into using OnTextChanged serverside event (I would prefer to get this to work), but it lost focus and did not move to next row.
Regards
Øystein