I have a RADGrid that is databound upon page load. I have a button that initiates the Export to ExcelML. On click of button i add more rows to the datasource(not calling rebind explicitly). when calling Export APl , the grid rebinds(rowcreated getting called).I have more than 65000 records which is causing performance issues.Is there any way using the telerik export API without the grid rebinding.
Any ideas?
Any ideas?