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

Best way to integrate with ASP.NET MVC

1 Answer 96 Views
Editor
This is a migrated thread and some comments may be shown as answers.
nagir
Top achievements
Rank 1
nagir asked on 04 Aug 2008, 05:05 AM
Hi,

I'm wondering what is the best way (at this stage) to use RadEditor on a ASP.NET MVC page.
The view itself can be ASPX, NHAML, NVelocity etc.

So I think the best way is to put the editor on a separate ASPX page and include it into iframe in the view.


With this scenario I'll have to get posted data from iframe and pass it to controllers or something like that. Not really nice approach.

Maybe other better suggestions?

Thanks,
Dmitriy.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 Aug 2008, 11:45 AM
Hi Dmitriy,

There is not yet official support for ASP.NET AJAX controls in MVC and we do not offer guidelines how to integrate RadEditor in MVC.

What you can try is:
  1. to manually import all editor's scripts using <link> tags
  2. copy from the source of some page the editor $create function and paste it in the page
  3. import manually with <link> tags the scripts of ASP.NET AJAX
  4. copy manually the HTML mark-up that the editor renders to the page.
Please, note that the steps above are not supported by Telerik and they could not work, but you can try them and succeed.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
nagir
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or