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

Troubble getting controls to validate

5 Answers 57 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Cecilia
Top achievements
Rank 1
Cecilia asked on 10 Sep 2009, 01:21 PM
Hi

I have trubble getting Telerik webcontrols to validate.

This line: 

<

 

TelerikWebControls:RadWindowManager ID="RadWindowManager1" runat="server" VisibleStatusbar="false"/>
generates this error:

 

document type does not allow element "title" here

… class="Telerik_stylesheet" /><title>
So there is a title tag added after the Telerik link, why?







The next error comes from this line:
<a id="OKbtn_{0}" onclick="$find('{0}').callBack(this.parentNode.parentNode.getElementsByTagName('input')[0].value);"    
     class="radwindowbutton" href="javascript:void(0);" >
The error is this:

character "{" is not allowed in the value of attribute "id"

				<a id="OKbtn_{0}" onclick="$find('{0}').callBack(this.parentNode.parentNode.

How can I solve these two errors?


Thanks!





5 Answers, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 11 Sep 2009, 06:26 AM
Hi Cecilia,

Which version of the control are you using? The problem you are experiencing is fixed in the later versions, and it is recommended to upgrade.

Have a great weekend,
Martin Ivanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Cecilia
Top achievements
Rank 1
answered on 28 Sep 2009, 10:05 AM
Hi

Upgraded the version but got into a new problem. Now the styling is all gone. We are using a skin.
Any ideas how to get it back?

Thanks!
0
Martin
Telerik team
answered on 28 Sep 2009, 10:42 AM
Hi Cecilia,

Most probably you have enciuntered to the new issue because you have upgraded from a pre Q1.2009 version to post Q1.2009 version, where we have introduced new rendering and unified CSS class naming convention which may be in conflict with your custom skin. I suggest that you try to convert your old skin via our online skin converter that will make the custom skin work with the new rendering:

http://converter.telerik.com/skinconverter/

After the conversion, the skin may need minor tweaks, but if you are lucky, it wouldn't.

Regards,
Martin Ivanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Udaya Kumar
Top achievements
Rank 2
answered on 28 Sep 2009, 12:02 PM
Hi Cecillia,

I agree Martin,I suffered the same issue and the converter did the trick for me.

Thanks.
0
Cecilia
Top achievements
Rank 1
answered on 28 Sep 2009, 12:10 PM
Yes it worked for me too!
Thank you for your help!
Tags
WebParts for SharePoint
Asked by
Cecilia
Top achievements
Rank 1
Answers by
Martin
Telerik team
Cecilia
Top achievements
Rank 1
Udaya Kumar
Top achievements
Rank 2
Share this question
or