KendoUi下的DatePicker在谷歌浏览器上不能正常显示时间的解决方法
Posted 星星c#
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了KendoUi下的DatePicker在谷歌浏览器上不能正常显示时间的解决方法相关的知识,希望对你有一定的参考价值。
@(html.Kendo().DatePickerFor(m => m.BillDate))
解决方法:加上type="text"就能正常显示了。
@(Html.Kendo().DatePickerFor(m => m.BillDate).HtmlAttributes(new { type = "text" }))
原解决方法出处:https://www.telerik.com/forums/datepicker-and-currencytextbox-stopped-working-in-chrome-56
Telerik论坛管理员回答内容如下:
Hello Aljosa,
Thank you for sharing this approach.
If updating is not an option we can also recommend setting the HTML attributes like this:
@(Html.Kendo().DatePickerFor(m => m)
.HtmlAttributes(
new
{ type =
"text"
}))
Regards,
Stefan
Telerik by Progress
以上是关于KendoUi下的DatePicker在谷歌浏览器上不能正常显示时间的解决方法的主要内容,如果未能解决你的问题,请参考以下文章
Bootstrap Datepicker 在 chrome 中不起作用
如何为 Kendo UI 日期列 _filter_ 的 DatePicker 设置日期格式