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