0

我有一个增强的网格,如果我传递一个空的 json,那么网格不会显示任何消息。

var newStore = new dojo.data.ItemFileReadStore
({
        data : result
});
GridId.setStore(newStore);
GridId.startup();
GridId.loadingMessage = "Loading";
GridId.errorMessage = "ERROR!!!";
GridId.noDataMessage = "No Data Found";

然后它也没有显示任何消息。

4

0 回答 0