RE: [flexcoders] labelFunction item object and font style

2005-05-11 Thread Matt Horn
AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] labelFunction item object and font style I believe the 2nd argument to labelFunction when used in a DataGrid is the columnName.  This should be in the docs somewhere but I couldn’t find it.   From: flexc

RE: [flexcoders] labelFunction item object and font style

2005-05-10 Thread Matt Chotin
: flexcoders@yahoogroups.com Subject: [flexcoders] labelFunction item object and font style   I am using labelFunction in a DataGridColumn to return a string based on the value of myColumn I want to set the background property of myColumn but I dont know how to get a refrence to the index position of

[flexcoders] labelFunction item object and font style

2005-05-10 Thread msloumac
I am using labelFunction in a DataGridColumn to return a string based on the value of myColumn I want to set the background property of myColumn but I dont know how to get a refrence to the index position of the item object myColumn. I have tried numerous variations on item.index without success, c