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

Update row data based on other rows

0 Answers 106 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mircea
Top achievements
Rank 1
Mircea asked on 19 Apr 2012, 10:33 AM
What I want to achieve is, while having a grid with one of the columns named "Priority" set to integer, is whenever I change that row value to update all the "priority" values in the other rows to match the new change. Can this be done on key press or loose focus?

example:
having:

3,
1,
2,

If i change the value 1 to 2: the values should update to:

3,
2,
1

Thanks

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Mircea
Top achievements
Rank 1
Share this question
or