Declined
Last Updated: 05 Apr 2019 14:30 by ADMIN
Charles
Created on: 13 Feb 2019 11:16
Category: GridView
Type: Bug Report
1
FIX. RadGridView - the RowsChanged event arguments are incorrect.

To reproduce:

Update the data source directly and check the OldItems array.

1 comment
Dimitar
Posted on: 05 Apr 2019 14:30

Hello,

RadGridView is bound to a collection of objects that implement the INotifyPropertyChanged interface. The user changes the value of a property of an object grammatically. INotifyPropertyChanged gives us the ability to understand when the value is changed and update this value in the grid, but we do not have information about the previous state of the object.

Regards,

Dimitar