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 AttackBig MacLittle MacBurger Machine
I'd like to format the text in each cell like so:Mac Attack Big Mac Little Mac Burger Machine
Possible? Thanks.-Jeremy
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.