Most voted "kendo-asp.net-mvc" questions
3 questions
Sort by count of
-
1
votes1
answer107
viewsKendo UI Scheduler
I implanted the Kendo UI Scheduler (calendar/calendar) template in my ASP.NET MVC project, but I’m having problems with it’s pop-ups. For example: The popup does not close itself when you click on…
-
1
votes1
answer238
viewshow to make a field mandatory
I’m maintaining a page using Asp.net MVC and using Kendo Asp.Net MVC and I need to make two fields mandatory, but I’m not getting it index.cshtml: <div class="col-lg-2 demo-section k-content"…
-
0
votes1
answer43
viewsKendo Multiselect passing placeholder as search value
I have a form with a component Kendo UI Multiselect for ASP.NET MVC / Razor: @(Html.Kendo().MultiSelectFor(m => m.Ids) .Filter(FilterType.Contains) .AutoBind(true) .MinLength(3) .Delay(500)…