We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Filterbar

Is it possible to manipulate a filterbar in GridDataBoundGrid? For example to filter a* or empty cells. How do I do this?

1 Reply

AD Administrator Syncfusion Team September 14, 2005 12:49 PM UTC

Hi Lars, Having a filter bar in a GridDataBoundGrid is possible. These are the codes need to be added. GridFilterBar filter = new GridFilterBar(); filter.WireGrid(this.gridDataBoundGrid1); Take a look at Syncfusion\Essential Suite\Grid\Samples\DataBound\FilterBarGrid sample. You can use the custom option and based on condition like beginswith should be good to use. Also refer KB : How do I make my filter bar use textboxes and have the display respond to each keystroke? Best regards, Stanley

Loader.
Live Chat Icon For mobile
Up arrow icon