Hi,
I am using a RadGridView with an unmodified GreenTheme. I disabled Grouping Columns, but the Area to group columns at the top of the grid is still shown and I can not find an easy way to hide it.
How can I make it disappear?
<telerik:RadGridView
CanUserGroupColumns="False"
ScrollViewer.VerticalScrollBarVisibility="Visible"
ScrollViewer.CanContentScroll="True"
telerik:StyleManager.Theme="{StaticResource GreenTheme}"
ItemsSource="{Binding FilteredMessages}"
VerticalAlignment="Stretch"
ScrollMode="RealTime"
IsReadOnly="True" />
Roland