I have the following:

<mx:DataGridColumn headerText="Acct" dataField="acct" width="50"
showDataTips="true" dataTipFunction="fullAcctName"/>

The fullAcctName returns a string.

Unfortunately, the string is displayed right over the cell you are
hovering over to get the tooltip.  Is there a way to give it an offset
so it doesn't block the cell?

Thanks!

Reply via email to