Thanks Alex, Tried the advanced datagrid but that didn't work. As far as overriding the keyFocusChange - it is private so can't override.
--- In [email protected], Alex Harui <aha...@...> wrote: > > That would be highly difficult. Requires overriding keyFocusChange event and > doing a bunch of work. ADG does have per-cell selection I think. Did you > try that? > > Alex Harui > Flex SDK Developer > Adobe Systems Inc.<http://www.adobe.com/> > Blog: http://blogs.adobe.com/aharui > > From: [email protected] [mailto:[email protected]] On > Behalf Of flexcoder2008 > Sent: Monday, June 15, 2009 10:34 AM > To: [email protected] > Subject: [flexcoders] Re: Datagrid non-editable but want to tab between > columns > > > > > > bump > > --- In [email protected]<mailto:flexcoders%40yahoogroups.com>, > "flexcoder2008" <djohnson29@> wrote: > > > > I have a datagrid that has some columns formatted using item renderers. I > > want to enable keyboard navigation so the user can tab across the columns. > > I know that this behaviour is built in to the datagrid if the editable > > property is set to true, but how do I accomplish this if I want the grid to > > be read only? I just want to be able to tab to a particular column and > > capture keyboard events from there. > > >

