I have scrollable Radgrid with 200 rows. How do I print complete grid ( all the rows) not just the screen print.
FYI: This has Group By and subtotals, I want to omit the edit images from the screen
The suggested solution prints only the rows visible on the grid, it does not print complete grid. If there are 100 rows in the scrollable grid and first 20 rows visible on screen, suggested solution prints only the 20 rows. I need all the 100 rows to be printed.