This is a migrated thread and some comments may be shown as answers.

removing the options in the grid

1 Answer 109 Views
DataGrid
This is a migrated thread and some comments may be shown as answers.
jeljeljel
Top achievements
Rank 2
jeljeljel asked on 09 Jul 2019, 07:38 PM

How do I get rid of the vertical dots in the header cell (see attached image).

Here is my XAML for the grid...

 

<telerikGrid:RadDataGrid ItemsSource="{Binding Tags}"                                                  UserFilterMode="Disabled"                                                  UserGroupMode="Disabled"                                                  UserEditMode="None"                                                  UserSortMode="None"                                                  AutoGenerateColumns="False">                             <telerikGrid:RadDataGrid.Columns>                                 <telerikGrid:DataGridTextColumn HeaderText="Tag"                                                                  PropertyName="DisplayValue"                                                                 CanUserFilter="False" />                             </telerikGrid:RadDataGrid.Columns>

1 Answer, 1 is accepted

Sort by
0
Lance | Manager Technical Support
Telerik team
answered on 09 Jul 2019, 10:45 PM
Hi jeljeljel,

You can find the instructions here: Hide the three dots from DataGrid ColumnHeader.

For more information about the properties of the Column object, visit the Columns Overview article.. For more helpful styling information, see following articles.

DataGrid Styling
Columns Styling (this contains the feature from the above linked KB article).
Style Selectors



Note: I've moved this post to the DataGrid category of the Forums.

Regards,
Lance | Technical Support Engineer, Principal
Progress Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
DataGrid
Asked by
jeljeljel
Top achievements
Rank 2
Answers by
Lance | Manager Technical Support
Telerik team
Share this question
or