Hello,I use the UltraNumericEditor (MinValue 1, MaxValue 5).The user can delete the value in the UltraNumericEditor.
Which property I must change, so the the user can not delete the value?
Alexander
Hi Mike,
Appologies for coming in on this topic late, but the problem with the control keeping focus until a valid value is entered, is that the user has no indication this is what is needed. So on a dialog box, you can't press cancel to close the dialog while an UltraNumericEditor has an invalid value, but there's no obvious reason why to the user.
Boz
Hi Alexander,
I don't think there is any way to stop the user from deleting the text in the control, but they will not be able to leave that control with an invalid value in it.