Re: [flexcoders] show data tips not working for datagrid

2007-05-12 Thread Igor Costa
Cashorali Here's an example ?xml version=1.0? !-- Simple example to demonstrate the Alert control. -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; !-- mx:Script ![CDATA[ import mx.controls.Alert; import mx.events.CloseEvent; // Event

[flexcoders] show data tips not working for datagrid

2007-02-23 Thread Cashorali, Tanya M.
I'm trying to get a certain field to show up because it is clipped by the cell in my datagrid. I've set showDataTips = 'true' in the datagrid column that I want to show. I've also set a dataTipFunction = showDetails on the datagrid itself and for the column. The function looks like this: