jimmifett
16 Sep 2009, 12:42 PM
i'm trying to use the editable grid row from the examples page (Ext.ux.grid.RowEditor).
i'm loading my store no problem. however, after editing a cell, it gets marked dirty but a call to webserver is never made (verifying with fiddler) to update the data.
i'm using api: instead of directFn:.
i've got read: and update: set to respective functions, with create: and detroy: set to undefined.
paramsAsHas: is natually false. autoSave: is set to true.
Is there something i'm missing? anyone else have an example of a simple updating grid using Ext.ux.grid.RowEditor ?
i'm loading my store no problem. however, after editing a cell, it gets marked dirty but a call to webserver is never made (verifying with fiddler) to update the data.
i'm using api: instead of directFn:.
i've got read: and update: set to respective functions, with create: and detroy: set to undefined.
paramsAsHas: is natually false. autoSave: is set to true.
Is there something i'm missing? anyone else have an example of a simple updating grid using Ext.ux.grid.RowEditor ?