I have a RADGrid that is databound upon page load. I have a button that initiates the Export to ExcelML.
The problem I have is this. When I rebind the RADGrid so that it contains new data, when I click the Export to ExcelML button, the data that is exported is the data that was originally bound when the page first loaded. In essence, the RADGrid is displaying new information but the export is still exporting the old information.
I am using a sqldatasource to bind the RADGrid.
Any ideas?
The problem I have is this. When I rebind the RADGrid so that it contains new data, when I click the Export to ExcelML button, the data that is exported is the data that was originally bound when the page first loaded. In essence, the RADGrid is displaying new information but the export is still exporting the old information.
I am using a sqldatasource to bind the RADGrid.
Any ideas?