New to Kendo UI for jQuery? Download free 30-day trial

Cut Off Digits in Grid with Custom NumericTextBox Editor

Environment

Product Progress® Kendo UI® Grid for jQuery
Operating System Windows 10 64bit
Browser Google Chrome
Browser Version 59.0.3071.115

Description

I have numbers coming back with up to 16 decimal places and they render properly in the Kendo UI Grid I use. However, each time I edit the Grid, it cuts the number way down to three decimal places.

How can I create a custom Grid editor for the NumericTextBox in the editor?

Solution

For the full implementation of the solution, refer to this Dojo.

In this article