Hi i am very new in Infragistic Controls
i have UltraMaskEdit Control.
I have 6 Character allowed to be in InputMask Proerty.
i entered 4 character. after that i want to lost focus without enter full six characters. but control doesn't loose focus.
how to loose focus wihout enter full character
You may want to change your mask and use mask character that are not required.
Or, you could handle the MaskError event of the control, and I think there is a property on the event args that allows you to determine if the control is allowed to lose focus.
Thanks.
can you write Code in Detail??