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

Unable to use RadEditor with WebPart

2 Answers 82 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
spt3210
Top achievements
Rank 1
spt3210 asked on 10 Aug 2010, 05:34 PM
Hi,

I am trying to use RadEditor with a WebPart. While testing in IE8, all I am seeing is a blank box (screen below).

When testing same in FF3, I can see the tool icons, but all of them are posting back and textbox is not editable.

<telerik:RadEditor runat="server" ID="txtTestEditor" SkinID="BasicSetOfTools" Height="150px" Width="350px" Enabled="true">
</telerik:RadEditor>

Attached code above.

Here's the error I am getting...

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.3; .NET4.0C; .NET4.0E)
Timestamp: Tue, 10 Aug 2010 17:18:37 UTC


Message: Sys.ArgumentUndefinedException: Value cannot be undefined.
Parameter name: type
Line: 2705
Char: 12
Code: 0
URI: http://usjhy1-wdaps057:55000/ScriptResource.axd?d=0iuGtd48Fueg_5Fq0EK1jWJz6wD9JYcEHMKodKfSJdMdu5tMu-1ccepsKk8RO9Fm-zAnXfScIlWrdksWOC25kUKTBqfRadex13QyNUaBrD41&t=46d5a07b


Message: Sys.ArgumentUndefinedException: Value cannot be undefined.
Parameter name: type
Line: 2705
Char: 12
Code: 0
URI: http://usjhy1-wdaps057:55000/ScriptResource.axd?d=0iuGtd48Fueg_5Fq0EK1jWJz6wD9JYcEHMKodKfSJdMdu5tMu-1ccepsKk8RO9Fm-zAnXfScIlWrdksWOC25kUKTBqfRadex13QyNUaBrD41&t=46d5a07b


Message: Sys.ArgumentUndefinedException: Value cannot be undefined.
Parameter name: type
Line: 2705
Char: 12
Code: 0
URI: http://usjhy1-wdaps057:55000/ScriptResource.axd?d=0iuGtd48Fueg_5Fq0EK1jWJz6wD9JYcEHMKodKfSJdMdu5tMu-1ccepsKk8RO9Fm-zAnXfScIlWrdksWOC25kUKTBqfRadex13QyNUaBrD41&t=46d5a07b


UPDATE: Here I realized control is working fine if I removed UpdatePanel from page. While a sample page with WebPart is working absolutely fine.

Let me know if need any more information.

Thanks.

2 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 13 Aug 2010, 01:35 PM
Hello spt3210,

Unfortunately I was not able to reproduce the problem. Could you provide us with the source of your webpart? By using it I will be able to review the issue on our test server and advise you further.

Thank you.


Best regards,
Stanimir
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
spt3210
Top achievements
Rank 1
answered on 16 Aug 2010, 03:30 PM
Hi Stanimir,

It issue with initializing another control on same panel. Somehow it was conflicting with RadEditor functionality. It is working fine now.


Thanks!
Tags
WebParts for SharePoint
Asked by
spt3210
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
spt3210
Top achievements
Rank 1
Share this question
or