Hello,
I have an ultragrid's columns with the style set to ColumnStyle.FormattedTextEditor.
I'd like to be able to format the text much like an HTML table, with column/row borders, row spans, and column spans.
I did not see a table attribute in the documentation but would like to know if there is an alternative way of pulling this off?
Thanks in advance!
Hello Acozzi,
Formatting of text and hyperlinks in UltraFormattedTextEditor uses same tags as the ones in HTML. However it is not HTML renderer and only limited subset of HTML functionality is supported. Among these are not tables. Therefore you cannot format the text in the editor as table. Additional information about this matter you may find in our online documentation at this article "Formatting Text and Hyperlinks".
If you need to show your information in table layout I can suggest you to use UltraGrid.
Please let me know if any additional questions on this matter arise.
Thank You.
If the span tag supported Border-style in the Style attribute I would have exactly what I need.
Any chance the RichTextEditor feature in the wingrid would support what I need?
As an alternative I created a user control which I am applying to the grid via the Editor property. I am not using a wingrid for the user control, just ultra labels as they provide the formatting I need.
The grid sits on a ZoomPanel and as I zoom in the user control text begins to blur being as I am zooming in on an image. Any suggestions for making the editor look crisp as I zoom in?