It is updated when you tab out of the row ( it is not updated as you go
from column to column) or if you click outside the row.

 

There's a bunch of wiring in there centering around ITEM_EDIT_END than
can also block dataprovider updates.

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Jan Huzelius
Sent: Wednesday, September 19, 2007 10:15 AM
To: [email protected]
Subject: Re: [flexcoders] Editable DataGridColumn Binding

 

Hi Alex,

 

Ah so it does by default update the dataprovider as soon as the user
types a new value in the dataGrid?

 

So the DG and the DP are actually bound in a 2-way fashion by default
and there's no need to manually bind them?

 

The reason I'm asking is that, in the current codebase I've inhereted
from another developer it does not seem to update the xml value in the
dataprovider.

 

Thanks for the pointer.

 

Cheers,

 

/Jan
 

On 19/09/2007, Alex Harui <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >
wrote: 

The editable DG will update the DP, but it doesn't use binding.  Is
there a reason you need to use binding? 

 

________________________________

From: [EMAIL PROTECTED] ups.com <http://ups.com/>
[mailto:[EMAIL PROTECTED] ups.com <http://ups.com/> ] On Behalf Of Jan
Huzelius
Sent: Wednesday, September 19, 2007 8:09 AM
To: [email protected] <http://ups.com/> 
Subject: [flexcoders] Editable DataGridColumn Binding 

 

I have a datagrid with many columns populated by data coming from an XML
dataprovider.

 

Is there a way to have the column data value edited/entered by the user
in any of the datagrid cells to update the original XML dataprovider
using binding? 

 

I appreciate any pointers.

 

Cheers,

 

/Jan

 

 

 

 

Reply via email to