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

Export to PDF icon bug in Default theme

3 Answers 99 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shawn
Top achievements
Rank 1
Shawn asked on 07 Oct 2016, 11:09 PM

I just found that the non-hovered PDF icon on the Export to PDF button is offset from where it should be.  The hover version is correct.

See http://demos.telerik.com/kendo-ui/grid/pdf-export and switch to the Default theme.

 

 

3 Answers, 1 is accepted

Sort by
0
Shawn
Top achievements
Rank 1
answered on 07 Oct 2016, 11:47 PM
I've also found a "Cannot read property 'length' of undefined" error in the Excel export in 2016.3.914. Switching back to 2016.2.504 clears the error and exporting works.
0
Shawn
Top achievements
Rank 1
answered on 07 Oct 2016, 11:48 PM
I've also found a "Cannot read property 'length' of undefined" error in the Excel export in version 2016.3.914. Switching back to 2016.2.504 works.
0
Rumen
Telerik team
answered on 11 Oct 2016, 08:25 AM
Hi Shawn,

1) PDF icon displacement  issue:

I have good news that the misplacement with the Grid PDF export icon is internally fixed as noted at https://github.com/telerik/kendo-ui-core/issues/2243 and it will not occur in the next SP1 version.

The workaround for the Grid is to apply the following CSS class:

.k-i-pdf { background-position: -292px -244px!important; }


as shown in the following screenshot: http://screencast.com/t/bV1plf7ezlu


2) Export to Excel error - The error you received is related to the jQuery version you are using in the project. Please download jQuery version 1.12.3, reference it in your project and this should resolve the error you received when you export to excel. 


Kind regards,
Rumen
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Grid
Asked by
Shawn
Top achievements
Rank 1
Answers by
Shawn
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or