Rank: Advanced Member Groups: Member
Joined: 2/27/2010 Posts: 69
|
I have a grid control placed inside a combo box for multi-columns. I'd like the user to be able to scroll through the list via the mouse wheel, but you have to click inside the grid or the wheel scrolls the entire page. But for the combo box the click selects the entry so no scroll. Is there a way to change the combobox selection behavior to double-click... or any other suggestion?
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Have you tried to put an outer element around the Grid and then cancel bubble on mouse click for the that element? That should stop the click event from propagating to the ComboBox.
Thanks!
|