using mvc kendo grid to represent the dat
I have decimal values likes
Actual O/P
61.05
16.00
15.92
Expected O/P This is What i am looking for
61.05
16
15.92
I used to display the value like this
Format("{0:n2}")
How can I achieve expected o/p, with the help of kendo format