Hello,
I am using multiple RadNumericTextBoxes on a page would like to Validate that the user can only input in half increments.
For example: 0.5, 1.0, 1.5, 2.0, 2.5... ect.
I have tried using the <IncrementSettings Step="0.5" /> property on the RadNumericTextBox but have only achieved a Scroll/Arrow key Increment. This also did not stop the user from initially entering a foreign value (ex. 6.2).
Is there a property on RadNumericTextBox which will achieve this?
Best Regards,
Landon
I am using multiple RadNumericTextBoxes on a page would like to Validate that the user can only input in half increments.
For example: 0.5, 1.0, 1.5, 2.0, 2.5... ect.
I have tried using the <IncrementSettings Step="0.5" /> property on the RadNumericTextBox but have only achieved a Scroll/Arrow key Increment. This also did not stop the user from initially entering a foreign value (ex. 6.2).
Is there a property on RadNumericTextBox which will achieve this?
Best Regards,
Landon