3 Answers, 1 is accepted
0
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
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.
Thanks.
0
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
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