LabKey Support
LabKey Support
Sign In
Home
Documentation
Support
Download
Developers
JavaScript is disabled. For the full experience enable JavaScript in your browser.
Messages
What is the way to copy data from LABKEY.ext.Store to a regular Ext.data.ArrayStore ?
LabKey Support Forum (Inactive)
View Message
view list
print
What is the way to copy data from LABKEY.ext.Store to a regular Ext.data.ArrayStore ?
Ben Bimber
2012-05-21 18:40
Status: Closed
it will not save anything unless you call commitChanges() on your store. all changes are client-side only.