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

Missing TextBoxFor and AutoComplete

1 Answer 129 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 27 Oct 2015, 06:25 PM

 I've created an ASP .NET 5.0 MVC project in Visual Studio 2015 and have attempted to import the Kendo.Mvc dependency using the following configuration:

 project.json

"dependencies": {
  "Kendo.Mvc": "2015.3.930",
  ...
},
 
"frameworks": {
  "dnx451": { }
},​

However, unlike my ASP .NET 4.x MVC projects, TextBoxFor and AutoComplete (among others) are not available.  This works for my 4.x projects...

@Html.Kendo().TextBoxFor(...
@Html.Kendo().AutoComplete(...

But, in my 5.0 projects, TextBoxFor and AutoComplete are not found.  Inspecting the Kendo library, I ​saw that they no longer exist in the widget factory.  And, the DLL in the package that is retrieved by Visual Studio is significantly smaller than the DLL that comes with my ASP .NET 4.x projects.

Is this intended?  And, if so, what alternative would you suggest? 

Thanks.

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 30 Oct 2015, 07:04 AM
Hello Tim,

Some widgets are not yet available for MVC6, these among them. We expect to bring a complete offering for MVC6 once it is officially released, and will bring more wrappers for the Q1 2016 release of UI for ASP.NET MVC.

Regards,
Alex Gyoshev
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
General Discussions
Asked by
Tim
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or