Unplanned
Last Updated: 25 Jul 2023 14:35 by Martin Ivanov
Martin Ivanov
Created on: 25 Jul 2023 14:35
Category: GridView
Type: Feature Request
3
GridView: Add support for CollectionChanged event raised with NotifyCollectionChangedAction set to Add, Remove or Insert and multiple items modified

Currently, if RadGridView is bound to a INotifyCollectionChanged collection and the collection class raises the CollectionChanged event with NotifyCollectionChangedAction set to Add, Remove or Insert, RadGridView is not updating its items properly when the OldItems or NewItems collections contain more than 1 items.

Add support for this scenario.

0 comments