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

Single-click editing and automatic row update

1 Answer 99 Views
Grid
This is a migrated thread and some comments may be shown as answers.
rbrooks33
Top achievements
Rank 1
rbrooks33 asked on 29 Apr 2008, 04:27 PM
Hi, my client would like the edit/update experience to be similar to the following:
  1. Click on a single row, edit
  2. Click on another row, last row is updated, edit
  3. And so on

I've attempted to update the previous row but the newly changed values are not available anywhere I can see after the selectedindexchanged event is fired for the next row. If I understand the problem correctly, I need the equivalent of a "Row_FinishedEditing" event, which, I'm pretty sure, doesn't exist.

I've also tried a suggested architecture where all rows are in "edit mode" and regurlar updates take place in the background via ajax timer. However, when the timer is fired (although there is no postback) the focus is removed from the cell one is editing.

Any suggestions or best practices?

Thanks, Rodney

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 30 Apr 2008, 05:52 AM
Hi,

Go through the following online demo.
Edit on double-click

Shinu.
Tags
Grid
Asked by
rbrooks33
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or