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
325
Column.ButtonDisplayStyle isn't working...
posted

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