Hi Jay,
Adding to my last answer, you can also set the visibility of each column according to your needs.
It would be better to implement your own filtering logic in the button click event and then you can decide what column you want visible or not.
Also, if you wish to have manual control, you can also use the ColumnVisibilty Menu.
The ColumnFilter extension is better used to filter rows.
HTH,
Alaa
//
Hi Jay,
You can use the ColumnFilter extension available as a NuGet Package, or you can also build it from source.
With it, you can add your own custom filtering logic and tailor it to your needs.
HTH,
Alaa
//
Please login first to submit.