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

Reporting upgrade problem

1 Answer 35 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tel
Top achievements
Rank 1
Tel asked on 13 Nov 2015, 07:46 AM

Hi,

Recently, I upgraded my reporting service from 8.2.14.1027 to 9.0.15.324. I am using grid in the report. In the previous version everything was ok, but in the new one, the grid data is repeating. For instance, I have 10 instance in a db table and they are completely different, in the new version, it shows the first instance 10 times in the report. Can you please help me about this?

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 17 Nov 2015, 03:28 PM
Hello,

When you generate Table columns dynamically you also need to set distinct TableGroup names. Otherwise, the data of the first column will be repeated multiple times. When the TableGroups' names are not set explicitly the same name is set by default for each group. To avoid this you should explicitly set a unique name for each TableGroup group that you add e.g.:
tableGroupColumn.Name = "TableGroup" + i.ToString();

Regards,
Nasko
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
Tel
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or