tags:

views:

52

answers:

1

Hi there,

What I want to do is to display an editable xml grid with extjs, update records and submit to the server the updated xml.

Is this posible?

Regards,

Pedro

A: 

That's what Ext.data.XmlWriter is for.

Mchl