Hi,
I'm using the Radgrid in some projects. I defined that i can eidt the items inline in the radgrid.
I pass from one field to the next one with the tab button. When I reach the last field, I would like to hit enter and that the row get saved.
To save, I have a method in the code behind.
How can I setup the grid to call the code behind saving method when enter get pressed?
I would like that it react like in SQL server management studio for example, passing from field to field with tab, and enter to save the data at the end of the line.
Is it possible with the grid? How can I do that?
Thanks already for xour help
Cheers,
R.
I'm using the Radgrid in some projects. I defined that i can eidt the items inline in the radgrid.
I pass from one field to the next one with the tab button. When I reach the last field, I would like to hit enter and that the row get saved.
To save, I have a method in the code behind.
How can I setup the grid to call the code behind saving method when enter get pressed?
I would like that it react like in SQL server management studio for example, passing from field to field with tab, and enter to save the data at the end of the line.
Is it possible with the grid? How can I do that?
Thanks already for xour help
Cheers,
R.