RE: [flexcoders] Re: Editable DataGrid and keyboard navigation

2008-01-22 Thread Alex Harui
When the editor is up, the DG is no longer listening for arrows keys, so passing them to the DG won't help. You can get the editedItemPosition, and set a new editedItemPosition instead From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mar

RE: [flexcoders] Re: editable datagrid

2005-05-16 Thread Sreejith Unnikrishnan
Title: Message Maybe you want to look at his article by Christophe at Macromedia.   http://www.macromedia.com/devnet/flex/articles/complex_data_print.html   If offers insight into both HTTP and WebService methods.   Sree -Original Message-From: flexcoders@yahoogroups.com [m

RE: [flexcoders] Re: editable datagrid

2005-05-16 Thread Doodi, Hari - BLS CTR
PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: editable datagrid On 5/16/05, Rajesh Jayabalan <[EMAIL PROTECTED]> wrote: > My data provider is a httpService, so how can I send the edited data > back? Let's say you have this editable DataGrid in your application:

Re: [flexcoders] Re: editable datagrid

2005-05-16 Thread Manish Jethani
On 5/16/05, Rajesh Jayabalan <[EMAIL PROTECTED]> wrote: > My data provider is a httpService, so how can I send the edited data > back? Let's say you have this editable DataGrid in your application: The edited data can be accessed through the dataProvider property of the 'grid' object above.