I have noticed in the kendoNumericTextBox docs that there is a property named spinners that enables or disables the spinners.
The question is how can i access and set this property to false on a numeric field on a grid.
At the current stage i declare my field as number.
I do not know if this http://demos.kendoui.com/web/grid/editing-custom.html can be any help in this scenario or there is an easier work around.
There is a
spinnersflag in the initialization ofkendoNumericTextBox.EDIT
For using it in
gridyou should define aneditorfunction in the column definition. Example:And define
editNumberWithoutSpinnersas: