Clearing Filters

Hi,

I am using GridDataControl. We applying filters here. How to clear the filters.


1 Reply

DA Divya A Syncfusion Team July 5, 2013 03:56 AM UTC

Hi Vijay,

                      

We couldn’t get much information from the query, if you have applied Filters for Visblecolumns at code behind, then you can filter clear it by using the following code snippet.

 

Code Snippet:

 

 this.dataGrid1.VisibleColumns[“CustomerID”].Filters.Clear();

 

Regards,

Divya.


Loader.
Up arrow icon