摘要:
1、webGrid:你页面中添加的UltraWebGrid的id//客户端新增加一条数据 function addCustomer() { var row = igtbl_getActiveRow("<%=webGrid.ClientID %>"); if (row != null) { igtbl_addNew("<%=webGrid.ClientID %>", 0); } else { igtbl_setActiveRow("<%=webGrid.ClientID %>", igtbl_getE 阅读全文
posted @ 2012-03-31 16:09
雪树
阅读(472)
评论(0)
推荐(0)