Completed
Last Updated: 16 Oct 2014 16:57 by ADMIN
ADMIN
George
Created on: 06 Aug 2014 12:02
Category: GridView
Type: Bug Report
0
FIX. RadGridView - Removing a selected row from the grid does not remove the row from the SelectedRows collection
To reproduce:

Add a row to RadGridView and select it. Then remove it from the rows. Check the SelectedRows collection and you will see that the row is inside.

The collection should not contain removed rows and the SelectionChanged event should be fired when a selected row is removed.

Workaround:

Set the IsSelected property of the row to false prior removing it.
0 comments