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

SplitCell doesn't split the cell

4 Answers 81 Views
Editor
This is a migrated thread and some comments may be shown as answers.
dror riov
Top achievements
Rank 1
dror riov asked on 14 Mar 2011, 12:19 PM
Hello

When i right click a cell in the editor and select "Split Cell" it adds a cell below the current cell instead of splitting the cell..
What "Split Cell" does is exactly what "Insert Row Below" does...
I must have this working correctly..

Any resolve?

Thank you..

4 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 16 Mar 2011, 03:36 PM
Hi Dror,

I was unable to reproduce the problem. You can see my test in the attached video: http://screencast.com/t/4ikixbQBA. Am I missing something? Can you please provide detailed steps along with content how to reproduce the problem?

Best regards,
Rumen
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
dror riov
Top achievements
Rank 1
answered on 16 Mar 2011, 04:11 PM
Hi
Thank you for your reply.

The only thing i do is adding a table with a few cells and trying to split them..

Can you please send me all the your Editor context tags so i may replace them..
This is our tags and maybe there is a problem in them:
<ContextMenus>
               <telerik:EditorContextMenu TagName="IMG">
                   <telerik:EditorTool Name="SetImageProperties" />
                   <telerik:EditorTool Name="ImageMapDialog" />
               </telerik:EditorContextMenu>
               <telerik:EditorContextMenu TagName="TABLE" Enabled="true">
                   <telerik:EditorTool Name="ToggleTableBorder" />
                   <telerik:EditorTool Name="SetTableProperties" />
                   <telerik:EditorTool Name="DeleteTable" />
               </telerik:EditorContextMenu>
               <telerik:EditorContextMenu TagName="TD" Enabled="true">
                   <telerik:EditorTool Name="InsertRowAbove" />
                   <telerik:EditorTool Name="InsertRowBelow" />
                   <telerik:EditorTool Name="DeleteRow" />
                   <telerik:EditorTool Name="InsertColumnLeft" />
                   <telerik:EditorTool Name="InsertColumnRight" />
                   <telerik:EditorTool Name="MergeColumns" />
                   <telerik:EditorTool Name="MergeRows" />
                   <telerik:EditorTool Name="SplitCell" />
                   <telerik:EditorTool Name="DeleteCell" />
                   <telerik:EditorTool Name="SetCellProperties" />
               </telerik:EditorContextMenu>
               <telerik:EditorContextMenu TagName="A">
                   <telerik:EditorTool Name="SetLinkProperties" />
                   <telerik:EditorTool Name="Unlink" />
               </telerik:EditorContextMenu>
               <telerik:EditorContextMenu TagName="BODY">
                   <telerik:EditorTool Name="Cut" />
                   <telerik:EditorTool Name="Copy" />
                   <telerik:EditorTool Name="Paste" />
                   <telerik:EditorTool Name="PasteFromWord" />
                   <telerik:EditorTool Name="PastePlainText" />
                   <telerik:EditorTool Name="PasteAsHtml" />
               </telerik:EditorContextMenu>
           </ContextMenus>



0
Rumen
Telerik team
answered on 18 Mar 2011, 04:19 PM
Hello Dror,

Here is the default context menu for TD elements:

<telerik:EditorContextMenu TagName="TD" Enabled="true">
                   <telerik:EditorTool Name="InsertRowAbove" />
                   <telerik:EditorTool Name="InsertRowBelow" />
                   <telerik:EditorTool Name="DeleteRow" />
                   <telerik:EditorTool Name="InsertColumnLeft" />
                   <telerik:EditorTool Name="InsertColumnRight" />
                   <telerik:EditorTool Name="DeleteColumn" />
                   <telerik:EditorTool Name="MergeColumns" />
                   <telerik:EditorTool Name="MergeRows" />
                   <telerik:EditorTool Name="SplitCell" />
                   <telerik:EditorTool Name="SplitCellHorizontal" />
                   <telerik:EditorTool Name="DeleteCell" />
                   <telerik:EditorTool Name="SetCellProperties" />
                   <telerik:EditorTool Name="SetTableProperties" />
               </telerik:EditorContextMenu>

My suggestion is to test the latest version of RadEditor and see whether the problem is reproducible. You can test it here. If you are able to recreate it, please, record your steps with Jing or another screen recorder and send us the video.

Best regards,
Rumen
the Telerik team
0
dror riov
Top achievements
Rank 1
answered on 20 Mar 2011, 08:21 AM
Hello

I was missing the

                   <telerik:EditorTool Name="SplitCellHorizontal"/>

tag..


It works now, thank you.


Dror
Tags
Editor
Asked by
dror riov
Top achievements
Rank 1
Answers by
Rumen
Telerik team
dror riov
Top achievements
Rank 1
Share this question
or