I have a question about the RadGridView
I want to retrieve the new value of a cell that I have changed.
When I change a cell from value "AB" to "CD", how can I then get "CD" ?
Should I use the RowsChanged or CellValueChanged event?
In the RowsChanged, you have a property e:NewItems, but I don't know how you then can get value "CD" from e:NewItems.