This is a migrated thread and some comments may be shown as answers.

Grid Loading problem

3 Answers 71 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Nawnit
Top achievements
Rank 1
Nawnit asked on 04 Mar 2011, 01:58 PM
HI,
I am using a telerik grid in my silverlight application.I have used paging in the grid .
In the bottom of grid there is a dropdown with 100,200,300......1000 .When i select 1000 in dropdown i.e i want to see 1000 records per page in grid ,it takes too much time to display the 1000 records (approx 4 min).
Please let me know what I can do to resolve the loading problem of the grid.

With Thanks,
Vinit.

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 04 Mar 2011, 02:14 PM
Hi,

 You may need to verify if the grid is not measured with infinity - inside StackPanel, ScrollViewer, assosiated with Grid.Row with Height="Auto", etc.

Regards,
Vlad
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Nawnit
Top achievements
Rank 1
answered on 08 Mar 2011, 10:11 AM
Hi Vlad,

Thanks for reply.
I tried the solution suggested by you but problem remains same.
I am sending you the screenshot of my page and code of XAML.

Pleaese help me out where I am doing Wrong.
0
Pavel Pavlov
Telerik team
answered on 08 Mar 2011, 10:37 AM
Hello Nawnit,

Looking at your xaml I found a setting where you turn off the row virtualization .
Please try turning it back on and let me know if this makes any difference.

*As a side note : Sometimes is hard to read XAML form a jpeg image. In case you need to paste more XAML , you can use the "format code block " button in the editor when posting in the forum and paste the XAML as a text , rather than as a picture.

Kind regards,
Pavel Pavlov
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
GridView
Asked by
Nawnit
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Nawnit
Top achievements
Rank 1
Pavel Pavlov
Telerik team
Share this question
or