Home / Community & Support / Knowledge Base / RadControls for ASP.NET and ASP.NET AJAX / Chart / Chart image does not appear when setting a global theme under VS2005

Chart image does not appear when setting a global theme under VS2005

Article Info

Rating: Not rated

 

Article information

Article relates to

RadChart v2.x

Created by

Steve, Telerik

Last modified

June 28, 2006

Last modified by

Steve, Telerik


PROBLEM

When <pages theme = "MyTheme"></pages> is set in the web.config, the chart image does not appear. Instead a broken image icon is shown as if the path is broken

SOLUTION
You have to add the following line before the <body> tag in image.aspx located in RadControls\Chart folder:

<head runat="server"></head>

Your image.aspx file should look like this:

<%@ Page language="c#" AutoEventWireup="false" Inherits="Telerik.WebControls.Dialogs.ChartImage" %>
<html>
      <head runat="server"></head>


            <body>
               .....
           </body>
</html>


 

Comments

There are no comments yet.
If you'd like to comment on this KB article, please, send us a Support Ticket.
Thank you!

Please Sign In to rate this article.