I was using save and edit buttons in RadEditor on ASP.NET Ajax extensivelly. Now, I've moved to MVC and noticed that these buttons don't exist at all!!! It's very weird. Ok, save functionality can be achieved fairly easily, but printing the content of an editor not much. I assumed that, when you were building MVC controls you would deliver the same functionality as in Ajax controls. Anyway, adding these buttons to editor tools would be great.
Check this demo: http://demos.telerik.com/aspnet-mvc/editor/import-export
Pdf export - yes. Direct saving is possible via inline editing (http://demos.telerik.com/kendo-ui/editor/inline-editing). Printing is supported via the built-in functionality exposed by each browser, we don't have plans for anything more in this direction.
So, does that mean that I can expect Save and Print, as well as PDF button in the Q1 2015?