AD
Administrator
Syncfusion Team
February 22, 2004 08:47 AM UTC
In a GridDataBoundGrid, there is no property setting that you can use to make the column MappingNames to be case insensitive.
The .Net Framework is not cosistent when it comes to mapping name and case requirement. As you say, you do not have to have exact case with a DataGrid+DataTable. But you do when you use ComboBox+DataSource+DisplayMember+ValueMember.