我在解决方案中使用Kendo UI Datetime Picker Control。如果我尝试在设备(iPhone)浏览器(Safari)中浏览相同的日期选择器时未显示日期选择器,则它在桌面Web浏览器中运行良好。
@(Html.Kendo().DatePickerFor(m => m.Date).HtmlAttributes(new
{
data_calendar_custom = "true",
type = "text"`
}))
出现以下错误
错误:语法错误,表达式无法识别:[data-value ='2018/6/16'
开发中使用的Teleele.UI.for.AspNet.Mvc5-V2015.2.902。
经过测试的iOS版本为11。jQuery -v1.9.1
谢谢。