When an UltraDropDown is activated (i.e. single clicked) in my grid and the mouse scroll wheel moved the selected value in the UltraDropDown changes even though it has not dropped down. Typically my users are just wanting to scroll the grid in this situation. What do I need to change to make the grid scroll and not the UltraDropDown in this situation?
I am currently using 2007 Vol. 2 but can switch to the latest release if necessary.
I think if the cell is in edit mode, then the MouseWheel is handled by the cell first. I don't know if there is any way around this. You might want to Submit an incident to Infragistics Developer Support. Maybe they can find a workaround for you.
For some reason I can not intercept MouseWheel hack posted.
Is there a way I can ALWAYS show dropdown when the user enters into the cell that has dropdown?
This is what happens now: First time when I click into the cell that has dropdown it will show the drop down and one more soft click in that cell makes the dropdown invisible and from then onwards UP/DOWN/MOUSEWHEEL changes the selected value of the dropdown.
So I was hoping If I can show the dropdown all the time then up/down/mousewheel effect the scroll bar on the dropdown instead of changing the selected value in the dropdown.
Thanks in advance.