09 2014 档案

摘要:以下为设置数字类型靠右显示及千分位格式显示dataGridView1.Columns[5].DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleRight; dataGridView1.Columns[4].DefaultC... 阅读全文
posted @ 2014-09-11 12:05 anglexia 阅读(1244) 评论(0) 推荐(0)
摘要:dataGridView1.Columns[5].DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleRight; dataGridView1.Columns[4].DefaultCellStyle.Alignment = ... 阅读全文
posted @ 2014-09-11 12:04 anglexia 阅读(155) 评论(0) 推荐(0)
摘要:webdatagrid 列只读在前台好设置因为不好贴图 贴代码为 如果用C#完成webdatagrid 的只读功能本来我以为用webdatagrid.column[i].readonly=true 或者webdatagrid.column[i].enable=false结果没有该属性... 阅读全文
posted @ 2014-09-10 11:53 anglexia 阅读(292) 评论(0) 推荐(0)