I have a grid that takes in numbers only. But in some cases the input can be very long and user would like to enter exponential values like 1e4 i.e. 10000. Currently I have the cell type as number input. Is this supported by JQWidgets?
You could use jqxFormattedInput like in the following demo. It converts the entered number to exponential value.
With createeditor columns’ function you could put jqxFormattedInput in the grid.