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

How do I hide arrow column at far left of grid?

4 Answers 379 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 04 Nov 2010, 08:51 PM
There is a light-blue background column at the far left of Telerik's WPF data grid that contains an right-pointing arrow (see attached image).

Is there any way to hide this column? I'm not sure what this column is or how to disable it.

4 Answers, 1 is accepted

Sort by
0
Accepted
Pascal
Top achievements
Rank 1
answered on 05 Nov 2010, 12:33 PM
I just got around this one...
Set the RowIndicatorVisibility to "Collapsed" in the Grid's properties
0
Robert
Top achievements
Rank 1
answered on 05 Nov 2010, 02:38 PM
THANK YOU!

Wow, it was not obvious at all how to do that. It was driving me nuts, haha. Thanks!
0
Nidal
Top achievements
Rank 1
answered on 24 Apr 2019, 03:28 PM
dear Pascal have the the the following list view (with name mylist.png image) by radlistview how i can make it collapsible (hamburger menu) like the menu in black and orange (demo and demo 1 images )
0
Martin Ivanov
Telerik team
answered on 25 Apr 2019, 06:57 AM
Hello Nidal,

To achieve your requirement you can wrap the RadListView control in a RadExpander. You can set the ExpandDirection of RadExpander to make the control to expand from left to right and also its HeaderButtonSyle to customize the header in order to look like a hamburger.

Additionally, there is a RadNavigationView (hamburger menu), but it doesn't have a hierarchy support.

Sincerely yours,
Martin Ivanov
the Telerik team
 
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
 
Tags
GridView
Asked by
Robert
Top achievements
Rank 1
Answers by
Pascal
Top achievements
Rank 1
Robert
Top achievements
Rank 1
Nidal
Top achievements
Rank 1
Martin Ivanov
Telerik team
Share this question
or