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
405
Multiselect dropdown appearance
posted

Hi,

I've implemented a multi select dropdown in my grid based on the solution described in KB07698.

There's a (rather small) problem with it. I would like to behave like my grid dropdowns when not opened, i.e. the cell data shall not be possible to edit nor select, and the dropdown button should only be visible when hovering over the cell.

The only combination I have found which works acceptable is:
ButtonDisplayStyle = ButtonDisplayStyle.Always
CellActivation = Activation.ActivateOnly

(but this doesn't fulfill the way I would like it to work.)
If I for instance use ButtonDisplayStyle.OnMouseEnter, the button is never displayed...
If I set Activation.AllowEdit then OnMouseEnter works but the cell is now editable...)

Regards
Tomas E