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
845
Setting FontStyle of Items In DropDownList
posted

I have set a column's ValueList property and set the column's Style property to DropDownList in an UltraGrid. When I expand the DropDownList the items appear with bold font. What property can I set to turn off the bold font? I have tried setting the CellAppearance and HeaderAppearance FontData properties, but have not achieved the desired unbolded text.

 

Regards,

Albert 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi Albert,

    Well, you need to find out why the items are bold. They are certainly not automatically made bold by default, so something is making them that way. What are you using  as your list, a ValueList or an UltraDropDown? Are you loading an application style?

    Try searching your code for "FontData" to see if you are setting FontData.Bold somewhere. 

     

Children