I see where there's a ToolTipCreate event available, and I've used 
that in the past for custom tool tips over TextAreas etc.. I see the 
same event exposed for the DataGrid itself, but it doesn't appear to 
exist for the individual columns. How would I handle the situation 
where I wanted to display a custom tool tip depending on what column 
was being moused over?

--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> There's a ToolTipEvent that you should be able to pick up and 
return an
> instance of a custom class to use as a tooltip
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of djbrown_rotonews
> Sent: Monday, May 19, 2008 1:20 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] dataTipRenderer available for DataGrid?
> 
> 
> 
> How do I need to extend DataGrid to get the dataTipRenderer stuff 
> exposed similiar to the charting classes?
>


Reply via email to