Morning,
On the RadNumericTextBox, I want to set MaxValue for validation BUT I do not want it to set the MaxValue automatically when a greater value is entered. e.g. with MaxValue="6", if I enter 8, the value automatically changes to 6 on blur. However, I want it to remain as 8 but show invalid.
How can I do this? Do I need to use a validator control instead?
Thanks
On the RadNumericTextBox, I want to set MaxValue for validation BUT I do not want it to set the MaxValue automatically when a greater value is entered. e.g. with MaxValue="6", if I enter 8, the value automatically changes to 6 on blur. However, I want it to remain as 8 but show invalid.
How can I do this? Do I need to use a validator control instead?
Thanks