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.