在EXTJS中怎么把从表单提交中返回的数据. 展现到已有的grid中.
http://docs.sencha.com/extjs/4.1.3/#!/api/Ext.form.Basic getValues
grid.getStore().add( formpanel.getValues());