Completed
Last Updated: 28 Dec 2012 09:10 by ADMIN
ADMIN
Jack
Created on: 28 Dec 2012 09:10
Category: GridView
Type: Bug Report
0
FIX. There is an exception when changing the row IsSelected property when changing parent row IsSelected property.
1. Create a new project and add RadGridView.
2. Bind a hierarchy.
3. Set MultiSelect property to true.
4. Replace default GridViewHierarchyRowInfo class with a custom one and override its SetBooleanProperty method.
5. Change child rows IsSelected property when parent row IsSelected property changes.
6. Run the project and try to select rows with the mouse.
0 comments