Hi Yana,
RadGridView already provides a rich UI for sorting, filtering and grouping.
If you want another custom UI, you have to create the context menu yourself and place any entries that you need in it. The associate it with your button.
Then with the help of our public API you can programmatically filter, sort and group the grid based on what the user has chosen from the context menu.
Here are the topics that describe how to perform these actions programmatically:
Filtering
Sorting
Grouping
If you want the built-in UI to be aware of your programmatic filtering, sorting and grouping, you have to use the ColumnFilterDescriptor, ColumnSortDescriptor and ColumnGroupDescriptor classes respectively.
I hope this helps.
Kind regards,
Ross
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward!
We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>