摘要: ***.ascx.cs:namespace ***.***{ public partial class UCPopupDialog : System.Web.UI.UserControl { protected override void OnPreRender(EventArgs e) { base.OnPreRender(e); txtPicker.Enabled = Enabled; } /// /// 控件样式 /// publi... 阅读全文
posted @ 2013-10-29 16:38 刀叨 阅读(840) 评论(0) 推荐(0) 编辑
摘要: 合并后效果如图:$("#listFareInformation").jqGrid('destroyGroupHeader').jqGrid('setGroupHeaders', { useColSpanStyle: true, groupHeaders: [ { startColumnName: 'Validity_min', numberOfColumns: 2, titleText: 'Validity' } ]});//#listFareInformation为div的ID;Validity_min为co 阅读全文
posted @ 2013-10-29 16:31 刀叨 阅读(495) 评论(0) 推荐(0) 编辑