I am binding ExtJs Gridpanel from database and add \"Delete\" button below my gridpanel. By using the delete button handler, I have deleted selected record on gridpanel. But
Combination of Dasha's and MMT solutions:
Ext.getCmp('yourGridId').getView().ds.reload();