This is a migrated thread and some comments may be shown as answers.

[Solved] Ajax binding aggregate returns zero on typeof(decimal) field

0 Answers 19 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jose
Top achievements
Rank 1
Jose asked on 22 Mar 2013, 03:59 PM

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

Tags
Grid
Asked by
Jose
Top achievements
Rank 1
Share this question
or