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
205
Format a portion of the text in a cell?
posted

For a Windows Forms app I'm creating a "Google Suggest" type feature with a textbox and an UltraWinGrid.  It's working pretty well, but I can't figure out one thing.
If "mac" is typed in the textbox, the grid displays:
Mac Attack
Big Mac
Little Mac
Burger Machine

I'd like to format the text in each cell like so:
Mac Attack
Big Mac
Little Mac
Burger Machine

Possible?  Thanks.
-Jeremy

  • 469350
    Offline posted

     Hi Jeremy,

        You might be able to acheive what you want by setting the Style of the column to FormattedText. But then the Value of the cell would have to be some custom XML, so that might not work. It depends what you need from the cell value.