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
4165
How to always show dropdown triangle in cell when editor is comboBox
posted

 

I have a grid with some columns where the editor componenet is set to a comboBox. I want to always show the triangle..not just when the mouse is passed over.

I feel like this is so simple but i simply cannot find it. Column.Style?

 

Thanks,
Mel

Parents
  • 53790
    Verified Answer
    posted

    Hello Mel,

    Maybe you could try ButtonDisplayStyle property. For example:

    ultraGrid1.DisplayLayout.Bands[0].Columns[0].ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;

    Let me know if you have any questions.

    Regards

Reply Children
No Data