I have a grid control for which I am giving an entitycollection as datasource. My grid hangs while populating huge no of records. Does the LLBLGenProDataSource control takes care of this problem of populating the records when Paging is set to TRUE.
If yes, then how can I use LLBLGenProDataSource control at runtime? As my entity collection will be generated at the runtime based on some business logic.
If no, please tell me any other alternative to solve this problem of loading huge records.
Regards,
Ravi