摘要:
$("#gridTable").jqGrid({ //...其它属性 colModel: [ //...其它列 { name: 'dsource_alarm', index: 'dsource_alarm', width: 30, align: "center", sortable: false, editable: false, formatter: alarmFormatter } ]}); //自定义报警列格式function alarmFormatter(cellvalue, options, ... 阅读全文
posted @ 2013-04-17 12:20
一路前行
阅读(7484)
评论(0)
推荐(2)
摘要:
本地查询(Local):@using Newtonsoft.Json@using System.Net.Http@{ var result = from u in 查询语句略 select new { user_id = u.user_id, user_email = u.user_email, user_nicename = u.user_nicename, use... 阅读全文
posted @ 2013-04-17 12:19
一路前行
阅读(5396)
评论(1)
推荐(0)
浙公网安备 33010602011771号