Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Telerik ASP.NET Rad Ajax 控件,版本 2011.2.915.40。
我在页面中添加了一个 RadDatePicker,并将日期初始化为今天。
单击 raddatepicker 并选择我所在的同一日期两次(首先取消选择它,seoncds 选择它) - 回发到服务器。但是,OnSelectedChange不会调用 datepicker 的函数。
OnSelectedChange
理想情况下,如果日期没有更改,控件将不会回发,但我可以接受回发并调用该OnSelectedChange函数。
在通过支持票联系 Telerik 后,我发现此问题已在 2012.2.607 版本中修复。
现在RadDatePicker仅在日期更改时回发。
RadDatePicker