All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
If you want to disable the grouping functionality, you may set the IsGroupable property of your columns:
<
telerik:GridViewDataColumn
DataMemberBinding
=
"{Binding Name}"
IsGroupable
"False"
>
telerik:RadGridView
Name
"playersGrid"
ShowGroupPanel
ItemsSource
"{Binding Players}"
AutoGenerateColumns