This is a migrated thread and some comments may be shown as answers.

Kendo ListView in RC1 Project

2 Answers 63 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Arie
Top achievements
Rank 1
Arie asked on 01 Jun 2016, 01:56 PM

I am trying to use a ListView control in an ASP.NET RC1 project. I have added all the required stuff from the documentation..

1. js and styles folders

2. script references in layout 

<script src="~/lib/kendo-ui/js/jquery.min.js"></script>
<script src="~/lib/kendo-ui/js/kendo.all.min.js"></script>
<script src="~/lib/kendo-ui/js/kendo.aspnetmvc.min.js"></script>

3. services.AddKendo(); in Startup.cs

However when I add this to my page I am getting a javascript error

jquery(...).kendoListView is not a function

 

@(Html.Kendo().ListView<Microsoft.Graph.Group>()
.Name("groupView")
.TagName("div")
.ClientTemplateId("grouplistTemplate")
.DataSource(dataSource => dataSource
.Ajax()
.Read(read => read.Action("Groups_Read", "Groups"))
)
)

 

What could the issue be?

 

Thanks
AJ

2 Answers, 1 is accepted

Sort by
0
Arie
Top achievements
Rank 1
answered on 02 Jun 2016, 02:44 AM

I just went ahead and opened a support ticket ->  #  1040390

 

Thanks
AJ

0
Marin
Telerik team
answered on 03 Jun 2016, 11:34 AM
Hello,

We have replied to the support ticket you opened.
If you have any further questions we can continue the communication there in order to avoid duplicate posts.

Regards,
Marin
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ListView
Asked by
Arie
Top achievements
Rank 1
Answers by
Arie
Top achievements
Rank 1
Marin
Telerik team
Share this question
or