Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
910
Validation in FileMenu2010
posted

Hi,

I am using a FileMenu (ApplicationMenu2010) and would like to have validation (including cancel on failure) in my popup control container control. 

I have attached an example make my problem clear:

The texboxes accepts only numbers, so if you type text it should not be allowed to leave the control. This works finde for the control container in the ribbon, but using it on the FIleMenu it does not work. The textbox there somehow does not have the focus anymore, so calling Form.Validate() triggers not the validation of the textbox there.

Any ideas to solve this?

Regards,

Michael

FileMenu_ToolValidation.zip