datagrid
摘要:
DataGrid鼠标随行变色 在ItemDataBound中添加以下代码:1 if(e.Item.ItemType!=ListItemType.Header)2 { 3 e.Item.Attributes.Add("onmouseover","this.style.backgroundColor='#CFF3F7'; ");4 e.Item.Attributes.Add("onmouseout","this.style.backgroundColor='"+ e.Item.Style[&qu 阅读全文
posted @ 2013-12-24 10:46 _小向 阅读(136) 评论(0) 推荐(0)
浙公网安备 33010602011771号