[flexcoders] Access active column header (DataGrid)

2009-04-04 Thread vitaly.nikolenko
Hi
I'm making a kind of spreadsheet for data entry based on DataGrid Component
And i need to highlite  active column header (change it's background)
I do have the column index from editedItemPosition but i can't  understand how 
to acces the column header
Is that possible at all? 



RE: [flexcoders] Access active column header (DataGrid)

2009-04-04 Thread Tracy Spratt
DataGridColumn supports the headerRenderer property.  Google this.  I have
not used a headerRenderer, but know that itemRenderers in general are
tightly integrated with the Flex framework and require special handling.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of vitaly.nikolenko
Sent: Saturday, April 04, 2009 6:46 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Access active column header (DataGrid)

 

Hi
I'm making a kind of spreadsheet for data entry based on DataGrid Component
And i need to highlite active column header (change it's background)
I do have the column index from editedItemPosition but i can't understand
how to acces the column header
Is that possible at all?