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.AlwaysCellActivation = 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...)
RegardsTomas E
Hi Tomas,
tomasedstrom said:I've implemented a multi select dropdown in my grid based on the solution described in KB07698.
Just so you know... in v9.1 of NetAdvantage, we added mutli-select support to UltraCombo and UltraComboEditor, so you don't have to use that KB article any more.
Hi!
I too have a similar requirement.We cannot use MouseHover event as this is getting fired only when the focus is on the apt cell.
Is there any other way to achieve this?
Try using the UltraGrid's mousehover event to set the cell activation property maybe this would work. I am not sure I fully understand what the issue is.
Magued