Hi Team ,
Good Day!!
I am not able to set decimal restriction in grid columns , i need your support to get it. ( need to restrict one decimal tried Format("{0:n1}") , "{0:0.#}")
I have tried different format types , but not able to successes . Below is the code which i using in my application.
c.Group(p => p.Title((string)ViewBag.Month01)
.Columns(f => f.Bound(fo => fo.month01FD).Format("{0:n1}") .Width(colWidthFD).ClientFooterTemplate("#=getTotals('month01FD',false)# ").HtmlAttributes(new { @class = "telerik-edit-cell-inline" }))
.Columns(f => f.Bound(fo => fo.month01AC).Format("{0:n1}") .Width(colWithAC).ClientFooterTemplate("#=getTotals('month01AC',true)#").HtmlAttributes(new { @class = "telerik-edit-cell-inline" })));
Waiting for your response.
Thank you!!