I just read the Dojo 1.0 announcement and it says the grid comes
With support for virtual scrolling to accommodate huge data sets efficiently
Does this mean that if I have a dojo.data store object that is connected to a table with over 100,000 rows, the dojox grid will effeciently page through the data? If so, how is this enabled in the grid? I can't find any documentation about this feature.

Defining virtual scrolling
First, let's see what others have to say about it...
The source summarizes it as:
Similar feature in Rico LiveGrid is explained as:
It's been discussed:
It also compares to infinite scrolling and to virtual workspace:
To summarize, for performance reasons a virtual scrollbar makes it look like that you'd be working with a long table while in fact only a part of the table exists. This smaller table is then updated with data to create the illusion that you would have had scrolled down on the long table.