[flexcoders] Re: Setting row focus when user clicks in a column using ItemRenderers

2006-06-27 Thread csherwood999
00:36, csherwood999 wrote: I have noticed that I can click into any of my item Renderers without actually selecting the entire row. How can I force the row to be highlighted when the user clicks into an itemRenderer? I guess you'll need to do something in the click event handler

[flexcoders] Setting row focus when user clicks in a column using ItemRenderers

2006-06-26 Thread csherwood999
I've got a datagrid with 4 columns, each with a different itemRenderer. I have noticed that I can click into any of my item Renderers without actually selecting the entire row. How can I force the row to be highlighted when the user clicks into an itemRenderer? An example with an explanation