摘要:
protected void ASPxGridView1_HtmlRowCreated(object sender,DevExpress.Web.ASPxGridView.ASPxGridViewTableRowEventArgs e) { if (e.RowType != DevExpress.W 阅读全文
posted @ 2020-01-09 19:37
那个远方
阅读(455)
评论(0)
推荐(0)
摘要:
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { //鼠标经过改编颜色 if (e.Row.RowType == DataControlRowType.DataRow)//判定当前的行是否属于 阅读全文
posted @ 2020-01-09 19:29
那个远方
阅读(172)
评论(0)
推荐(0)
摘要:
GridView的行颜色高亮显示(包括满足条件的行) protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { //将满足特定条件的行标为高亮 if (e.Row.RowType == DataCon 阅读全文
posted @ 2020-01-09 19:26
那个远方
阅读(537)
评论(0)
推荐(0)

浙公网安备 33010602011771号