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
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