I just started evaluating LLBLGen and so far it looks great. I currently use the DevEx Grid control v9.1 in the Server mode with LINQ to SQL and it's amazingly fast loading 100,000 records into the grid in about 1 second. They are obviously doing some kind of lazy loading by retrieving only the data that you can see in the grid. Then as you scroll, it automatically gets the data required to display in the grid simulating all 100,000 are actually loaded in the grid. I was wondering if there was a way to bypass LINQ to SQL and use LLBLGen to do the same thing?
I read some posts from over a year ago about others trying to do the same thing but I could not determine if this was ever possible.
All I need is for this to be a read only grid but it must be able to display large amounts of records that a user can scroll and up and down and see all the data.
Thanks,
Sam