Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Alexander
Created on: 14 Oct 2011 06:28
Category: GridView
Type: Bug Report
0
FIX GridViewComboBoxColumn DataType behavior
The DataType property of GridViewComboBoxColumn does not work as expected in the following scenario:

1. Set DataSource to GridViewComboBoxColumn so that the ValueMember of the column is of type Integer.
2. Set the DataType property of the column to Decimal.
3. Set DataSource of RadGridView so that the FieldName of the above GridViewComboBoxColumn is of type Decimal.
4. RadGridView throws exception.
0 comments