Hi there,
Another problem I have is that, following the showcase, the excel export is not working.
I've written this simple code :
I'm using the smart GWT EE demo, as I'm trying some functionnalities in order to purchase it...
I hope finding some support
thanks
Another problem I have is that, following the showcase, the excel export is not working.
I've written this simple code :
Code:
xlsExport.addClickHandler(new ClickHandler() { public void onClick(ClickEvent arg0) { DSRequest dsRequestProperties = new DSRequest(); dsRequestProperties.setExportAs(ExportFormat.XLS); dsRequestProperties.setExportDisplay(ExportDisplay.WINDOW); listGrid.exportData(dsRequestProperties); } });
I hope finding some support
thanks
Comment