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
153
Export entire grid to Excel (when Pager.allowpaging = true)
posted

How can I export my entire dataset to Excel when I am enabling paging on my grid?  I used the following line in my PDF Export, which seems to work fine. 

Me.UltraWebGridDocumentExporter1.DataExportMode = UltraWebGrid.DocumentExport.DataExportMode.DataInGridOnly

Is there a similar functionality in the ExcelExporter?