Thanks.
5 Answers, 1 is accepted
- The table should be bound (it should have a dataSource set in the designer, not in code)
- The field you want to add a total on should be numeric
- You should click in the body of the table (not in the header)
Elian
the Telerik team
Q3’11 of Telerik Reporting is available for download. Register for the What's New in Data Tools webinar to see what's new and get a chance to WIN A FREE LICENSE!

Many thanks.
Yes, you can. What the "Add Totals" option from the context menu actually does is to add a static row group to the table (adjacent below to the detail group). See the two screenshots I have attached for a reference on how to add a static group to the table.
Regards,Elian
the Telerik team

Hi Elian, can you get some clarification on the attached sceenshot. I might be missing something.
Hello Shawn,
As we also discussed this in another conversation I will use some of the replies I wrote there:
The "Add Totals" option should be enabled as long as the field is a number. In my investigation, as long as the field was returned as an integer from the SQL Server, the option was enabled. If you wish for us to look into this further, an option is to send us the report and I can look into the definition to see if I might find the cause.
You can as well add this in a bit more manual way. Start by adding an extra row, outside of the group, as shown in the picture below
Then, inside the new row, add '= Sum(fields.Pieces)' as a value in the textbox where you want it to be. This should result in the same design as directly adding totals.
Regards, Mads Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.