This question is locked. New answers and comments are not allowed.
I'm trying to craft some HTML that will be correctly rendered in a RadRichTextBox and will also be suitable for consumption in a few other places. In general it is tabular data. It has been a somewhat trial-and-error process. I have hit two issues so far:
1. Unless the column width is specified, the HTML table expands to fill the width of the RadRichTextBox control. The same html rendered in a browser renders it tight to the width of the contents of the cells.
2. The body font family and size seem to be ignored within the table. The CSS formatting needs to be repeated within each table element.
My questions are:
a) Are the two items above bugs that might get fixed or are they "features"?
b) Is there any more detailed information on the supported aspects of html and CSS beyond this page:
http://www.telerik.com/help/silverlight/radrichtextbox-features-html-support.html ?
c) Is further support for html/CSS on the roadmap for this control?
Comments from any users who've blazed this trail already would also be most welcome.
Thanks,
Ian
1. Unless the column width is specified, the HTML table expands to fill the width of the RadRichTextBox control. The same html rendered in a browser renders it tight to the width of the contents of the cells.
2. The body font family and size seem to be ignored within the table. The CSS formatting needs to be repeated within each table element.
My questions are:
a) Are the two items above bugs that might get fixed or are they "features"?
b) Is there any more detailed information on the supported aspects of html and CSS beyond this page:
http://www.telerik.com/help/silverlight/radrichtextbox-features-html-support.html ?
c) Is further support for html/CSS on the roadmap for this control?
Comments from any users who've blazed this trail already would also be most welcome.
Thanks,
Ian