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]> 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] [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Jan Huzelius
> *Sent:* Wednesday, September 19, 2007 8:09 AM
> *To:* [email protected]
> *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