I have a simple RadGrid that I need to export to Excel. I've tried many methods found online but none have worked for me. here is what I have.
1. Master Page contains Microsoft ScriptManager control.
2. Content Page contains Update Panel control.
3. Grid is setup to export
I know the problem exist around Ajax. If i remove the update panel from my content form the Export works perfect, however, with the update panel (which I need) the grid just refreshes and looses formatting when I click the export button.
Anyone know how to fix this with Master/Content pages?
Thanks in advance,
Scott
1. Master Page contains Microsoft ScriptManager control.
2. Content Page contains Update Panel control.
3. Grid is setup to export
I know the problem exist around Ajax. If i remove the update panel from my content form the Export works perfect, however, with the update panel (which I need) the grid just refreshes and looses formatting when I click the export button.
Anyone know how to fix this with Master/Content pages?
Thanks in advance,
Scott