tags:

views:

262

answers:

1

Hi,

In a Datagrid, how to detect when the user press the key "Tab" from the last cell ? With KEY_DOWN event the selected cell is unknown, with FOCUS_OUT we don't know the key pressed.

Thanks in advance

+1  A: 

I think this is a duplicate of this issue here:

http://stackoverflow.com/questions/2133768/flex-datagrid-custom-tab-behavior/2134177#2134177

Maximus