Dear Support,
with the setting:
Razor. . . item.NestedExtension().ComboBox(s => { s.ReadOnly = viewMode; s.Properties.DropDownStyle = DropDownStyle.DropDownList; s.Properties.IncrementalFilteringMode = IncrementalFilteringMode.StartsWith; s.Properties.DataSource = Model.QualityGates; s.Properties.ItemStyle.Font.Bold = true; . . .
I can see that all my combo box items are shown in bold as expected.
Unfortunately, that setting does not apply to the displayed item after the actual selection.
I can not find any other attribute. Why does the ItemStyle no apply to the displayed item and how can I have that shown in bold as well ?
Thanks
Uwe