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是什么意思呢?查查看!作用:鼠标变成手形.

相关文章:

  • 2022-03-03
  • 2022-02-04
  • 2022-03-01
  • 2022-01-31
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2021-12-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2022-02-16
相关资源
相似解决方案