Hi All,
How to stop edit mode in XamNumericinput control?
Thanks & Regards,
Mahipal Nareddy
Hi Mahipal,
To disable the edit mode of XamNumericInput control you need to set the IsReadOnly to true.
XAML: <ig:XamNumericInput IsReadOnly="True" Name="xamNumericInput"/>
C#: xamNumericInput.IsReadOnly = true;
Please let me know if that is what you were looking for or if I misunderstood you.
Thanks,
Slavi
Hi
I am just checking to see you managed to resolve your issue or if you require any additional help.