Re: [flexcoders] ToolTip for each row in a DataGrid

2008-06-09 Thread Josh McDonald
, June 08, 2008 9:16 PM To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Subject: [flexcoders] ToolTip for each row in a DataGrid Hii, How can I make a tooltip that will work for each row of datagrid?? Right now, the tooltip is displaying the same data for each row, as I

[flexcoders] ToolTip for each row in a DataGrid

2008-06-08 Thread Manu Dhanda
Hii, How can I make a tooltip that will work for each row of datagrid?? Right now, the tooltip is displaying the same data for each row, as I point to some row. So, it is picking the data from the very first row that I point and once I move to any other row, it displays the same data. And once

Re: [flexcoders] ToolTip for each row in a DataGrid

2008-06-08 Thread Josh McDonald
Here's what you need mate: http://livedocs.adobe.com/flex/3/langref/mx/controls/dataGridClasses/DataGridColumn.html#dataTipFunction -Josh On Mon, Jun 9, 2008 at 2:16 PM, Manu Dhanda [EMAIL PROTECTED] wrote: Hii, How can I make a tooltip that will work for each row of datagrid?? Right now,

RE: [flexcoders] ToolTip for each row in a DataGrid

2008-06-08 Thread Joan Lafferty
, June 08, 2008 9:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] ToolTip for each row in a DataGrid Hii, How can I make a tooltip that will work for each row of datagrid?? Right now, the tooltip is displaying the same data for each row, as I point to some row. So, it is picking

RE: [flexcoders] ToolTip for each row in a DataGrid

2008-06-08 Thread Manu Dhanda
Of Manu Dhanda Sent: Sunday, June 08, 2008 9:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] ToolTip for each row in a DataGrid Hii, How can I make a tooltip that will work for each row of datagrid?? Right now, the tooltip is displaying the same data for each row, as I