网上找了个找,最终还是自己做的比较靠谱,道理很简单,直接看代码
代码:
1 /// summary
2 /// =================== 两行标题行 ========================
3 /// /summary
4 /// param name=sender/param
5 /// param name=e/param
6 protected void GV1_RowCreated(object sender, GridViewRowEventArgs e)
7 {
8 if (e.Row.RowType == DataControlRowType.Header)
9 {
10 e.Row.Cells.Clear();
11 string[] capText = { ID, 材料名称, 规格型号, 计量单位, 入库数量, 点验, 发料, 库存, 合同 };
12 int[] capWidth = { 50, 0, 0, 0, 70, 150, 150, 150, 150 };
13 int[] capRowSpan = { 2, 2, 2, 2
您可能关注的文档
最近下载
- 红十字急救培训包扎PPT课件.pptx VIP
- 13S201 室外消火栓及消防水鹤安装.docx VIP
- 2026年中考苏教版生物复习知识点考点背诵提纲.docx
- 消防安全标志通用技术条件 第3部分:蓄光消防安全标志.pdf VIP
- 本科毕设论文-选矿厂设计报告.doc VIP
- 东菱EPS-B1系列驱动器技术手册.doc VIP
- T_CSAS 0013-2025 轨道交通数据安全要求.pdf VIP
- 熔盐储能系统在电制热过程中的动态特性和优化.docx VIP
- 数智化背景下的企业人才培养新模式探索.docx VIP
- 内容教程讲稿analytical modeling for novel triple resurf.pdf VIP
原创力文档

文档评论(0)