【发布时间】:2014-08-29 20:42:24
【问题描述】:
您好,我有商店,我想从这家商店获得 ID 字段中的值。
Ext.ComponentQuery.query('price gridpicker[name=price]')[0].store.getAt(0).data.id;
But this output only ID from first record in store, and when select other record I will still get ID from first record, help me thanks
【问题讨论】: