摘要: 对于单元格的操作,只需在事件HtmlDataCellPrepared添加事件 。.cs/// <summary> /// 单元格单击处理 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> protected void InputByBatchIndexList_HtmlDataCellPrepared(object sender, ASPxGridViewTableDataCel 阅读全文
posted @ 2012-11-20 16:49 路灯下的诗人 阅读(789) 评论(0) 推荐(0) 编辑
摘要: 一、 基本使用方法 4 1.导入Dll文件 4 2.Asp.Net页面控件注册 4 3. Asp.Net页面控件声明 5 4.删除licenses.licx协议文件(盗版) 5 5.功能概述 5 二、 绑定数据(单层) 5 1.使用DataSource属性绑定DataTable 5 2.使用DataSourceID属性绑定SqlDataSource 6 3.使用DataSourceID属性绑定ObjectDataSource 6 4.使用DataSourceID属性绑定LinqDataSource 9 5.使用DataSourceID属性绑定XmlDataSource 10 三、 绑定数据(嵌 阅读全文
posted @ 2012-11-20 16:06 路灯下的诗人 阅读(1036) 评论(0) 推荐(0) 编辑