ItemFocusIn Not Working on Non-Editable DataGrid in Flex
Posted
by Joshua
on Stack Overflow
See other posts from Stack Overflow
or by Joshua
Published on 2010-04-17T19:36:30Z
Indexed on
2010/04/17
19:43 UTC
Read the original article
Hit count: 585
flex
|actionscript-3
I realize that ItemFocusIn is somehow only applicable to editable datagrids in flex, nevertheless I want to fire an event anytime the user selects a new row in a non-editable datagrid. I have successfully used the CLICK event, but this event is not fired when the user uses the keyboard to select a different row in the datagrid. What do I have to do to cause an event to fire whenever the currently highlighted row in the datagrid changes, regardless of weather it was changed by the mouse or by the keyboard?
© Stack Overflow or respective owner