Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
GridView Export.ALL
posted

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

Parents
No Data
Reply Children
No Data