Search This Blog

extjs: find an record in a store


var id = '12';
var index = store.find('id',id);
var record = store.getAt(index);

No comments:

Post a Comment