FilterBar

How do I implement and use FilterBar in EssentialDataGridControl???


1 Reply

AD Administrator Syncfusion Team February 19, 2008 11:35 PM UTC

Hi Ranju,

There is no built in support for having a filter bar in a GridControl, because the GridFilterBar uses the DataView’s RowFilter property for filtering.

If you are using the GridControl in virtual mode with a data table then the filter bar function can be implemented. Attached is a sample.
http://www.syncfusion.com/support/user/uploads/VirtGridFilterBar.zip

If you are using the GridDataBoundGrid then refer to FilterBarGrid browser sample. Here is a path.
\My Documents\Syncfusion\EssentialStudio\6.1.0.34\Windows\Grid.Windows\Samples\2.0\DataBound\FilterBarGrid\cs

Best regards,
Haneef


Loader.
Up arrow icon