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

Kendo UI MVC Beta on ASP.NET MVC4 RC?

11 Answers 469 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
hermann
Top achievements
Rank 1
hermann asked on 01 Jun 2012, 05:36 PM
Hi,
can I try the Kendo UI MVC on the brandnew  ASP.NET MVC4 RC as well?
Means: is the Binaries\MVC3\Kendo.Mvc.dll ok for MVC4?

Cheers,
Hermann

11 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 04 Jun 2012, 05:56 AM
Hello,

Since MVC4 is still not official yet, we have not tested extensively, but surely you can use Kendo UI MVC with it. We will not be supporting MVC1 and 2 though.

All the best,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Robert
Top achievements
Rank 1
answered on 24 Jun 2012, 04:57 AM
I'm sorry, that is kind of a cop-out answer. MVC 4 is a release candidate, which means the version they put out is basically the RTM version. If you guys aren't testing against (and compiling for) pre-release versions, you are not covering all your bases. I would argue that you guys should be designing for the NEXT version of MVC and then make compatibility changes for the previous version after that work is done.

And on that note, whether you are on MVC 4 and .NET 4.5, inline or in-cell editing for the Grid fails, whether or not you have the AntiXSS encoder added to the httpRuntime or not.

An image of the result is attached.

If you guys are going to make existing paid Kendo users pay for this server-side library, it needs to have full support for every current version of .NET Microsoft supports. Since Microsoft has a Go-Live license for MVC 4 and .NET 4.5, then you guys need to be shipping binaries that work in that configuration. Otherwise existing users should be getting it for free, because it is an incomplete product.
0
Atanas Korchev
Telerik team
answered on 25 Jun 2012, 07:09 AM
Hi Robert,

 Kendo UI for ASP.NET MVC will have a .NET 4.5 and ASP.NET MVC 4 build when there is need to. So far we haven't implemented any ASP.NET MVC 4 or .NET 4.5 features. When we so so we will have a dedicated MVC4 build.

  On a side note I couldn't understand the remark about the editing. Could you please clarify? Some explanation with the code you have used would definitely help.

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
hermann
Top achievements
Rank 1
answered on 25 Jun 2012, 08:42 AM
Atanas,
if I decide to stay with VS2010 and not to use the fancy new stuff from .net 4.5
can I switch to a side by side mode, where kendo.mvc.dll runs with mvc3 (system.web.mvc) and where I can work with system.web.mvc 4.?

I have tried to adjust your example
in kendoui.aspnetmvc.2012.2.621.trial\Examples\aspnetmvc\
to work with mvc4 dlls (system.web.mvc, system.web.webpages, system.web.razor ...)
according to
http://www.asp.net/whitepapers/mvc4-release-notes#_Toc303253806
and
http://stackoverflow.com/questions/10284754/replace-mvc3-view-engine-with-razor-v2
but had no luck in the first run...
<sigh>,
Hermann
0
Accepted
Atanas Korchev
Telerik team
answered on 25 Jun 2012, 09:21 AM
Hi Hermann,

 I followed the detailed instructions from the asp.net documentation and managed to upgrade the Kendo UI Complete for ASP.NET MVC sample project. Find it attached.

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
hermann
Top achievements
Rank 1
answered on 25 Jun 2012, 09:29 AM
Thank you for the quick response,
it works like a charm.
*You guys* are doing a great job
0
Robert
Top achievements
Rank 1
answered on 25 Jun 2012, 04:45 PM
Atanas,

Please refer to support ticket 558235. The problem appears to be a bad binary in the MSI version. My attachment in that post includes my binary that reproduced the problem. Turns out the zip had a larger binary that does not have the problem.

So I apologize for the harshness of my post. Was the result of several hours trying to figure out why a major feature was totally broken. Didn't know that somehow my bits went bad.

Thanks!

-Robert
0
hermann
Top achievements
Rank 1
answered on 25 Jun 2012, 06:33 PM
Hi Robert,
<off topic>
just wanted to tell you, that this happened to me as well...
There is this bl**dy bug that costs you hours and hours and then it's a big relieve to find someone to blame for - even if something else caused the troubles...
</off topic>
All the best,
Hermann
0
Todd
Top achievements
Rank 1
answered on 02 Aug 2012, 12:36 PM
FYI - starting an MVC 4 project from scratch (using Kendo.Mvc.dll 2012.2.710)
can result in an "Invalid template" error being thrown by kendo.web.min.js if an encoderType attribute of type System.Web.Security.AntiXss.AntiXssEncoder is present in the httpRuntime element in the web.config file.


 
0
Vesselin Obreshkov
Top achievements
Rank 2
answered on 06 Aug 2012, 08:58 PM
@Todd you should submit this feedback on their UserVoice portal (http://kendo.uservoice.com) so they can log it and possibly fix it if you're positive it's a bug and not an implementation issue.
0
Kushal
Top achievements
Rank 1
answered on 24 Aug 2012, 07:17 AM
I am not able to use Kendo UI with MCV 4 .. the controls which i use on page doesnt show up...
Things i have done :
  • Properly included js and stylesheets..
  • in webconfig added name space for 'Kendo.Mvc.UI'
  • Gave reference for Kendo.mvc.dll 

am i missing anything else...
Tags
General Discussions
Asked by
hermann
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Robert
Top achievements
Rank 1
Atanas Korchev
Telerik team
hermann
Top achievements
Rank 1
Todd
Top achievements
Rank 1
Vesselin Obreshkov
Top achievements
Rank 2
Kushal
Top achievements
Rank 1
Share this question
or