Questions tagged as 'kendo-asp.net-mvc'

1
answer

Kendo UI Scheduler [closed]

Implemented the Kendo UI Scheduler template (calendar / calendar) in my ASP.NET MVC project, but I'm having problems with the pop-ups. For example: The popup does not close itself when you click on "save", for example. Or when I click on the "X"...
asked by 16.05.2017 / 16:06
1
answer

Kendo MultiSelect passing the placeholder as value in the search

I have a form with a Kendo UI MultiSelect component for ASP.NET MVC / Razor : @(Html.Kendo().MultiSelectFor(m => m.Ids) .Filter(FilterType.Contains) .AutoBind(true) .MinLength(3)...
asked by 17.03.2017 / 12:10