|
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>
Please
Sign In
to rate this article.