Hi
Is it possible to restrict the number of decimal digits that users can enter on GridNumericColumns (on edit forms and in-place edit) and on RadNumericTextBoxes?
I know that using the DecimalDigits and DataFormatString={0:C2} will display only two decimal digits in the control, with this users can type in as many decimal digits as they want and when they tab out the control displays two decimal digits.
But what I want here is for users to not be able to type in more than 2 decimal digits when editing the field.
Not sure if/how this can be done.
Thanks
Is it possible to restrict the number of decimal digits that users can enter on GridNumericColumns (on edit forms and in-place edit) and on RadNumericTextBoxes?
I know that using the DecimalDigits and DataFormatString={0:C2} will display only two decimal digits in the control, with this users can type in as many decimal digits as they want and when they tab out the control displays two decimal digits.
But what I want here is for users to not be able to type in more than 2 decimal digits when editing the field.
Not sure if/how this can be done.
Thanks