Hi,
I am defining a grid with a column with EditType(EditingType.Numeric) To edit with the NumericTextBox editor.
The field is decimal type, but the editor allow me only to insert integer values.
I Noticed that there is a NumericEditOptions Helper in the Builder of the column.
I passed a Property of my Model of Type EditorProperties, in which I setted the Value of DecimalPlaces to 3.
The field keeps to allow only integer values, and doesn't accept the . and , characters.
Could you tell me what I am doing wrong and if is a problem to provide a workaround?
I have tried with the Inline and Dialog Type of Edit.
Thanks in advance
Andrea Perazzolo