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
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
Nice thanks. I have another question on this, going to post it seperate.