FilterBarGrid

Hi, In our project we are inheriting from the Syncfusion GridControl. We need to have a FilterBarGrid in our grid. I''ve seen some Syncfusion example which has implemented FilterBarGrid. But they all inherited from GridDataBoundGrid control. Can you please give me some suggestion to help me out. Thanks & Regards, Sathish.

2 Replies

AD Administrator Syncfusion Team June 14, 2006 09:25 AM UTC

Hi Sathish, 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. Regards, Calvin.

VirtGridFilterBar.zip


SC Sathish Chandran June 14, 2006 10:40 AM UTC

Hi Calvin, Thanks for your reply. Actually we are using 2.1.0.9 Version. We don''t have the below mentioned dll which you have referred. a. Syncfusion.core b. Syncfusion.Grid.Base c. Syncfusion.Grid.Windows d. Syncfusion.Shared.Base e. Syncfusion.shared.Windows So that we couldn''t able to get the a. GridCellTypeName.ComboBox b. gridControl1.RowHeightEntries.AddRange and Syncfusion.Windows.Forms.Grid.GridRowHeight[] Can you please suggest some other way to get similar kind of action. Thanks & Regards, Sathish.

Loader.
Up arrow icon