Completed
Last Updated: 25 Mar 2013 08:09 by ADMIN
ADMIN
Jack
Created on: 25 Mar 2013 08:09
Category: GridView
Type: Bug Report
2
FIX. There is an exception in RadGridView when using enum to bind GridViewComboBoxColumn.
1. Create a new project with RadGridView and bind it.
2. Add a GridViewComboBoxColumn and bind it to a generic list that contains KeyValuePair instancess. Set the key to be an enum and set the ValueMember property of the column to point to this field.
3. Run the project and try to filter by this column.
0 comments