This question is locked. New answers and comments are not allowed.
Hi,
I use a numeric column in a datagrid (DataGridNumericalColumn) and it is said in the documentation
that it uses the control RadNumericBox in edit mode.
- How to define the properties of RadNumericBox (minimum, maximum, SmallChange ...) in the column definition ?
- Is it possible to restrict the input to integers.
Thanks a lot for your response.
Note: I found another problem with using the numeric column. If I set the PropertyName property with a nullable type in my ViewModel, I have the binding error below when I change the value of the column.
Error: Cannot save value from target back to source. BindingExpression: Path='Numero' DataItem='Resultat'; target element is 'Telerik.UI.Xaml.Controls.Input.RadNumericBox' (Name='null'); target property is 'Value' (type 'Object').