got closer with itemRollOver ... is there a way to do the following on a grid? 
This dashboard widget drill is generic to the grid subject matter, not to the 
row clicked, so I want to still have the grid enabled for click and rollOver 
cursor, but not have any rows highlighted either on create or when the user 
moves the mouse within the grid. TIA,

Mic.
--- In flexcoders@yahoogroups.com, "MicC" <chigwel...@...> wrote:
>
> rollOver="cursorID = CursorManager.setCursor(drillCurs);"
> rollOut="CursorManager.removeCursor(cursorID);"
> 
> works but covers the whole grid, including scrollbars and headers. How do I 
> limit the rollover cursor to just the "data area" of the grid? TIA,
> 
> Mic.
>


Reply via email to