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

ASP.NET Ajax Editor replaces <th> tags with <td> ones

1 Answer 26 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Yuriy
Top achievements
Rank 1
Yuriy asked on 30 Apr 2012, 11:24 AM
Hi Guys,

Please try to add the following html code in ASP.NET Ajax  Editor:
<table>
    <tbody> 
        <tr>
            <th>Column one </th>
            <th>Column two </th>
        </tr>
        <tr>
            <td>Test</td>
            <td>Test</td>
        </tr>
    </tbody>
</table>
After that try to change the table using RightMouseClick -> Table Properties (you can change any property of the table).
Click OK and switch to HTML mode. You can see that all <th> tags are replaced with the <td> ones.
Also the <th> tag in the first row isn't added after adding an extra column to the table.
Is this a bug or is it an expected behavior?
Is there an easy workaround for the issue?

Thank you in advance.
Best Regards,
Yuriy

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 02 May 2012, 03:45 PM
Hi Yuriy,

Thank you for reporting this bug.

I reproduced it and logged it for fixing in our bug tracker. Here you can find the PITS Issue: Public URL and track its progress.

I also updated your Telerik points for reporting this issue.

Kind regards,
Rumen
the Telerik team
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 RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Yuriy
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or