Hi,
We upgraded our SyncFusion version from 13.3.0.7 to 15.3.0.26. After upgrade we have noticed two issues:
1) Earlier (13.3.0.7) by default the entire data was seen on the Report in one page only. Now in the new version (15.3.0.26), we have got Paging by default. How do we change it back so that the data is visible on one page.
Please note that we have some reports (rdl files) where we used to show different sets of data in different pages in earlier version, this was done by creating groups.
Now with the newer versions these different groups data also became part of the pages.
For example,
One report has three sets of data with 150 records in each set. Earlier, in the report we used to see 3 pages, each page correspond to one set of data (150 records)
But now we see 30 pages, first 10 pages for first set of data, second 10 pages for next set of data and so on. For the end user, it is not possible to find out that the second set of data starts from 11th page.
2) Earlier (13.3.0.7) by default the entire data was displayed as Sorted. Now in the new version (15.3.0.26) the data is not displaying sorted. How to fix this.