public void calSchedule_DayRender(object sender, DayRenderEventArgs e)
{
e.Cell.Attributes["onmouseover"] = "javascript:this.style.backgroundColor='#fff7ce';cursor='hand';";
e.Cell.Attributes["onmouseout"] = "javascript:this.style.backgroundColor='#ffffff';";
}
cursor='hand是什么意思呢?查查看!作用:鼠标变成手形.
{
e.Cell.Attributes["onmouseover"] = "javascript:this.style.backgroundColor='#fff7ce';cursor='hand';";
e.Cell.Attributes["onmouseout"] = "javascript:this.style.backgroundColor='#ffffff';";
}
cursor='hand是什么意思呢?查查看!作用:鼠标变成手形.