I have a filtering row in my xceed datagrid. There are around 8 columns. The user can enter the filter criteria for each column.
Now what I want to do is reset the whole filter using a single button.
Any ideas would be appreciated
I have a filtering row in my xceed datagrid. There are around 8 columns. The user can enter the filter criteria for each column.
Now what I want to do is reset the whole filter using a single button.
Any ideas would be appreciated
Okay I figured it out. I simply created a command
ClearFilterCommand
in my ViewModel whose execute method isClearFilter
xceedgrid
is the name of my xceedDataGrid
in the xaml.