Akila Kumarasamy
Top achievements
Rank 1
Akila Kumarasamy
asked on 14 Sep 2011, 11:27 PM
Hi,
We are trying to use AJAX Editor inside MVC views. It works perfect, we tried adding the Editor in a partial view (following few forum post and samples) and the editor is not displayed right(we just get few dots and few text). Attached a screen shot. We are using the Script manager inside the partial view to make it to work, I am not sure whats going wrong. Even in the samples provided for demo in the site has the same script manager and the editor. Can some one please help to fix?
Thanks,
Akila.
We are trying to use AJAX Editor inside MVC views. It works perfect, we tried adding the Editor in a partial view (following few forum post and samples) and the editor is not displayed right(we just get few dots and few text). Attached a screen shot. We are using the Script manager inside the partial view to make it to work, I am not sure whats going wrong. Even in the samples provided for demo in the site has the same script manager and the editor. Can some one please help to fix?
Thanks,
Akila.
8 Answers, 1 is accepted
0
Accepted
Hello Akila,
You can find attached a sample project with RadEditor loaded in MVC Partial View.
Kind regards,
Rumen
the Telerik team
You can find attached a sample project with RadEditor loaded in MVC Partial View.
Kind regards,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal
0
Akila Kumarasamy
Top achievements
Rank 1
answered on 15 Sep 2011, 09:52 PM
Hi Rumen,
You guys rock!! It works Great! thank you very much.
Regards,
Akila.
You guys rock!! It works Great! thank you very much.
Regards,
Akila.
0
Dorjsuren
Top achievements
Rank 1
answered on 17 May 2013, 06:25 AM
I have same problem, but i have Uncaught ReferenceError: Type is not defined
attached my browser console
Thank you,
Dorjsuren
attached my browser console
Thank you,
Dorjsuren
0
Hi Dorjsuren,
It looks like the scripts related to the controls haven't been loaded. Please, make sure that the Editor is within a form with runat="server" attribute.
If that doesn't help, please, open a support ticket with an attached sample runnable project that demonstrates the issue at hand, in order for us to be able to investigate it in details.
Hope this helps.
All the best,
Niko
the Telerik team
It looks like the scripts related to the controls haven't been loaded. Please, make sure that the Editor is within a form with runat="server" attribute.
If that doesn't help, please, open a support ticket with an attached sample runnable project that demonstrates the issue at hand, in order for us to be able to investigate it in details.
Hope this helps.
All the best,
Niko
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
George
Top achievements
Rank 2
answered on 08 Feb 2015, 04:09 AM
Would be possible to get a version of the project that work in Visual Studio 2013. I get a nothing it supported in the version message if I open the project.
0
Hello George,
The most recent version (2014.3.1209) of the Telerik UI for ASP.NET AJAX is compatible with VisualStudio 2013 and should run without any problems.
Regards,
Ianko
Telerik
The most recent version (2014.3.1209) of the Telerik UI for ASP.NET AJAX is compatible with VisualStudio 2013 and should run without any problems.
Regards,
Ianko
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
George
Top achievements
Rank 2
answered on 12 Feb 2015, 04:43 PM
I posted a ticket about this and the answer is ASP.NET AJAX controls cannot get their images and styles because the MVC lifecycle is not complete. I need ASP.NET AJAX controls, Kendo editor lacks and Kendo can be created in code so I am redoing my project in ASP.NET.
0
Rajeshwar
Top achievements
Rank 1
answered on 21 Oct 2015, 03:00 PM
Hi Akila,
I am also in the same boat. Please can you provide a sample with what you have achieved using partialview for asp.net mvc ( i am using mvc3 ).Thank you.