Hi All,

I have a dataGrid and showing a tool tip on sroll by making 
showScrollTips="true" and calling 
scrollTipFunction="mainScrollTipFunc".. TIP content is written in 
the funtion mainScrollTipFunc..

public function mainScrollTipFunc(dir : String, pos: Number):String 
           {
             var tempTip:String = "No of 
Records: "+mainGridDP.length.toString();
             return tempTip;
           }

Here, the tip is showing when user presses\drags the scroll bar but 
I want to show the tip when user rolls over the mouse on scroll bar 
of the grid.

How can I do it? kindly suggest...

Thanks in Advance...
Sanjay

Reply via email to