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

Hide "DragButton" on the left

1 Answer 85 Views
CommandBar
This is a migrated thread and some comments may be shown as answers.
Marc
Top achievements
Rank 1
Veteran
Marc asked on 23 Mar 2018, 07:39 AM

Hello,

how can I hide the "DragButton" or however it was called, on the left?

Kind regards

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 27 Mar 2018, 06:49 AM
Hello, Marc, 
  
In order to hide the 'drag button' on the left it is necessary to hide the RadCommandBarGrip of the respective strip element:
  
this.commandBarStripElement1.Grip.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;

I hope this information helps. If you have any additional questions, please let me know. 

Regards,
Dess
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
CommandBar
Asked by
Marc
Top achievements
Rank 1
Veteran
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or