views:

10

answers:

0

Is there any way to get all displayed items from an dojox.grid?

We have an Filter with querys, now we need all items displayed in the moment. To get all selected items is no problem with:

    var items   = grid.selection.getSelected();