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

RadEditor javascript error (this._contentHiddenTextarea.form) when using with RadGrid

2 Answers 59 Views
AJAX and Web 2.0
This is a migrated thread and some comments may be shown as answers.
Anh Tuan
Top achievements
Rank 1
Anh Tuan asked on 10 Dec 2010, 05:44 AM
Hi everyone,

I'm facing the js error, and i didn't identify the reason yet.

<telerik:RadTabStrip MultiPageID="uxMultiPage" ID="uxTabStrip" runat="server" CssClass="TabStrip">
    <Tabs>
        <telerik:RadTab meta:ResourceKey="uxTabA" PageViewID="uxTabA">
        </telerik:RadTab>
        <telerik:RadTab meta:ResourceKey="uxTabB" PageViewID="uxTabB">
        </telerik:RadTab>
        <telerik:RadTab meta:ResourceKey="uxTabC" PageViewID="uxTabC">
        </telerik:RadTab>
    </Tabs>
</telerik:RadTabStrip>

I put 2 RadEditors in uxTabA, some aspx controls to uxTabB, and i put the RadGrid (Classic RadGrid with using AJAX built-in feature inside) - named uxGridSource in uxTabC

I'm using the ImageButton - named uxCmdSave on the CommandItem in uxGridSource .
After clicking the button uxCmdSave, everything is OK, but i'm getting the client error

Line: 310715465
Error: 'this._contentHiddenTextarea.form' is null or not an object

after that, i cannot navigate to any tab (i'm using 3 tabs as described above) on my page.
I think that this error is thrown from RadEditor, but i do not know what the solution is yet.

However, if the page is PostBack fully by any button on the page (not on the RadGrid), this error does not occurs.

Please help me.

2 Answers, 1 is accepted

Sort by
0
Anh Tuan
Top achievements
Rank 1
answered on 13 Dec 2010, 05:33 AM
Please asap :p
0
Rumen
Telerik team
answered on 15 Dec 2010, 06:02 PM
Hi Anh Tuan,

Please set RegisterWithScriptManager property to false , e.g.

<telerik:RadEditor runat="server" RegisterWithScriptManager="false" ...

I the problem still persists, please, isolate it in a sample working project and send it for examination on our end.

Best regards,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
AJAX and Web 2.0
Asked by
Anh Tuan
Top achievements
Rank 1
Answers by
Anh Tuan
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or