Ah, the joys of coding on a weekend...
So often needing the help of telerik wizards.
Must be missing something totally obvious. Setup a little test with radgrid, button outside of grid, click on button with CommandName="ExportToPdf" and CommandArgument="radgridName". On button click do a radgridName.MasterTableView.ExportToPdf(). All works well. IE pops up a window asking if I want to open or download the pdf. Great.
Back to my project with a large grid, lots of events, Ajax, etc. Same commands. Export command executes. Instead of creating the pdf, it rewrites the webpage with formatting adjusted like for the pdf. IE never responds. No pdf anywhere. Any guess as to what I might be doing wrong?
Thanks.
Chris
So often needing the help of telerik wizards.
Must be missing something totally obvious. Setup a little test with radgrid, button outside of grid, click on button with CommandName="ExportToPdf" and CommandArgument="radgridName". On button click do a radgridName.MasterTableView.ExportToPdf(). All works well. IE pops up a window asking if I want to open or download the pdf. Great.
Back to my project with a large grid, lots of events, Ajax, etc. Same commands. Export command executes. Instead of creating the pdf, it rewrites the webpage with formatting adjusted like for the pdf. IE never responds. No pdf anywhere. Any guess as to what I might be doing wrong?
Thanks.
Chris