
@using Kendo.Mvc.UI@model IEnumerable<MvcApplication_KendoTest.Data.Employee><script type="text/x-kendo-tmpl" id="template"> <div class="employee">
<img src="${Image}"/> <h3>${Name} ${Lastname}</h3> </div></script><h2>@ViewBag.Title</h2>@(Html.Kendo().ListView<MvcApplication_KendoTest.Data.Employee>(Model) .Name("listView") .TagName("div") .ClientTemplateId("template") .DataSource(dataSource => { dataSource.Read(read => read.Action("Index", "Home")); dataSource.PageSize(12); }) .Pageable() )
Hi Guys,
I have been using Kendo UI for our AngularJS Application. The version I am using now is v2015.2.805. Recently I have updated the angular version to 1.4.8. Still the Kendo works fine. Now when I am trying to update the kendo version to v2015.3.930. All the kendo components like kendo-grid etc. doesn't work. And it doesn't give any error in the console too.
I am basically updating the old kendo.all.js with the new kendo.all.min.js and requiring it as such in my main.js.
I can't figure out why this is happening. Is there any dependency issue that I missing? I through direction would be very much helpful for me. Thanks in advance guys.

I have an issue with resizable grid columns when the scroll of the page is moved from left to right.
The columns can be resizable, with the mouse, ONLY when the scroll has a fixed position, in the left of the grid .
In case the list has more columns then the scroll, and the scroll is moved to the right, the resizable property is not working. The columns cannot be resizable using drag and drop any more.
Regards,
Cristina
Hi,
I was able to remove the validation method from the gantt. However, when I remove the date, its not making it empty and retaining its old value. Is there any way to be able to remove the date and make it not mandatory? https://dojo.telerik.com/ofUnAdit
Thanks!

Hi all,
So for a good long time (A few years) I have been trying to get a telerik example to work.
I have follow the tutorials here and even tried to follow items on Plural site and other resources and
they are all so very confusing.
Let me ask this for clarity
I am reading this example
Creating Applications
This article demonstrates how to use Telerik UI for ASP.NET MVC in ASP.NET MVC 5 applications.
https://docs.telerik.com/aspnet-mvc/getting-started/asp-net-mvc-5
Why do the instruction tell the user to copy element of kendo into your contents and scripts folders and
then in the next few steps have your reference the CDN links??
Why are we being asked to copy elements to the scripts folder but the application uses information else where?
COuld this be why my datepicker does not work? Do we do both steps or do we do just one?
How do you clear (reset) DropDownList selection in kendo UI for angular 2?
Thanks
I am using Kendo Grid for MVC using Razor binding and want help with couple of features.
Could I get some solution for the above?

I was looking the telerick date time picker example found here:
https://docs.telerik.com/aspnet-mvc/getting-started/asp-net-mvc-5
It all failed to work for me. But this part of the example's instructions are confusing....
What does this mean?
Use CDN Services
Below are listed the steps for you to follow when including the Telerik UI for ASP.NET MVC JavaScript and CSS files from CDN.
Replace kendo ui version from the following code snippets with the current version of the product—for example, 2013.2.918.
My guess this is there way of saying that the example will not work but look at something from 2013???
This is beyond frustrating. Why can they post an example that works??
What part of the example is wrong... This is why I quit trying to user this telerik nonsense.
But maybe some one can explain?
Thanks in advance
