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

Disable RadPanelBar Layout Editor Button

1 Answer 59 Views
Panelbar (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ryan
Top achievements
Rank 1
Ryan asked on 08 Apr 2008, 02:28 PM
Is there away to disable the dropdown layout editor button when the style is set to OutlookNavPane?  If not, is there a way to customize the dialogox, because some of it's buttons are cut off and the reset button appears to do nothing?

1 Answer, 1 is accepted

Sort by
0
Boyko Markov
Telerik team
answered on 11 Apr 2008, 02:47 PM
Hello Ryan,

Could you expain in greater detail what you mean by the reset button not doing anything? What do you expect to be the behavior of the Reset button?

The Reset button resets the checks of the checked list box items in the drop down menu. This is its only purpose by design. If you want you can try the following:

1. Set the style of RadPanelBar to OutlookNavPane and then open the dialog menu and uncheck some of the items
2. When you uncheck the items, press ok
3. Open the dialog menu again, press reset and then click ok
4. The panelbar will reset itselff and you will see all of the groups.

This is the purpose of this feature.

To have access to the RadDropDownButtonElement in the outlookstyle use the following code:

RadDropDownButtonElement dropDown = radPanelBarElement.Children[0].Children[1].Children[2].Children[0] as RadDropDownButtonElement

Then you can use the Enabled property and set it to false.

If you need more information about RadPanelBar please feel free to write.

Best wishes,
Boyko Markov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Panelbar (obsolete as of Q2 2010)
Asked by
Ryan
Top achievements
Rank 1
Answers by
Boyko Markov
Telerik team
Share this question
or