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

Incorrect rendering of table cells when adding new columns?

3 Answers 78 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 20 Jan 2009, 02:32 PM
Hello,

I have noticed a possible problem when working with tables in the RadEditor.
Let's say that you create a new table in the RadEditor and set it to have 1 Heading row and 1 Column row. If you after this choose to edit the table and add a new column, then the topmost cell in the new column will be created as an ordinary table cell (<td>) and not a  table heading cell (<th>) as it should. 
Like this:
<thead>
        <tr>
            <th>Col 1</th>
            <th>Col 2</th>
            <th>Col 3</th>
            <td>New, added column created with td-tags instead of th</td>
        </tr>
</thead>

I have been using IE 6 when making these observations.

Regards
Daniel

3 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 21 Jan 2009, 10:01 AM
Hi Daniel,

Our developers are working on entirely new table editing mechanism. It will be available in the next release of RadControls for ASP.NET AJAX, which is  scheduled for the middle of February.


Regards,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Dario
Top achievements
Rank 1
answered on 03 Apr 2009, 07:27 AM
Hi Stanimir,

Any updates on this issue? Has this been fixed in the latest version?
Thank you,

Dario.
0
Stanimir
Telerik team
answered on 06 Apr 2009, 10:42 AM
Hi Dario,

This week we will release RadEditor for MOSS 5.4. This issue will  be fixed in it. For now you can test it in the online demos of the last version of the RadEditor for ASP.NET AJAX http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx.


Kind regards,
Stanimir
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
WebParts for SharePoint
Asked by
Daniel
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Dario
Top achievements
Rank 1
Share this question
or