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

Html Helper does not show MultiColumnComboBox

1 Answer 104 Views
MultiColumnComboBox
This is a migrated thread and some comments may be shown as answers.
DB
Top achievements
Rank 1
DB asked on 19 Dec 2018, 06:01 PM

In my view page, I'm using Kendo.MVC.UI and Html Helpers. But it does not show me the MultiColumnCombBox. This command below gives me an error saying MultiComboBox method is not found.These are the JS files that I've included in my view.

 

@(Html.Kendo().MultiColumnComboBox() .Name("customers") .DataTextField("ContactName") .DataValueField("CustomerID")........

 

<script src="https://kendo.cdn.telerik.com/2018.3.1017/js/jquery.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2018.3.1017/js/kendo.all.min.js"></script>

 

Can you let me know what is missing?

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 20 Dec 2018, 12:47 PM
Hi,

This indicates that the reference to the Kendo.Mvc.dll assembly was not updated and points to an old version that does not have this helper yet. 

When upgrading you need to upgrade the assembly references as well as the web assets. You can do that manually, or use our upgrade wizard: https://docs.telerik.com/aspnet-mvc/introduction#upgrade.


Regards,
Marin Bratanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
MultiColumnComboBox
Asked by
DB
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or