What is the way to copy data from LABKEY.ext.Store to a regular Ext.data.ArrayStore ?

LabKey Support Forum (Inactive)
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.