Hi, is there a way to change the data type returrned by the NumericUpDown's value? I need it to be int, not double, because it's mapped to a database field which has an int type, and I'm getting a conversion error. Thanks.
3 Answers, 1 is accepted
0
Konstantina
Telerik team
answered on 22 Jan 2010, 11:52 AM
Hello Hugo,
Thank you for contacting us.
You can set the data type of the NumericUpDown control to be integer by using the IsInteger property.