I have a RadGridView with RadLinearSparkLines as a column showing ~100 trends. I am looking to save all sparklines when I save screenshot.
I tried by querying the RadGridView for desired size after a call to Measure(), and pass it to the Arrange(). However, the RadGridView renders within the bounds of its actual size but not the desired size. I also noticed that the desired size is not as tall as the size required to render all rows.
Is there any way I can save RadGridView as PNG with all rows rendered in the image?
Thanks in advance for any tips!