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
Hi Michael,
Development Issue #217776 is now resolved in the latest service release.
To download the latest service release follow these steps:
Thank you for using Infragistics Controls.
Hello Michael,
I have investigated your issue, and I have asked our engineering staff to examine “Controls does not validate on FileMenu2010 closing” further. To ensure that it will receive attention, I have logged this behavior in our internal tracking system with a Development ID of #217776. So I’ve created a case for you CAS-171983-D4P8G2 and will update you for the progress of this issue via the mentioned case. You could reach your case following the link below:
https://ko.infragistics.com/my-account/support-activity
Thank you for using Infragistics Components.
I double-checked:
a) clicking on the button tool raises the wron validation
b) click on another popupmenutool triggers the correct validation, but canceling does not work