I have a toolbar filled with buttons:
However after clicking one of the buttons, the whole menu does not close itself. How can I enforce it?
<
telerik:RadToolBar
>
<
telerik:RadDropDownButton
>
<
StackPanel
Orientation
=
"Horizontal"
>
<
Image
Source
=
"/Fdj.Eurp.GuiMain;component/Graphics/User.png"
></
Image
>
<
TextBlock
Text
=
"aaa"
></
TextBlock
>
</
StackPanel
>
<
telerik:RadDropDownButton.DropDownContent
>
<
StackPanel
Orientation
=
"Vertical"
Name
=
"spUserAccountPanel"
>
<
telerik:RadButton
Content
=
"bbb"
></
telerik:RadButton
>
<
telerik:RadButton
Content
=
"ccc"
></
telerik:RadButton
>
...