This is a migrated thread and some comments may be shown as answers.

Automatic update when exiting the edited row

2 Answers 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 20 Aug 2009, 09:21 AM
Hello,
Is there a way to update an SqlDataSource automatically when editing another row?
I am looking in a very specific way of handling a grid update and giving users the opportunity to double-click on a row to edit a cell and when double-clicking on another row, updating the SqlDataSource with the actual value of the cell (without having to click on the "update" button anymore)...
Is there a setting on the grid control to enable this behavior?
regards,
David

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 20 Aug 2009, 09:35 AM
Hi David,

Checkout the online demo which shows how to switch a row in edit mode by double-clicking an arbitrary grid item and how to update this row when the user clicks another row in the grid. I hope this is the feature that you are searching for :) .
Edit on Double-click

-Shinu.
0
David
Top achievements
Rank 1
answered on 20 Aug 2009, 02:59 PM
Hi Shinu,
Thank you for your action. Finally it takes me few minutes to achieve it in another way;
I linked the grid to a RadContextMenu control to the table with the possible available options (which can changes by the way) a selection update the status of an object immediately so the administrator can quickly update through the process.
Regards,
David
Tags
Grid
Asked by
David
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
David
Top achievements
Rank 1
Share this question
or