Currently grid takes proxy url in excel option in grid. I want proxyTarget parameter in the excel options some thing like this. excel: { proxyURL: "/save" proxyTarget = "_blank" } So user can open exported excel in new tab inside IPAD. This option exist in kendo.saveAs() function and export to excel function also calls the saveAs function but becuase currently this parameter is not defined in excel options so proxyTarget parameter goes undefined. Adding that option in grid will let user to open exported excel in new tab for IPAD where direct download is off.
Hi,
When the saving of the file is triggered on Safari a dialog whether to visualize the data in new tab or download the file is displayed. It is a browser behavior and can be tested using our online demo.
Regards,
Angel Petrov
Progress Telerik