oria / gridx

Just another powerful Dojo grid
Other
162 stars 78 forks source link

Unable to get only selected Rows with Dojox Exporter #355

Open htmlyuqing opened 9 years ago

htmlyuqing commented 9 years ago

I use dojox/support/exporter/exporter.js to export rows from Dojox-Grid (v1.3.7)

The call is exporter(grid, writer, args) with var args = {selectedOnly: true};

In the new version there is a new function fetchChildren() in fetchRows() that fetches every row ignoring the flag selectedOnly.