This is a migrated thread and some comments may be shown as answers.

Export to Excel has an unwanted 'License' tab

2 Answers 82 Views
Grid
This is a migrated thread and some comments may be shown as answers.
dan
Top achievements
Rank 1
dan asked on 25 Oct 2017, 04:59 PM

I'm using RadGrid to export to Excel.  Everything works except the worksheets have an extra tab named 'License' that contains the following text: "This document was generated by a trial version of Telerik Document Processing.".  

 

I would like to suppress the creation of this tab.  The online demo here does not create this tab: http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/exporting/excel-export/defaultcs.aspx?show-source=true

 

Has anyone encountered and addressed this?

 

Thanks.

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 26 Oct 2017, 12:19 PM
Hi Dan,

The error indicated that you are using the Trial version of the assemblies responsible for the Excel export. Adding the dev ones should resolve the issue.

In addition, you may also still use the Trial dll assemblies of Telerik controls. Please double check what version is your Telerik.Web.UI assembly that you use in the bin folder of the application. If it is trial, please replace and reference the trial dlls with the dev versions from your Telerik install Bin folder.

You can look at the following article where possible solutions to this issue are described: RadControls Trial Message.

You may also check the Upgrade to a Newer Version of Telerik UI for ASP.NET AJAX section in the article below to delete the trial assemblies and replace them with the developer versions: Upgrade to a Newer Version of TelerikĀ® UI for ASP.NET Ajax


Best regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
dan
Top achievements
Rank 1
answered on 26 Oct 2017, 02:20 PM

Thank you, Rumen.  It turns out that the UI for ASP.Net AJAX was not installed properly (wasn't visible in the Telerik menu at all).  Not sure why the MVC and Core were but not AJAX but it was an easy enough fix that and then run the upgrade wizard.  

Problem solved.  Thank you.

-Dan

Tags
Grid
Asked by
dan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
dan
Top achievements
Rank 1
Share this question
or