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

Parents
No Data
Reply
  • 811
    posted

    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 :)

Children