用Grid显示数据后,如何让系统自动选取第一条记录呢?在显示Grid时由于其Store正在loading,没法在Grid选取第一条记录,因为还没有记录,所以应在其Store进行操作. 查看Ext.data.Store的load()方法如下: load( [options] )Loads data into the Store via the configured proxy. This uses the Proxy to make an asynchronous call to whatever…