If a cell has a numeric format applied, either programmatically or via the UI, the data entered should be treated as a number if possible. This is Excel's behavior if the user enters an ambiguous value - for example "1/30" - Excel will convert it to date, unless the cell has been formatted as text or numeric - in which case, Excel does not perform the conversion.
I'm seeing that the kendo spreadsheet doesn't respect the numeric formatting in this manner. If a numeric (or percentage) format is applied and the user enters "1/30" for example, the spreadsheet will convert this value to a date - 1/30/2016.
The application in which I've implemented the spreadsheet control needs to support this behavior; is there a workaround so that the cell contents are not converted?
I'm seeing that the kendo spreadsheet doesn't respect the numeric formatting in this manner. If a numeric (or percentage) format is applied and the user enters "1/30" for example, the spreadsheet will convert this value to a date - 1/30/2016.
The application in which I've implemented the spreadsheet control needs to support this behavior; is there a workaround so that the cell contents are not converted?