kendo inline cell edit not support for datetime format. I need "dd/MMM/yyyy" data format but kendo grid shows "the filed date must be a date" error. can you please advice me to what to do
相关问题
- How to create anchor href using Html.Helper [dupli
- Value cannot be null or empty.\r\nParameter name:
- Foreign key column sorting
- JQuery UI sortable() method not supported error
- Creating organizational chart structure using CSS
相关文章
- MVC CDN fallback for Style Bundle
- Add to htmlAttributes for custom ActionLink helper
- Disable action method from being called from the a
- User.Identity.IsAuthenticated vs WebSecurity.IsAut
- Is there a way to update asp.net mvc bundle conten
- MVC4 - ContextDependentView - What does it mean?
- Kendo Ui Dropdownlist Set Visible via Javascript
- How to pretty-print JSON script in MVC 4 API
You can use a custom editor to do this.
References:
The code would look something like this (not tested, but it should be close enough to give you the right idea):