views:

14

answers:

0

I am using a GridFieldManager with 5 rows and 2 columns. And each cell is made of verticalfieldmanagers and each verticalfieldmanager comprises a few label fields. Everything works fine as far as the UI is concerned. Now I want the ability to select any particular cell and use the context menu to do some action on it. How do i go about this? I want the user to use touch facility or the navigation keys to select a cell or move the highlight(cursor) from one cell to another. Any help?