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

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.
Live Chat Icon For mobile
Up arrow icon