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
180
Infragistic grid dropdown style
posted

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.

Parents
No Data
Reply
  • 71886
    Suggested Answer
    Offline posted

    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.

Children