Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
965
Formatting ColumnStyle.FormattedTextEditor
posted

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!

Parents
No Data
Reply
  • 21795
    Offline posted

    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.

Children