I have group in Telerik report. The data source I used to create the group had some duplicated rows. Therefore, There are duplicated groups in report. Is there any way to remove those duplicated groups?
Highlighted in below image is duplicated.
1 Answer, 1 is accepted
0
Dimitar
Telerik team
answered on 06 Sep 2022, 12:27 PM
Hello Mohanjana,
You can remove the unnecessary records by adding a binding to the DataSource property of this table. The binding should point to the following expression:
= ReportItem.DataObject
This way, due to the report grouping, each group instance will have the data only for the current group and there will not be duplicate rows.
Brand new Telerik Reporting course in Virtual Classroom - the free self-paced technical training that gets you
up to speed with Telerik and Kendo UI products. Check it out at https://learn.telerik.com/.