This question is locked. New answers and comments are not allowed.
Todd Millett
Top achievements
Rank 1
Todd Millett
asked on 08 Oct 2010, 10:09 AM
Is there any load on demand feature available in silverlight gridview, where in chunks of data get fetched from the server when user scrolls down the grid. For example, on load, 25 records are fetched and when the user scrolls down another 25 records are fetched from the server and appended to the grid, and so on so forth.
8 Answers, 1 is accepted
0
Hi,
Vlad
the Telerik team
Please check this thread for more info. We will release the beta next week.
Regards,Vlad
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
Todd Millett
Top achievements
Rank 1
answered on 11 Oct 2010, 06:14 AM
Thanks for the reply, looking forward to that beta release, this week. Also i was going though the following post :
http://blogs.telerik.com/vladimirenchev/posts/09-12-21/how_to_custom_scrolling_with_radgridview_for_silverlight_and_wcf_ria_services.aspx
for fetching the paged data from the service when user scrolls the grid, but was not able to get it working. Will it help me to achieve the load on demand feature in Grid View?
http://blogs.telerik.com/vladimirenchev/posts/09-12-21/how_to_custom_scrolling_with_radgridview_for_silverlight_and_wcf_ria_services.aspx
for fetching the paged data from the service when user scrolls the grid, but was not able to get it working. Will it help me to achieve the load on demand feature in Grid View?
0
Hello,
Vlad
the Telerik team
I believe that the virtual collection approach will be better.
Best wishes,Vlad
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
Todd Millett
Top achievements
Rank 1
answered on 11 Oct 2010, 08:34 AM
Ok, Thanks. Would be looking forward to that beta release.
0
Todd Millett
Top achievements
Rank 1
answered on 07 Jan 2011, 10:00 AM
Any Updates on the same ?
0
Hi,
Vlad
the Telerik team
Please check following links related to our Data Virtualization:
http://blogs.telerik.com/vladimirenchev/posts/10-10-20/data_virtualization_for_your_silverlight_and_wpf_applications.aspx
http://blogs.telerik.com/vladimirenchev/posts/10-12-09/server_sorting_and_filtering_with_wcf_ria_services_and_telerik_data_virtualization_for_silverlight.aspx
http://www.telerik.com/help/wpf/using-data-virtualization.html
Here is the Silverlight version of our demos:
http://demos.telerik.com/silverlight/#DataVirtualization/FirstLook
Vlad
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Todd Millett
Top achievements
Rank 1
answered on 07 Jan 2011, 11:40 AM
Do you have any sample which allows the chunk of data to be fetched from the server each time the user scrolls with the vertical scrollbar ? I actually need a funcationality where in chunks of data get fetched from the server when user scrolls down the grid.
For example, on first load, 25 records are fetched from the stored procedure and when the user scrolls down another 25 records are fetched from the stored procedure based on the row number and number of rows and appended to the grid, and so on so forth.
For example, on first load, 25 records are fetched from the stored procedure and when the user scrolls down another 25 records are fetched from the stored procedure based on the row number and number of rows and appended to the grid, and so on so forth.
0
Hello,
Vlad
the Telerik team
Have you missed to check my links?
Greetings,Vlad
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
