コード例 #1
0
 protected void dgSearchReimburse_RowDataBound(object sender, DataGridItemEventArgs e)
 {
     ViewUtility.DataGridCellCssBind(e, _gvSearchReimburseTableSource.Rows.Count);
     ViewUtility.RowMouseOver(e, ViewUtility.MouseStyle_Default);
     e.Item.Cells[2].Attributes["nowrap"]  = "nowrap"; //报销类型
     e.Item.Cells[14].Attributes["nowrap"] = "nowrap"; //出差地点
     e.Item.Cells[17].Attributes["nowrap"] = "nowrap"; //出差时间
     e.Item.Cells[18].Attributes["nowrap"] = "nowrap"; //查看详情
     e.Item.Cells[12].Attributes["width"]  = "120px";  //客户名称
     e.Item.Cells[12].Attributes["width"]  = "120px";  //备注
 }
 protected void dgTimeSpanStatisticsTable_RowDataBound(object sender, DataGridItemEventArgs e)
 {
     ViewUtility.DataGridCellCssBind(e, _gvTimeSpanStatisticsGroupByDeptSource.Rows.Count);
     ViewUtility.RowMouseOver(e, ViewUtility.MouseStyle_Default);
 }
コード例 #3
0
 protected void dgEmployeeStatisticsTable_RowDataBound(object sender, DataGridItemEventArgs e)
 {
     ViewUtility.DataGridCellCssBind(e, _gvEmployeeStatisticsTableSource.Rows.Count);
     ViewUtility.RowMouseOver(e, ViewUtility.MouseStyle_Default);
 }