Well, i decided to give it a try to Telerik MVC Extensions v.2012.2.607.340
I am having a problem with aggregating a decimal field in the grid.
I am using ajax binding.
I have an Action that returns a json
return Json(data);
data is nothing but a List<>. it converts into json without problems. My grid is showing the data but the aggregation is not working. returns 0 (zero). i am following your examples here
Anyone has had the same problem?
Thanks