Posted 4 January 2021, 6:14 pm EST
We are running into performance problems when we attempt to print FlexGrids with many rows of data. It is taking about 5 seconds for anything under 1,000 rows and 30-50 seconds when over 1,000.
So what is the expected performance? And is it impacted by the number of columns or the type of data? What if we use an wjFlexGridCellTemplate within the column?
FYI that we also notice that virtualizationThreshold is interfering with the ability to print. If there are more than 200 rows, then the printed page only shows 3 or 4 rows. But we see more rows if we increase the virtualizationThreshold.