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

Charts not consistently rendering in IE8 64-bit

1 Answer 47 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Adrian
Top achievements
Rank 1
Adrian asked on 22 Jun 2012, 08:50 PM
I have a KendoUI app running in a Windows Server 2003 environment and access only to IE 8.  The DataViz charts (bar, line, pie) work in 32-bit but not consistently in 64-bit IE8.  They show the text and the labeling, but no graphical representation of the data or background grid.  If you scroll the mouse around the chart area, you can get the mouseover labels to display too.

The browser is being launched from a Windows Forms VB.NET (framework 4.0) 32-bit application via a browser navigate call, which opens the default browser:
Me.uiWebBrowser.Navigate(url, "_blank", Encoding.Default.GetBytes(postString), "Content-Type: application/x-www-form-urlencoded")

The reason for the x-www-form-urlencoded is to pass credentials via a form POST.

Here are the two scenarios for 64-bit where it does and does not work:
1) Run the navigate command as-is opens a new browser window (no other browser windows open) results in the charts not rendering graphics.
2) Open a browser window (64-bit) then running the navigate command results in successful rendering of the charts.

Any ideas?

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 27 Jun 2012, 03:13 PM
Hi Adrian,

The problem is most probably connected with the security settings of Internet Explorer / Windows Forms application to which we do not have control. In the troubleshooting section of the documentation you can find more information about the issue and a set of suggested actions that you may take.

Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Charts
Asked by
Adrian
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or