How to get Store record using index?

If we have grid Id : Ext.getCmp('gridId').getStore().getAt(index);
If we have store Id: Ext.getStore('storeId').getAt(index);

Comments

Popular posts from this blog

How to start and stop editing a record?