随笔分类 -  ASPxGridView

摘要:有时候我们可以直接从后台生成一些值缓存到客户端,在用到的时候无需在进行callback进行取值,减少和服务器的交互。下面的例子缓存列"title_id"和"title"的值。 );" /> //后台缓存代码protected void grid_CustomJS... 阅读全文
posted @ 2014-11-19 14:01 dever2012 阅读(348) 评论(0) 推荐(0)
摘要:window.__OriginalDXUpdateRowCellsHandler = ASPxClientTableFixedColumnsHelper.prototype.ChangeCellsVisibility; ASPxClientTableFixedColumnsHelper.proto... 阅读全文
posted @ 2014-11-19 13:53 dever2012 阅读(1210) 评论(0) 推荐(0)
摘要:添加一个新的非绑定列,使用CustomColumnDisplayText事件来分配序号给该列protected void ASPxGridView1_CustomColumnDisplayText(object sender, DevExpress.Web.ASPxGridView.ASPxGrid... 阅读全文
posted @ 2014-11-07 11:15 dever2012 阅读(457) 评论(1) 推荐(0)