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

Export to Excel built-in icon for RadGrid is not visible in IE

4 Answers 322 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kiril
Top achievements
Rank 1
Kiril asked on 10 Nov 2015, 06:27 PM

Hi,

 I've implemented RadGrid (2015 Q3) and I've enabled the built-in export to Excel using the following code:

<MasterTableView EnableViewState="false" NoMasterRecordsText="" CommandItemDisplay="Top">
    <CommandItemSettings ShowExportToExcelButton="true" ShowAddNewRecordButton="false" ShowRefreshButton="false" />
</MasterTableView>

The built-in icon does appear in Chrome and Firefox, but it does not appear in IE 9 & 10. In IE it is still clickable, just the icon itself is not rendered.

Is there any known compatibility issue with older IE versions?

 

Thanks!

Kiril

4 Answers, 1 is accepted

Sort by
0
Kiril
Top achievements
Rank 1
answered on 11 Nov 2015, 08:03 AM
Sorry I did not clarify - all this is in a sharepoint 2013 visual web part.
0
Kiril
Top achievements
Rank 1
answered on 11 Nov 2015, 08:27 AM

It all looks like a problem in the skin. I'm using Bootstrap. When I change the skin to Silk the icon renders fine. Also with Silk skin the icon renders as Excel icon, while with Bootstrap skin it renders as PDF icon (this can be seen on the demo site as well: here).

 Is there any information when the next release is due and if this will be fixed by then?

Thanks!

Kiril

0
Accepted
Kostadin
Telerik team
answered on 13 Nov 2015, 11:56 AM
Hi Kiril,

I am afraid this is a bug in RadGrid styles. I already logged it in our system and our developers will look into it. Meanwhile you can use the following workaround to display the Excel icon.
<style>
    div.RadGrid_Bootstrap .rgExpXLS {
        background-position: 8px -44px;
    }
</style>
You can also track the progress in our Ideas&Feedback portal.

As a token of gratitude for showing this problem to us your Telerik points have been updated accordingly.

Regards,
Kostadin
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Kiril
Top achievements
Rank 1
answered on 13 Nov 2015, 12:13 PM
Thank you for your response!
Tags
Grid
Asked by
Kiril
Top achievements
Rank 1
Answers by
Kiril
Top achievements
Rank 1
Kostadin
Telerik team
Share this question
or