I have an UltraWinGrid where I am in the BeforeCellActivate event trying to make some changes. Within the delegate for this event, I am setting the ValueList. Upon doing this the column cell Editor changes to become EditorWithCombo. The ValueList is properly shown when clicked upon. However, what I'm trying to do is show the items in the ValueList so that the top line might either be bold or in a larger font, while a second line (description) is shown in a normal font, possibly a smaller font.
I was trying to explore if there was a way to use UltraFormattedTextEditor for each value item (or if there was a property to somehow allow rich text) but I am not seeing that. On the row cell property Style - when I try setting that to ColumnStyle.FormattedText it has no bearing on the underlying value items. I was hoping that there might be a similar property that I can use.
Is there a techiique I can follow to achieve this ?