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

caching rendered rows

1 Answer 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Łukasz Kuryło
Top achievements
Rank 1
Łukasz Kuryło asked on 29 Jun 2010, 09:16 AM
Hi all.
I have a radgrid binding on the client by row. with a yahoo-style scrolling
http://demos.telerik.com/aspnet-ajax/grid/examples/client/virtualscrollpagingclientbinding/defaultcs.aspx

Now every time when I drag the scroll to bottom, all data is retrieved and binding again. In my OnRowDataBound I have a lot of javascript code, so the performance isn't good. I would like to copy the existed data bound rows, bind the new I add these to the grid. How can I do that?

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 02 Jul 2010, 11:06 AM
Hi Ɓukasz,

Unfortunately, RadGrid does not currently support this scenario. Yahoo-style scrolling effectively involves increasing the page size, so that all the data in the current page is refreshed. You cannot append items to the grid.

Best wishes,
Veli
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
Tags
Grid
Asked by
Łukasz Kuryło
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or