views:

219

answers:

0

Hi

I'm using the latest version of infragistics DataGrid (9.2).

Unfortunately, Paging is not supported out of the box.

I wish to implement this behavior by myself.

I refer to paging as the ability to give the grid an illusion of many results and fetch for it the necessary items depends on the view as it is needed.

the reason for me to do so his we have millions of objects to display, and it's not reasonable to push all of them to the client, instead we are going to load them as needed.

What is the best course of action you would recommend me to do? Maybe you've even been on this boat? what did you do?

Thanks Ariel