上一篇演示了extjs grid的基本用法,并加载了本地数据.今天我们将演示如何加载异步数据. 所谓异步,就是通过ajax的方式将服务器端的数据加载到我们的grid中.为了提供数据,我们先定义一个数据类,并创建一些临时数据. public class UserEntity { public string ID { get; set; } public string Name { get; set; } public int Age { get; set; } public static List…
var tostore = GetQueryString("tostore"); var photo_id = GetQueryString("photo_id"); var photo_name = decodeURI(decodeURI(GetQueryString("photo_name"))); var picArr = []; var loadType = 2; var total = 0; $(function () { ToolBa…