【发布时间】:2012-02-13 06:38:17
【问题描述】:
我在我的 MVC3 项目中使用 Telerik DatePicker,例如:-
<ul class="floatleft width25">
<li>
<%: Html.LabelFor(model => model.AppointmentDate)%>
<%: Html.Telerik().DatePickerFor(model => model.caseSearchRequest.AppointmentDate).OpenOnFocus(true).ShowButton(true)%>
</li>
</ul>
请告诉我如何为这个日期选择器添加打开日历的图像。
【问题讨论】:
标签: asp.net-mvc telerik telerik-mvc