Skip to main content
Participant
June 9, 2007
Question

Can't use Datagrid event Item_Focus_IN

  • June 9, 2007
  • 1 reply
  • 275 views
I have a datagrid populated with some items from a dataprovider. I would like to see when a user click on an item in the datagrid but the event don't seems to work.

Heres my code :

This topic has been closed for replies.

1 reply

Participant
June 10, 2007
I have similar problem. For some reason default DataGrid items do no catch this event. I also found that KeyboardEvents are not cached by stage object when DataGrid item is selected... But at least I found a workaround. There is inherited event ListEvent.ITEM_CLICK. At least it done the trick for me. IT is dispatched when item in DataGrid is clicked and informs about column and row index. May be it will help you ;)