Hi,
I'am using infragistic grid and a dropdown in one cell. It has been requested to me to displays some item of the dropdown in italic and others in normal style.
Is there a way to achieve this?
Thanks you very much.
Hello katoyi,
This could be achieved by using the 'Appearance' object of a 'ValueListItem', like this:
list.ValueListItems[0].Appearance.FontData.Italic = DefaultableBoolean.True;
Please feel free to let me know if a question about our tool set comes up on your mind.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.