jqGrid asp.net 演示 jqGrid ASP.NET Webforms component Demo http://www.trirand.net/demoaspnet.aspx
下载jqGrid皮肤,下载地址为:http://jqueryui.com/themeroller/ 我使用的是:ThemeRoller->gallery->cupertino样式
下载asp.net -- jqGrid的软件包 http://www.trirand.net/download.aspx
http://www.trirand.com/blog/?page_id=6
<link rel="stylesheet" type="text/css" media="screen" href="../jqGrid/themes/cupertino/jquery-ui-1.10.2.custom.min.css" /> <link rel="stylesheet" type="text/css" media="screen" href="../jqGrid/themes/ui.jqgrid.css" /> <script src="../jqGrid/js/trirand/jquery-1.9.0.min.js" type="text/javascript"></script> <script src="../jqGrid/js/trirand/i18n/grid.locale-cn.js" type="text/javascript"></script> <script src="../jqGrid/js/trirand/jquery.jqGrid.min.js" type="text/javascript"></script>