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

[Solved] Cannot access Table Wizard in the second editor

2 Answers 92 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Nik
Top achievements
Rank 1
Nik asked on 13 Aug 2009, 06:28 PM
Steps to reproduce :

2) Checkbox “Use Tool  Provider” checked and “Apply settings” is clicked
3) Go to the second editor , click on Insert Table Icon 

There should be valid Table Wizard link in the dropdown menu. Instead there is disabled  “Insert Row Above” link. 

How can i fix it ?

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 14 Aug 2009, 07:59 AM
Hi Nik,

Thank you for reporting this problem. I verified it and logged it for fixing in our bug tracking system. I also updated your Telerik points for your bug report.

For the time being you can add a TableWizard tool to the toolbar:

    <telerik:RadEditor ID="RadEditor1" runat="server">
        <Tools>
            <telerik:EditorToolGroup>
                <telerik:EditorTool Name="tableWizard" />
            </telerik:EditorToolGroup>
        </Tools>
    </telerik:RadEditor>

You can download the default toolsfile from this KB article: http://www.telerik.com/support/kb/aspnet-ajax/editor/default-toolsfile-xml-file.aspx

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Nik
Top achievements
Rank 1
answered on 14 Aug 2009, 07:00 PM
Thank you for your suggestion. But I’ve decided to remove usage of  ToolProviderID  feature.  It causes too many problems. Not just  problem  mentioned in OP. We use .LoadToolsFile to setup many tools in the editor. But second editor ignores what is in Paragraph Style,  Font Selection, Custom Links,  Insert Code Snippet dropdowns in the first editor and seems to use default settings.
Tags
Editor
Asked by
Nik
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Nik
Top achievements
Rank 1
Share this question
or