This question is locked. New answers and comments are not allowed.
For : <telerik:RadNumericBox
I'm trying to set this so it appears as a integer.
For example if one was using this RadNumericBox to represent people in your group 23.00 looks incorrect... it should be 23
I don't see a way to force an integer instead of decimal, how do you do that?
I notice there is a AcceptsDecimalSeperator="False" and I'm setting it so that users cant simply type in a part of a person :)
But how do you set this for integer?