You have several options if you want to disable Grouping functionality in RadGridView, based on your custom requirements.
You can cancel Grouping event of RadGridView using following code:
In addition to this, you can also hide GridViewGroupPanel through setting ShowGroupPanel property of RadGridView to False.
Also you have an option to disable grouping only for particular columns through setting IsGroupable property to false to that column, using the following markup:
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items