求救~关于GridView问题
用
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
e.Row.Attributes.Add( "onmouseover ", "c=style.backgroundColor;style.backgroundColor= '#6699ff ' ");
e.Row.Attributes.Add( "onmouseout ", "style.backgroundColor=c ");
}
可以使鼠标所在行变色,但是鼠标放在标题上时也变,请问怎么让放标题时不变色?
------解决方案--------------------判断一下e.Row的类型
------解决方案--------------------e.Row.RowType==DataControlRowType.DataRow