1.

How To Get Store Record Using Index?

Answer»

If we have GRID ID : Ext.getCmp('gridId').getStore().getAt(INDEX);

If we have STORE Id: Ext.getStore('storeId').getAt(index);

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

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



Discussion

No Comment Found