Hi, i have the try version of kendo R1 2018 , when i export to pdf using kendo dom drawing , all elements with its values show, except the kendo editor, it show without values , is there a way to solve this issue ? , i need to show the kendo editor with it values in the pdf.
1 Answer, 1 is accepted
0
Ivan Danchev
Telerik team
answered on 23 Apr 2018, 08:38 AM
Hello Roberto,
The Editor in classic mode (initialized from a <textarea> element) renders its content in an iframe. Drawing API does not export the contents of the iframe element (see the Drawing API's known limitations section in the documentation). Therefore if you want to be able to export the Editor's content we would suggest using its inline mode (initialize the Editor from a <div> element). Here's a dojo example, in which an inline Editor is initialized and its content is exported with Drawing.