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

Can't get Demo Code to work

3 Answers 71 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Brad Bamford
Top achievements
Rank 1
Brad Bamford asked on 24 Aug 2012, 03:02 PM
I copied the following code from the Splitter / External Content Demo Page 
The Code works perfectly in IE9/IE10 standards mode on the Demo Page. 
However, when I copy it to a test page on my site, the content never loads in IE9/IE10 Standards mode, and links only open in Popups.
I don't think the IFRAME is getting generated, in IE9/IE10 standards mode.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<head><title>DEMO</title></head>
<body class="BODY">
  <form id="Form1" method="post" runat="server">   
   
  <telerik:RadScriptManager ID="RadScriptManager1" runat="server" />
    <telerik:RadSplitter ID="RadSplitter1" runat="server" Height="400" Width="700">
    <telerik:RadPane ID="RadPane1" runat="server" Width="150">Left Pane<br />
      <a href="http://bing.com" target="<%= contentPane.ClientID%>">Open bing.com</a><br />
      <a href="http://www.cnn.com/" target="<%= contentPane.ClientID%>">Open cnn.com</a>
    </telerik:RadPane>
    <telerik:RadSplitBar ID="RadSplitbar1" runat="server" CollapseMode="Forward" />
    <telerik:RadPane ID="contentPane" runat="server" ContentUrl="http://blogs.telerik.com" />
  </telerik:RadSplitter>           
 
  </form>
</body>
</html>

Please help, this is driving me crazy, I don't understand how it works on the Demo page, but not on my test page...

Thanks!

3 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 29 Aug 2012, 12:46 PM
Hi Brad,

I tried to reproduce the described issue with the provided information, but to no avail. A possible thing causing this problem could be the RadControl's version which you are using in your demo page. Could you reproduce the same issue with the latest release of the controls (which is also the one used in the mentioned demo)?

For your convenience I am attaching the test page where I am using the code from your previous post. For my test I used the latest versions of RadControls for ASP.NET AJAX (2012.2.724).

Please,give it a try and tell me if you are able to reproduce the same issue with this setup.

Greetings,
Veselina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Brad Bamford
Top achievements
Rank 1
answered on 29 Aug 2012, 01:21 PM
I think your exactly right, about versioning.

When I opened this project the yellow Telerik notification popped up and prompted me to update to the latest version.
So, I ran the the wizard and selected the Latest version to upgrade the project to (Q2 2012).
The Wizard completed with all Green successes, this made me assume the project was upgraded to the lasted version of Telerik controls.

However, when looking in the project Bin folder I still have a 2010.1.519.35 version of Telerik.Web.UI.dll.
It looks like the only dll that was updated was Telerik.Web.UI.Skins.dll which is now has the latest version (2012.2.815.40)

I'm not sure how this happened, but I'm pretty sure it's why I am having this problem....
Thanks for pointing me in the right direction...

0
Vessy
Telerik team
answered on 30 Aug 2012, 02:46 PM
Hi Brad,

The reported issue with the Telerik Upgrade Manager should be fixed in the latest version. Could you, please, ensure that you are using the latest version of the manager (2012.2.815)? You could check that by following these steps:
  • Select Tools from the Visual Studio menu
  • Select Extention Manager
  • Search for "Telerik WebUI VSExtensions" in the Online Gallery of the manager. See this screenshot for more information: http://screencast.com/t/tFK4nCDA.

If its version is older than the above mentioned one, upgrade it and then try to upgrade the RadControls again.

If even after that the Telerik DLLs in the project are not updated, you will need to upgrade the RadControls manually. You could find useful information about the way how to do it in the following KB articles: Updating RadControls for ASP.NET AJAX to another version or license.

Regards,
Veselina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Splitter
Asked by
Brad Bamford
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Brad Bamford
Top achievements
Rank 1
Share this question
or