Ronn
24 Jun 2008, 9:26 PM
Hi there,
Has anyone tried to dynamically update table item ?
i.e., I have a table which displays 5 rows of data. What I want to do is to update the store directly and have the binder trigger an update to the UI reflect this.
I've tried to update the store with no avail.
store.update(model); // where model is an existing object from store which has been modified.
The code looks like it should work, is this a bug?
Has anyone tried to dynamically update table item ?
i.e., I have a table which displays 5 rows of data. What I want to do is to update the store directly and have the binder trigger an update to the UI reflect this.
I've tried to update the store with no avail.
store.update(model); // where model is an existing object from store which has been modified.
The code looks like it should work, is this a bug?