This question is locked. New answers and comments are not allowed.
I have a grid ,and I want to remove from it rowheaders, but I don't see any property to set it
This is my grid:
To more clearity: in the image I mark what I don't want
Best regards
This is my grid:
<telerik:RadGridView x:Name="grdSrL" IsEnabled="{Binding DataContainerIsEnabled}" AutoGenerateColumns="False" SelectionMode="Single" IsReadOnly="False" IsFilteringAllowed="True" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" CanUserDeleteRows="False" CanUserInsertRows="False" CanUserReorderColumns="False" CanUserResizeColumns="True" ItemsSource="{Binding ShowroomLogs}" SelectedItem="{Binding SelectedShowroomLog, Mode=TwoWay}" >To more clearity: in the image I mark what I don't want
Best regards