Grid SpinEdit Control Scroll Wheel

Is it possible to use the mouse scroll wheel to spin the spin edit when used as an in place editor?

ie. User selects the cell, spin edit appears and they can spin the value using the mouse wheel.

Anyone ?

The only way I could get this to work was to set the grid's Mouse >
Wheel Action to waScroll and use the OnMouseWheel events.  In those
events I check if the grid is in edit mode.  If so, I adjust the grid's
SpinEdit.Value otherwise I adjust the row value to do the normal scroll.