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

Dynamic Report - Grouping now showing all the rows

1 Answer 273 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Krish
Top achievements
Rank 1
Krish asked on 27 Apr 2016, 02:22 PM

Hi,

I'm using Telerik 2013 Q2 (for .NET Windows).

I'm trying to generate a Dynamic Report, where the Columns are getting generated at run time.

When I use the code mentioned in the below link for grouping, the report shows only the first row of each group!!!

http://docs.telerik.com/reporting/data-items-how-to-add-groups-to-table-item-and-crosstab-item


Telerik.Reporting.TableGroup group1 = new Telerik.Reporting.TableGroup();

group1.Name = "Col1";
group1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Col1"));


Why it is not showing all the rows of each group???

Kindly let me know.

with regards,
Krish TS

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 27 Apr 2016, 03:41 PM
Hi Krish,

I just posted an update in your other forum thread on the same question.
if you need further help, please use the support ticketing system. Projects exchanges are not allowed in forum threads, particularly if they contain Dev assemblies.

Thank you for your understanding,

Regards,
Stef
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Krish
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or