Hi,
Base on this example:
http://www.telerik.com/community/code-library/wpf/gridview/radgridview-print-and-print-preview.aspx
I made a custom reporting service for our home application needs. I installed 2010 Q3 SP1 Telerik new controls, and I steel have problem with this specific line:
element.Measure(new Size(double.PositiveInfinity, double.PositiveInfinity));
When the grids as too much rows (3000 can go over 300 000) that throw a out of memories exceptions in the print preview. I read a couple of article on Telerik forum that said that this issue was supposed to be fixed in Q3… and can be cause by GridViewRowInfo objects which occupy most of the memory…
Can you please help me with that?
Gabriel