Hi,
I am using a UltraExplorerBar with ControlContainer enabled. To allow users to trigger button click in the control I am setting the mainform.Acceptbutton to the Control.Button1 which is added to the ControlContainer.
Setting of AcceptButton in NavigationPaneExpanded event allows the triggering of acceptbutton in the NavigationPane when in Expanded mode.
But this does not work when the NavigationPane is in Flyout mode when setting the acceptbutton in the NavigationPaneFlyoutDisplayed event.
Any help will be appreciated.
- Avinash
Thanks Hristo,
As per the sample test, its working but not in our main application. Will check if I can tweak the sample code to reflect the main application.
A important difference is that the UltraExpolorerBar is part of the ultradockmanager. Do you think this could make any difference in behaviour.
Hello,
I am just checking about the progress of this issue. Did you solve your issue accordingly to the information that I provided you? Did you test the sample I have sent to you?
Let me know if you need any further assistance.
Thank you for using Infragistics Components.
I have modified the sample to work with your requirements. Please run the sample and let me know if it works properly for you.
Let me know if you have any further questions.
Hi
Forgot to inform, in the sample code I have changed the references to Infragistics 10.1 as I don't have 10.3. Let me know if this works as intended in the latest version.
Thanks for the reply.
Made two changes that explains the issue. First added assigned AcceptButton in the constructor that works fine when the NavigationPane is expanded but not when flyout. Even if I try this for flyoutdisplayed it does not work as seen in the second change.