Work with Data Grid rows #3983
-
Hello everyone. I have a component which is editable Data Grid. When I edit row, I need to take the current values before edit for some calculation purposes. How can I do that? My component is
In OnRowUpdated method I get already input value in Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
If I remember correctly that argument, |
Beta Was this translation helpful? Give feedback.
-
The last issue solved already. The problem was in RowUpdating and RowUpdated events, that is, I use they at the same time in my grid. Here in this issue, I solve like this.
|
Beta Was this translation helpful? Give feedback.
The last issue solved already. The problem was in RowUpdating and RowUpdated events, that is, I use they at the same time in my grid. Here in this issue, I solve like this.