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

ASPX Page does not render when Telerik Control is added...

1 Answer 26 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
PaladinMRB
Top achievements
Rank 1
PaladinMRB asked on 03 Dec 2008, 07:07 PM
Hello, I am having a strange issue.

First I should note that I am working with the Telerik control suite for the first time with a new company. I am working with the ASP.NET Ajax controls and am running an application with the .NET 2.0 framework.

The specific problem I am running into is that I am creating a page which will use multiple Telerik controls. I successfully designed a page which uses the RadSplitter control and this renders correctly.

The next step was to add a RadPanelBar to one of the Splitter's panes, however when I did this, none of the web page markup renders, all I get is a blank page.

To begin troubleshooting, I removed all other code/controls on the page and simply added the Script Manager and the example code for a basic RadPanelSplitter as given in the "First Look" example on the main site. This is the only code now in the page besides the basic page tags requisite for any ASPX form.

When this page is run I get, again, nothing but a blank page. In fact none of the web form markup is rendering, the markup the "blank" page contains (using the browser's view source) is this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
<HTML><HEAD
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> 
<BODY></BODY></HTML> 

Besides there being nothing, it almost appears that the form element is just completely missing from the markup, but also there is code in the Head tag besides the one meta tag shown which is not rendering.

This is very strange behavior, and I'm not getting any errors at all... Perhaps since I have not worked with the Telerik controls before I have made a simple mistake, but any help would be greatly appreciated.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 04 Dec 2008, 08:03 AM
Hello PaladinMRB,

I think that you may come upon a known issue with RadSplitter in case you use the official Q3 2008 release of RadControls for ASP.NET AJAX (2008.3.1105). This problem should be addressed in the subsequent SP1, released a couple of weeks ago.

If this is the case, please follow the upgrade instructions from here and let me know whether this helps.

Best regards,
Sebastian
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
PaladinMRB
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or