Hey Josh, <mx:DataGridColumn headerText="Client Name" dataField="clientName" dataTipField="clientName" showDataTips="true"/>
-TH --- In [email protected], "Josh McDonald" <[EMAIL PROTECTED]> wrote: > > Hey guys, > It seems my dataTips aren't working for some reason :S > > <mx:DataGrid id="dailyPaymentsGrid" top="30" left="0" right="0" bottom="0"> > > <mx:columns> > > <mx:DataGridColumn headerText="Payment Date" dataField="datePaid" > labelFunction="{ dateLabeller }" width="95"/> > > <mx:DataGridColumn headerText="Client Name" dataField="clientName" > dataTipField="clientName"/> > > <mx:DataGridColumn headerText="Amount" dataField="amount" > labelFunction="{currencyLabeller > }"/> > > <mx:DataGridColumn headerText="Method" dataField="paymentMethod" width="60" > /> > > <mx:DataGridColumn headerText="Identified" dataField="breakDownDate" > labelFunction="{ dateLabeller }" width="95"/> > > <mx:DataGridColumn headerText="By" dataField="user" dataTipField="user"/> > > <mx:DataGridColumn headerText="Applied" dataField="applied" > labelFunction="{dateLabeller > }" width="95"/> > > <mx:DataGridColumn headerText="Allocated" dataField="amountAllocated" > labelFunction="{ currencyLabeller }"/> > > <mx:DataGridColumn headerText="Un-allocated" dataField="amountUnallocated" > labelFunction="{ currencyLabeller }"/> > > <mx:DataGridColumn headerText="KPI" dataField="kpi" > labelFunction="{numberLabeller > }" width="40"/> > > <mx:DataGridColumn headerText="Reason" dataField="kpiReason"/> > > <mx:DataGridColumn headerText="Invoices" dataField="invoices" dataTipField=" > invoices"/> > > </mx:columns> > > </mx:DataGrid> > > My values turn up fine, but I'm not getting tooltips for values... Is there > something obvious I've forgotten to do? > > Cheers, > -Josh > > -- > "Therefore, send not to know For whom the bell tolls. It tolls for thee." > > :: Josh 'G-Funk' McDonald > :: 0437 221 380 :: [EMAIL PROTECTED] >

