websamurai
2013-10-22T19:18:51Z
Hello,

I need to retrieve millions of rows from databases.
Is there a virtual mode in iGrid.NET ?

Thanks
Igor/10Tec
2013-10-24T12:04:06Z
Virtual mode isn't supported by iGrid.NET.
McLoo
2017-07-14T20:45:07Z
Nearly 4 years later now...
Is this feature on the roadmap now, or just not possible by design?

Can this be achived by adding the millions (or less) of rows empty
and fill and format them with the Dynamic[...]Events?
Igor/10Tec
2017-07-17T15:52:57Z
Yes, this is a limitation of the original design. iGrid can't display cells without defining rows and columns first.

But you are right, you can define an empty grid first and then provide values for the cells int he viewport dynamically using the CellDynamicContents event.

Feel free to ask us if you need more help on this.