I had binded the Ultrawebgrid with a dataset that have almost 2500 rows with 20 columns, it takes about 3 minutes to display the contents grid into the page.
When I press the button to export the grid content to excel I use
Me.UltraWebGridExcelExporter1.Export(Me.UltraWebGrid1)
then I get inmediatily the following error.
Thanks