Hi,
I am trying to work with RadGridView such that: when data in one (and only) editable column changes, it can change the data in other two or three columns in the same row.
Rebinding the grid in RowEditEnded event works fine, it changes the data in other columns. But the problem is that when I rebind the grid, I lose the keyboard navigation (it means that the column in the next row could not go in edit mode and also, RowEditEnded fires when I just press Tab or Tab+ Shift to move to editable column in the previous row).
My application need to provide most of the keyboard comfort to its users. So, I am looking for a way to rebind the edited row only (when the data in editable column changes and RowEditEnded fires).
Thanks,
Arpit Khandelwal
I am trying to work with RadGridView such that: when data in one (and only) editable column changes, it can change the data in other two or three columns in the same row.
Rebinding the grid in RowEditEnded event works fine, it changes the data in other columns. But the problem is that when I rebind the grid, I lose the keyboard navigation (it means that the column in the next row could not go in edit mode and also, RowEditEnded fires when I just press Tab or Tab+ Shift to move to editable column in the previous row).
My application need to provide most of the keyboard comfort to its users. So, I am looking for a way to rebind the edited row only (when the data in editable column changes and RowEditEnded fires).
Thanks,
Arpit Khandelwal