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

Has anyone gotten RadControls working in MVC RTM yet?

2 Answers 96 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
Patrick Patterson
Top achievements
Rank 2
Patrick Patterson asked on 01 Apr 2009, 02:44 PM
I know all the examples are for Beta 1, but I haven't been on that for a while.  Using the getting started example, I don't get any errors, but I also don't get my RadMenu to display.  Has anyone gotten this (or any RadControls) working in MVC RTM? 

2 Answers, 1 is accepted

Sort by
0
Dallas Sehlhorst
Top achievements
Rank 1
answered on 02 Apr 2009, 04:07 AM
Patrick-

My entire project works in MVC RTM.  I only had to change a controller attribute and change a few tests to get everything to work. 

I think if you are having problems with your RadMenu you should make sure the RadScriptManager is properly registered.  Another thing to check is to make sure you have the RadScriptManager LAST on your Layout (Master) page.

Also, if your Menu is in its own User Control, then make sure you have the RadScriptManager BEFORE RadMenu.  I had this come up and changing the order fixed everything.

Hope this helps,

-Dallas
0
Doug Odegaard
Top achievements
Rank 2
answered on 09 Apr 2009, 12:50 AM
Yes....I have gotten RadEditor, RadFileExplorer, DatePickers and RadUpload working just fine.  Yes....it takes patience to get them working (and think in a different paradigm than WebForms no less) but post things to the forums and keep plugging.  Pairing them with jQuery is a beautiful thing.
Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Patrick Patterson
Top achievements
Rank 2
Answers by
Dallas Sehlhorst
Top achievements
Rank 1
Doug Odegaard
Top achievements
Rank 2
Share this question
or