PDA

View Full Version : Keeping modified records of EditorGridPanel while paging


jsakalos
09-28-2009, 04:10 AM
If an EditorGridPanel has also paging then the changes you make on one page are "lost" if you page-out of that page. The good news is that they are not really lost but you need to do a little work to re-apply them when you page back to the modified page.

See http://blog.extjs.eu/patterns/code-patterns/keeping-modified-records-of-editorgridpanel-while-paging/ for more details and example code.

Bulle Bas
09-28-2009, 01:21 PM
Very useful info. But shouldn't this not be the standard behavior?To me it seems to be more a valid patch.
I would like to turn this into a reusable behaviour at least.

Again: many thanks for your insights. I am still learning very hard.

galdaka
09-28-2009, 02:10 PM
Hi,

Good work Saki. Would be posible a plugin like RowSelectionPaging that capture modified record across paging? I think will be a best solution.

Greetings,

jsakalos
09-29-2009, 04:03 AM
I think that row selection plugin does exist.

galdaka
09-29-2009, 08:10 AM
I think that row selection plugin does exist.

I refer to: http://www.extjs.com/forum/showthread.php?p=295204#post295204

P.D: Working perfect in 3.X.

Greetings,