This question is locked. New answers and comments are not allowed.
Hello,
Let's say I have a RadToolBar defined like this:
When a user clicks any one of the buttons in the toolbar I attempt to open a Popup in the method "btnClick". Unfortunately, when they click Button "cccc" I would also like to make sure overflow panel of the RadToolBar closes first. Is this possible?
Thanks in advance,
Rob
Let's say I have a RadToolBar defined like this:
<RadNav:RadToolBar> <Button Content="aaaa" Click="btnClick" Tag="aaaa" /> <Button Content="bbbb" Click="btnClick" Tag="bbbb" /> <Button Content="cccc" Click="btnClick" Tag="cccc" RadNav:RadToolBar.OverflowMode="Always" /> </RadNav:RadToolBar>When a user clicks any one of the buttons in the toolbar I attempt to open a Popup in the method "btnClick". Unfortunately, when they click Button "cccc" I would also like to make sure overflow panel of the RadToolBar closes first. Is this possible?
Thanks in advance,
Rob