I have a grid in which a column is of type JqxInput. But due to certain requirements, only numbers are allowed in those cells(of type JqxInput). I need to display decimal digits upto certain number say 5. For example, if user enters 1.23456789, then after decimal only 5 digits should be displayed (1.23456). Is it possible to do this for JQXInput. I know we can do this with JqxNumberInput but I dont want use it.