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

Error Using Editor With Ext.net

3 Answers 54 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Neda
Top achievements
Rank 1
Neda asked on 09 Feb 2014, 05:06 AM
Helllo

I am using ext.net prgramming and also telerik editor but rad editor gives the following error when i used it in ext.net

"Control with type 'Telerik.Web.UI.RadEditor' cannot be handled by layout"

And this my html code :

 <ext:FieldSet runat="server" Title="Editor">
                                            <Content>
                                                <telerik:RadEditor ID="txtMoreDescription" runat="server" >
                                                </telerik:RadEditor>
                                            </Content>
                                            <Listeners>
                                                <AfterRender Fn="UpdateSetting" Delay="500" />
                                            </Listeners>
                                        </ext:FieldSet>







3 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 12 Feb 2014, 01:56 PM
Hello Neda,

The thrown error is self descriptive and means that for some reason the two controls have an incompatibility issue and cannot be integrated.

I suggest providing details about the desired achievement, so that I could suggest an alternative approach.

You can also open a formal support ticket and provide simple project, so that we could be able to investigate this issue and find the reason for this problem.

Regards,
Ianko
Telerik
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 UI for ASP.NET AJAX, subscribe to the blog feed now.
0
Vladimir
Top achievements
Rank 1
answered on 14 Feb 2014, 02:39 PM
Try to set Layout="" for FieldSet to deactivate Layout
0
Test Pyxis
Top achievements
Rank 1
answered on 21 Aug 2015, 07:52 AM
RadEditor not access the content
Tags
Editor
Asked by
Neda
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Vladimir
Top achievements
Rank 1
Test Pyxis
Top achievements
Rank 1
Share this question
or