Hi all,
        How can i call drawHighlightIndicator() of datagrid from my code. I am 
having a single coulmn chart which refers to one of the columns in the 
datagrid. I want to highlight the corresponding row in datagrid when I rollover 
the block in the chart. I have got the rowIndex. Initially I wrote a method 
which draws a rectangle over the datagrid row, but that method fails sometimes.
    I wnat to call drawHighlightIndicator() , but i am not able to set it's 
first and last parameters.

drawHighlightIndicator(
        indicator:Sprite,     -   where to get this parameter
        x:Number, 
        y:Number, 
        width:Number, 
        height:Number, 
        color:uint, 
        itemRenderer:IListItemRenderer  - can i get this from listItem
)



Reply via email to