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

Refresh and Export icons appearing on left

5 Answers 159 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 29 Jan 2016, 01:16 PM
I’ve noticed an issue with the Refresh and Export icons on a RadGrid ever since upgrading to Visual Studio 2015.  The Refresh and Export icons now appear on the left side of the grid (see attached picture).  Does anyone know how to get it back on the right?  The issue only occurs while debugging in Visual Studio 2015 (Professional).  After the code is published to a test or prod site (running IIS) the icons appears correctly.  We are currently using 2015.3.1013.45.  This issue also occurs with 2016.127.45.  Thanks in advanced for any assistance.

5 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 03 Feb 2016, 09:57 AM
Hello,

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
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
Chris
Top achievements
Rank 1
answered on 08 Feb 2016, 02:10 PM

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" />


 
0
Maria Ilieva
Telerik team
answered on 11 Feb 2016, 03:02 PM
Hi,

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
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
Chris
Top achievements
Rank 1
answered on 16 Feb 2016, 01:41 PM
Maria, thank you for your assistance.  It is much appreciated.
0
Maria Ilieva
Telerik team
answered on 19 Feb 2016, 09:31 AM
Hi,

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
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
Tags
Grid
Asked by
Chris
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Chris
Top achievements
Rank 1
Share this question
or