Hi Team,
Very Good!!
Currently i am using Kenod.mvc.dll for 2018 version .
I am not able to restict decimal places in grid bound column , could you help on this . i have tried different format's but didn't successed.
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" })));