Hi,
I have a grid on a container form that has its scrollbar displayed.If I click on the grid to set the focus on one row and then start scrolling with the mouse wheel, the parent container also scrolls.
I tried listening to the MouseWheel event to set the e.Handled = true but it did not fix the problem.
void ultraGrid1_MouseWheel(object sender, MouseEventArgs e){this.OnMouseWheel(e);HandledMouseEventArgs handledArgs = e as HandledMouseEventArgs;if (handledArgs != null) handledArgs.Handled = true; }
What am I missing?Thanks.
Annie
Hi Mike,
We are on an old release...Infragistics Net Advantage 2006, Vol. 3.
6.3.20063.53
I will check with our IT departement to get the latest service release.
Follow up to say that we upgraded to version 9.1.20091.1000 and the issue is fixed.
Thanks.Annie
Hi Annie,
What version of the grid are you using? This sounds like it might be an old bug that was fixed a long time ago. Are you using the latest service release?
If you are already using the latest service release or it does not help, then it sounds like this might be a bug.