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
For asp.net core grid: columns.Bound(c => c.Expenditure).Format("{0:#,###.00}").Width(75);
columns.Bound(c => c.Expenditure).Format("{0:#,###.00}").Width(75);