I've noticed that GridView.export(DataToExport.ALL, ExportFormat.CSV) is cutting my data output at halfway through the 95th row (the full dataset is 347 records) with the 2009 v.1 libraries.
When I set my page size to 0 and then use GridView.export(DataToExport.CURRENT, ExportFormat.CSV) (which I used in 2008 v.1) this outputs my whole result set.
Any ideas?
Karl
Perfect! After adding the responseComplete() method call everything is working correctly! Thank you for your help.