I am applying custom paging and sorting in the kendo grid. For one of my column I am getting a numeric text box. When I insert the value in numeric text box it is integer, but a
Simply set the column format:
c.Bound(x => x.ColumnName).Format("{0:#}");