Thanks, I'm now reading docs on "stopImmediatePropagation" That will allow the customization I need, before I was just using an inline itemRenderer and itemEditor. It kinda forced me to put my logic code in the separate Script tag inside the inline component...which is what I did not want to do.
Alex Harui wrote: > > You could capture keystrokes going to the List and > stopImmediatePropagation > > > > ------------------------------------------------------------------------ > > *From:* [email protected] [mailto:[EMAIL PROTECTED] > *On Behalf Of [EMAIL PROTECTED] > *Sent:* Friday, May 09, 2008 7:19 AM > *To:* [email protected] > *Subject:* [flexcoders] Prevent List component from changing index > according to key pressed > > > > I do not want my List to change index when a user presses keys... > Is there a simpler way without extending the List component? > > -- > -- Keith H -- > >

