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

[Solved] Request: Bind to ADO.NET Data Service Entity

1 Answer 119 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Corey Gaudin
Top achievements
Rank 1
Corey Gaudin asked on 22 Dec 2008, 04:01 PM
I have a request for this control to allow it to load in millions of rows and be useful. If the Grid itself could bind straight to a ADO.NET DataService Async-ly it would allow us to bind to an entity and as scrolling it could dynamically load in (pop-in) the data being requested and only pull in a specified amount at any one time. This would keep us from having to manually handle pulling in chunks of data and handling paging on our own. As it is, even if you had paging built into the control, it wouldnt do much good since we would still have to pull down all of the data from the datasource and let your grid page through it all. The optimal way to handle this would be for the grid to request the amount it needs and the chunck that it needs.

1 Answer, 1 is accepted

Sort by
0
Hristo Deshev
Telerik team
answered on 23 Dec 2008, 09:37 AM
Hello Corey,

Thanks for the suggestion! Interestingly enough, we have been experimenting internally with the idea, and we are definitely looking into providing this functionality. I can't say much at the moment, let alone commit to a time frame, and I hope that just saying that we are working on the problem is enough.

Greetings,
Hristo Deshev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
GridView
Asked by
Corey Gaudin
Top achievements
Rank 1
Answers by
Hristo Deshev
Telerik team
Share this question
or