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
ClearFilterCommandin my ViewModel whose execute method isClearFilterxceedgridis the name of my xceedDataGridin the xaml.