e.Row.Cells[1].Attributes.Add(" "this.style.cursor='hand'");
e.Row.Cells[1].Attributes.Add(" "this.style.cursor=''");
 
//当鼠标放上去的时候 先保存当前行的背景颜色 并给附一颜色
            e.Row.Attributes.Add(" "currentcolor=this.style.backgroundColor;this.style.backgroundColor='Moccasin',this.style.fontWeight='';");
            //当鼠标离开的时候 将背景颜色还原的以前的颜色
            e.Row.Attributes.Add(" "this.style.backgroundColor=currentcolor,this.style.fontWeight='';");