This question is locked. New answers and comments are not allowed.
Hi,
We are using nested RadGridView in our application.
While it works fine for few number of rows, the browser takes 600MB when there are 700 rows (20 columns) and hence it becomes very slow when the number of rows is large.
I have explicitly tried setting EnableRowVirtualization and EnableColumnVirtualization to True. Still, there seems to be no effect on the memory footprint.
The application is built using Silverlight 3.
Do I need to do anything else to make UI Virtualization work?
Regards,
Naveen