5 Answers, 1 is accepted
I tested the described issue on my end and was not able to replicate the problem locally, Can you please elaborate a bit more on which browser the issue appears, what skin you are suing and if any custom styles appear on the page?
Regards,
Maria Ilieva
Telerik
Thanks for the response, Maria. The issue occurs in IE 11 and Firefox 43. There are no styles and I'm using the Office2010Black theme. I'm also using RadScriptManager. The issue appears related to the URL for the icons. I'm setting the following paths: RefreshImageUrl, ExportExportImageUrl, ExportToCsvImageUrl, ExportToPdfImagueUrl and ExportToWordImageUrl. The path for all is "~/Images/<something>.png".
If I set the path the image will appear on the left. If I do not it will appear on the right. Again, this only happens when I'm debugging. Any assistance if appreciated. Here is my <CommandItemSettings> (formatted for readability):
<CommandItemSettings
ShowExportToExcelButton="true"
ShowExportToCsvButton="true"
ShowExportToWordButton="true"
ShowExportToPdfButton="true"
ExportToCsvText="CSV"
ExportToExcelText="Excel"
ExportToPdfText="PDF"
ExportToWordText="Word"
ShowRefreshButton="true"
RefreshText="Refresh"
RefreshImageUrl="~/Images/change.png"
ExportToExcelImageUrl="~/Images/Excel.png"
ExportToCsvImageUrl="~/Images/csv.png"
ExportToPdfImageUrl="~/Images/pdf.png"
ExportToWordImageUrl="~/Images/Word.png"
ShowAddNewRecordButton="false"
ShowCancelChangesButton="false"
ShowSaveChangesButton="false" />
I appears that this issue is a bug for VS 2015 and the described configuration of the CommandItem. I will log it into our tracing system and our development team will do their best to fix it as soon as possible.
As a token of gratitude for sharing this issue you will find your Telerik points updated.
Regards,
Maria Ilieva
Telerik
We will further research on this issue and our development team will do their best to fix it as soon as possible. Thank you for your cooperation.
Regards,
Maria Ilieva
Telerik