AD
Administrator
Syncfusion Team
January 21, 2004 09:18 AM UTC
Check the value of TBL_CATEGORY.Columns["Code"].DataType.
You must make the GridBoundColumn.StyleInfo.CellValueType for the grid column of the combobox be the same type as the type of the DataCoumn in the DataTable of the combobox''s datasource. If the proper system type is not listed as an option in the designer, then you may have to do this from code.