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

Report Viewer Toolbar Icons are misaligned

3 Answers 285 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
pradeep
Top achievements
Rank 1
pradeep asked on 13 Oct 2011, 02:17 PM
HI,

When i implemented the telerik report viewer in my asp.net MVC application the report viewer tool bar icons are misalighned and appearing twice. Print, Refresh and the navigation icons are appearing twice.

Please find an attached screen shot of the report viewer that i am working on.

Appreciate your response to fix this cosmetic issue.

Thanks,
Pradeep K S

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 13 Oct 2011, 03:30 PM
Hi Pradeep,

Check out The styles of the web report viewer's toolbar are messed up KB article.

Additionally you may find useful the following help resources:

Greetings,
Peter
the Telerik team

Q2’11 SP1 of Telerik Reporting is available for download (see what's new). Get it today.

0
pradeep
Top achievements
Rank 1
answered on 14 Oct 2011, 12:22 PM
Hi Peter,

I already have the following settings added in my web.config file.

  <system.webServer>
    <validation validateIntegratedModeConfiguration="false" />
    <modules runAllManagedModulesForAllRequests="true" />
    <handlers>
      <add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=5.1.11.713, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode" />
    </handlers>    
  </system.webServer>


In design time the icons are looking good but only in runtime the alignment is messing up. Need to resolve this cosmetic issue ASAP. Please help me with some alternative solution.

Appreciate your help.

Thanks,
Pradeep K S
0
pradeep
Top achievements
Rank 1
answered on 14 Oct 2011, 01:51 PM
Hi,

We are fixed the issue. The exististing .css file was the culprit. We have removed the existing .css file which worked like wonder.


Regards,
Pradeep K S
Tags
General Discussions
Asked by
pradeep
Top achievements
Rank 1
Answers by
Peter
Telerik team
pradeep
Top achievements
Rank 1
Share this question
or