DataGrid 的使用笔记

原文链接:http://www.cnblogs.com/longhorn008/archive/2005/08/26/223770.html DataGrid其实就是表格,cellspacing cellpadding ,表格有的属性它都有。
一般使用时,自动生成列设False
表头style
元素style
交替style
表脚style
<columns>
<asp:boundcolumn DataFiled="字段" HeaderText="表头名字">
//BoundColumn 显示字段需要处理显示 可加 DataFormatString

<asp:buttoncolumn />

<asp:templatecolumn HeaderText="表头名字" ><itemtemplate>绑定内容</itemtemplate></asp:templatecolumn>

<asp:Hyperlincolumn>
...............
..............
</columns>

转载于:https://www.cnblogs.com/longhorn008/archive/2005/08/26/223770.html

上一篇:雷林鹏分享jQuery EasyUI 数据网格 - 启用行内编辑


下一篇:DataList嵌套DataGrid