GDBG combo columns

Hi! We have several situations where we have GDBG with combobox like columns (the column has the ''Datasource'' property storing the List-Of-Value, and the display and Value member set accordingly). When we use the GDBG ''Filtering'' capabilities, the Filtering bar row displays the NUMERIC values for those Combobox columns to the user instead of displaying the DISPLAY VALUE STRING as it appears in the grid''s column. How can we get around this and have the grid displaying the proper data?

1 Reply

AD Administrator Syncfusion Team January 13, 2005 01:12 PM UTC

In our grouping grid, the requested behavior just happens. But, for a GridDataBoundGrid, you will have to derive the GridFilterBar to accomplish this. There is a sample in this forum thread. http://64.78.18.34/Support/Forums/message.aspx?MessageID=8368

Loader.
Up arrow icon