asp.net GridView控件鼠标移动某行改变背景颜色和选中行改变背景色冲突,导致选中行的未改变背景色 10
GridView_RowDataBound事件加如下代码://鼠标经过时,行背景色变e.Row.Attributes.Add("onmouseover","this.st...
GridView_RowDataBound事件加如下代码:
//鼠标经过时,行背景色变
e.Row.Attributes.Add("onmouseover", "this.style.backgroundColor='#E6F5FA'");
//鼠标移出时,行背景色变
e.Row.Attributes.Add("onmouseout", "this.style.backgroundColor='#FFFFFF'"); 展开
//鼠标经过时,行背景色变
e.Row.Attributes.Add("onmouseover", "this.style.backgroundColor='#E6F5FA'");
//鼠标移出时,行背景色变
e.Row.Attributes.Add("onmouseout", "this.style.backgroundColor='#FFFFFF'"); 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询