Hi, guys -
I've got a grid with three bands in it, only a handful of columns are dropdowns. I'm setting up each appropriate column this way:
Grid.DisplayLayout.Bands("Band").Columns("Col").Style = ColumnStyle.DropDown
and also
Grid.DisplayLayout.Bands("Band").Columns("Col").ButtonDisplayStyle = ButtonDisplayStyle.Always
And yet, somehow, there are never any buttons displayed until you activate the row - sometimes they will show up when you mouse over it.
We'd like them to be visible, well, always.
Suggestions? Need more info?
Thanks,
Rob
Rob,
The property (ButtonDisplayStyle) which you are using works with Cell Style which is being set as Button to show button always. I do not think with Wincombo it works. Incase if you are using ValueList as DropDown, it will not show the DropDown button until you not enter into the edit mode.
Bunty :)
Hi, Bunty -
I don't understand. I can't find "CellStyle" anywhere, but there is a CellDisplayStyle which doesn't have any reference to Buttons at all.
Can you be more specific maybe?
Thanks again,