Hi,
I am using radeditor to display my data in a tablular format as shown in below,
I am using radeditor to display my data in a tablular format as shown in below,
<
telerik:RadEditor ID="RadEditor1" runat="server" Width="100%" >
<Content>
<table>
<tbody>
<tr>
<td>hjhkjhkjhkjlh </td>
</tr>
</tbody>
</table>
</Content>
</telerik:RadEditor>
I have not specified any border or border styles for the table tag, even though editor is displaying the table with thin line dashed-border. The same behaviour been observed in www.telerik.com/demos as well.
Is there any possible way to remove these styles. I wanted to display the data in tabular format without any borders.