Telerik mvc 网格编辑和插入模式下的时间选择器
我在 Telerik MVC 网格上工作。我的要求是 mvc 网格编辑模式下的时间选择器。
如何在 Telerik MVC 网格中创建时间选择器请给我任何示例。
谢谢和问候 香克尔B
I working on telerik mvc grid. My requirement is timepicker in mvc grid edit mode .
how to create time picker in telerik mvc grid please give me any example.
thanks and regards
shanker.B
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要为该属性定义一个编辑器模板并在其中使用 DateTimePicker。您可以检查与 Telerik Extensions for ASP.NET MVC 一起分发的 DateTime.ascx 文件。
You need to define an editor template for that property and use the DateTimePicker in it. You can check the DateTime.ascx file which is distributed with Telerik Extensions for ASP.NET MVC.