rookpsu
07-17-2008, 09:47 PM
In short...
I have a datagrid, 5 columns. In the first column is my itemEditor - a skinned ComboBox resting in a VBox.
What I want to do is have the ComboBox arrow visible only for active (highlighted row).
Right now it only appears when you click on the itemRenderer cell itself.
I can catch the mouseOver event of the dataGrid - and the rowIndex - but from there i'm stumped. No events (that I can tell) are firing in my ItemEditor class so I can't grab it there.
There's no DataGridRow class. There doesn't seem to be a cell class either.
In its simplist form....If a user rolls over row4, how do I set the focus to col1, row4.
ANY help would be appreciated.
I have a datagrid, 5 columns. In the first column is my itemEditor - a skinned ComboBox resting in a VBox.
What I want to do is have the ComboBox arrow visible only for active (highlighted row).
Right now it only appears when you click on the itemRenderer cell itself.
I can catch the mouseOver event of the dataGrid - and the rowIndex - but from there i'm stumped. No events (that I can tell) are firing in my ItemEditor class so I can't grab it there.
There's no DataGridRow class. There doesn't seem to be a cell class either.
In its simplist form....If a user rolls over row4, how do I set the focus to col1, row4.
ANY help would be appreciated.