SmartClient Version: v9.1p_2014-03-10/EVAL Deployment
I'd like to use RPCManager.exportContent to export my ListGrid to a PDF.
Is it possible to select/omit specific rows?
I tried selecting rows using ListGrid.setSelectionType() (that works)
and calling DSRequest.setExportData(grid.getSelectedRecords())
But a call to RPCManager.exportContent(grid, properties);
still exports all rows
thanks in advance
I'd like to use RPCManager.exportContent to export my ListGrid to a PDF.
Is it possible to select/omit specific rows?
I tried selecting rows using ListGrid.setSelectionType() (that works)
and calling DSRequest.setExportData(grid.getSelectedRecords())
But a call to RPCManager.exportContent(grid, properties);
still exports all rows
thanks in advance
Comment