Slickgrid: how to get selected rows with new Checkbox Select Column plugin?

giorgio79 picture giorgio79 · Jan 17, 2011 · Viewed 9k times · Source

I am working with this example: http://mleibman.github.com/SlickGrid/examples/example-checkbox-row-select.html

Looking inside checkboxselectolumn.js I can see a selectedRows variable but this is empty to me it seems.

Any tips?

Answer

giorgio79 picture giorgio79 · Jan 19, 2011

bit of oo magic

grid.getSelectedRows();