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

RadEditor and MVC

3 Answers 321 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Tomas
Top achievements
Rank 1
Tomas asked on 28 Aug 2015, 08:51 AM

Hi guys, 

      could someone possibly explain me what is the most correct way how to use radeditor in MVC project?

 

Thanks you !

3 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 28 Aug 2015, 10:11 AM
Hi Tomas,

The most proper and supported solutions for MVC is using the controls from the UI for ASP.NET MVC suite. In this case RadEditor UI for ASP.NET MVC.

The controls from the UI for ASP.NET AJAX suite are not support under MVC environments—http://docs.telerik.com/devtools/aspnet-ajax/mvc/overview. The main reason for that is the lack of page life cycle, which exists only in WebForms applications.

You can alternatively use mixture of MVC and WebForms, where you can create aspx pages inside MVC environment. You can find plenty of information about that in public discussions and resources through the internet (e.g., http://stackoverflow.com/questions/25385532/how-to-add-aspx-pages-to-existing-mvc-4-project).

Regards,
Ianko
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
0
Tomas
Top achievements
Rank 1
answered on 28 Aug 2015, 11:57 AM
Thanks for quick reply, Can you please explan me why RadEditor has many more options and funcionality, than the other one, I am concern about exrport to docx mostly.

Thanks.
0
Ianko
Telerik team
answered on 31 Aug 2015, 08:28 AM
Hi Tomas,

In the case with the Export to DOCX, you can easily use the RadWordsProcessing library (http://www.telerik.com/blogs/say-hello-to-radwordsprocessing) and use it in MVC solution, so to transform HTML to DOCX content.

As for other features, it is a matter of a demand and requests when a certain feature is wanted for the Kendo products. You can either post or see other requests here—http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback.

Regards,
Ianko
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
Editor
Asked by
Tomas
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Tomas
Top achievements
Rank 1
Share this question
or