Hi,
I have a RadGrid with three buttons viz Export to word, Export to Excel, Export to PDF in the aspx page. The buttons contains one line code
RadGrid1.MasterTableView.ExportToWord();
RadGrid1.MasterTableView.ExportToExcel();
RadGrid1.MasterTableView.ExportToPdf();
In the grid column resizing, client side column reordering, row selection, sorting paging is enabled.
I facing following problems while using Export to Pdf and Grid Resizing property
1. I am using export to Pdf function and the property Open in new window is false but the pdf document appears in the current window.
What should i do if I want to directly Download the pdf file.This problem didn't occurred when I used Export to Word and Export to Excel.
2. Resize grid on column resize property is true but it doesn't reflect in IE 7 but in mozill everything is working fine however, in safari 3.1 resizing columns is not working.
3. Why exported grid data is not arranged in tabular form when exported to pdf. Means i would like to have grid lines in the pdf document.
Please Help me and solve these issues
Regards,
Mohit Tiwari
I have a RadGrid with three buttons viz Export to word, Export to Excel, Export to PDF in the aspx page. The buttons contains one line code
RadGrid1.MasterTableView.ExportToWord();
RadGrid1.MasterTableView.ExportToExcel();
RadGrid1.MasterTableView.ExportToPdf();
In the grid column resizing, client side column reordering, row selection, sorting paging is enabled.
I facing following problems while using Export to Pdf and Grid Resizing property
1. I am using export to Pdf function and the property Open in new window is false but the pdf document appears in the current window.
What should i do if I want to directly Download the pdf file.This problem didn't occurred when I used Export to Word and Export to Excel.
2. Resize grid on column resize property is true but it doesn't reflect in IE 7 but in mozill everything is working fine however, in safari 3.1 resizing columns is not working.
3. Why exported grid data is not arranged in tabular form when exported to pdf. Means i would like to have grid lines in the pdf document.
Please Help me and solve these issues
Regards,
Mohit Tiwari