FilterBar and databound

Hello, I have a filterBar attached to a GridDataboundGrid. Some column of my Grid is databound at a DataTable, exemple: gbc = this.gdg.Binder.InternalColumns["My_column"]; gbc.StyleInfo.CellType = "ComboBox"; gbc.StyleInfo.DataSource = dtRef; gbc.StyleInfo.DisplayMember = "Label"; gbc.StyleInfo.ValueMember = "Id"; I want the filterBar show the label of dtRef and not the Id of the DataSource, is it possible ? Thanks

1 Reply

AD Administrator Syncfusion Team January 19, 2005 06:53 AM UTC

Currently, you have to derive teh GridFilterBar. This forum thread has a sample. http://64.78.18.34/Support/Forums/message.aspx?MessageID=8368

Loader.
Up arrow icon