摘要:
关于如何实现ASPxGridView的多表头功能,写了一个公共方法可供使用,调用时只许在绑定方法前面调用即可。代码如下://调用该方法即可 public static void SetAspxGridViewBand(DevExpress.Web.ASPxGridView.ASPxGridView gridView) { gridView.HtmlRowCreated += new DevExpress.Web.ASPxGridView.ASPxGridViewTableRowEventHandler(GridView1_HtmlRowCreated); } static void Grid. 阅读全文
posted @ 2011-05-13 10:06
海林、同学
阅读(3746)
评论(6)
推荐(0)
摘要:
1、设置ASPxGridView属性:设置: <SettingsBehavior AllowFocusedRow="True" ProcessSelectionChangedOnServer="True" /> <ClientSideEvents FocusedRowChanged="function(s, e) { OnGridFocusedRowChanged(); }" />js代码: <script language="javascript" type="text/j 阅读全文
posted @ 2011-05-13 09:36
海林、同学
阅读(693)
评论(0)
推荐(0)
浙公网安备 33010602011771号