Hi,
I have ajaxified my radgrid with RadAjaxManager per your demo at http://www.telerik.com/community/code-library/aspnet-ajax/general/export-radgrid-content-to-excel-word-csv-pdf-with-ajax-enabled.aspx. I have also disabled the ajax on ExportToExcel().
Everything works great. However, if the data gets updated between the time the page loaded and the time the export happens, excel has the latest data, but the radgrid does not. How do you 'force' a refresh on the radgrid?
I did notice that the itemdatabound event is getting hit. So how come the itemdatabound grid does not render to the browser?
I have ajaxified my radgrid with RadAjaxManager per your demo at http://www.telerik.com/community/code-library/aspnet-ajax/general/export-radgrid-content-to-excel-word-csv-pdf-with-ajax-enabled.aspx. I have also disabled the ajax on ExportToExcel().
Everything works great. However, if the data gets updated between the time the page loaded and the time the export happens, excel has the latest data, but the radgrid does not. How do you 'force' a refresh on the radgrid?
I did notice that the itemdatabound event is getting hit. So how come the itemdatabound grid does not render to the browser?