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

Programatically adding Items to RadListView from Server

1 Answer 314 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Mirang
Top achievements
Rank 1
Mirang asked on 14 Aug 2012, 01:04 AM
I want to add a custom objects to the RadListView from the server in a way that I will add some items initially, do Response.Flush and then continue adding some other. This is to improve the initial load time of the items. Does ListView provide this feature out of the box ?

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 16 Aug 2012, 01:32 PM
Hello Mirang,

This is not possible to do with RadListView, but you could try a slightly different approach - initially show a small set of items and then, upon user request, load more. This is achievable if you bind the control client-side, as shown in this demo:
http://demos.telerik.com/aspnet-ajax/listview/examples/client/appendingdata/defaultcs.aspx

All the best,
Tsvetina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ListView
Asked by
Mirang
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or