Hi,
AT, I think this is a xamMakedInput's bug. This behavior is different of Textbox.
Does the xamMakedInput has any property set the contextmenu of right click to disabled?
Codes:
<ig:XamMaskedInput x:Name="xmitest" Grid.Row="1" Text="12222" PromptChar="" IsEnabled="False"/>
I can paste any value to "xmitest",even it was disabled.
Thanks,
Brandon.
Hello Brandon,
We have shipped out a new service release where your issue is resolved. I'd be glad to find out if you had tested it out and if it had met your requirements.
You can download the Service Releases by logging to our web site and going to Account \Keys & Downloads.
https://ko.infragistics.com/my-account/keys-and-downloads/
Hi Stefan,
This bug is solved.But if the IsReadonly is true,still can paste text to xamMaskedinput by Ctrl+V even the paste context menu is disable.
I'm using IG 15.1 to find this issue.
That's sad.
e.g:
Codes :
<igDP:XamMaskedInput Text="sdsad" IsReadOnly="True"/>
Snapshot: