Specify a dataTipField, if your data is a first-level child of the item, or
a use a dataTipFunction it it is nested more deeply.

 

Tracy Spratt,

Lariat Services, development services available

  _____  

From: [email protected] [mailto:[email protected]] On
Behalf Of Ramabhadra Reddy
Sent: Tuesday, April 14, 2009 3:08 AM
To: [email protected]
Subject: [flexcoders] whole xml response is diaplying as tooltip when i
place cursor on data cell

 






<mx:HTTPService id="getXMLResponse" method="GET" showBusyCursor="true"
useProxy="false" resultFormat="e4x" concurrency="last"
result="handleResponse(event)" requestTimeout="30"
fault="parentApplication.showGenericError()" />
resultFormat="e4x" is causing the issue.
whole xml is displaying as tooltip when i display xml response over data
grid. my requirement is need to display tooltip as corresponding data value.

How can i display only corresponding cell data value as tooltip instead of
whole xml response.
Any help is appriated.



Reply via email to