Try having your renderer for the cell implement IFocusManager. Get the focus event and set your desired component focus.
--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Editable=true? > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of simonjpalmer > Sent: Monday, February 04, 2008 4:25 AM > To: [email protected] > Subject: [flexcoders] Re: Keyboard navigation to objects within > components > > > > seems like you want to tab through the columns of the selected row, I > have not seen any way of doing that > > an somewhat inelegant brute force method would be to define shortcuts > to the buttons in your columns and trap those shortcuts as key presses > in the component, check which row is selected, get the link and spoof > a button press performing whatever action was under the original button. > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> > , "dannytab69" <dannytab69@> wrote: > > > > I'm having a number of issues in my application regarding keyboard > > navigation and selection of objects within other components. For > > example, in a datagrid I have, two of the columns' are displayed as > > link buttosn, each of which is contained in a vbox within an item > > renderer. > > > > The problem is that the application will allow me to tab to the data > > grid in question, and then use the up/down arrows to select particular > > rows, but there seems to be no way that I can think of that will allow > > me to select the individual link buttons within each row. > > > > Has anybody any ideas? Any help would be greatly appreciated. > > > > Thanks > > Danny > > >

