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