Alignment Issue in telerik editor

185 views Asked by At

I am using telerik editor(in asp.net), I am trying to write some content in that, some words or content are place on right hand side using tab key (i.e 4 time  ). At design time it display properly but when I print that document the right hand side words goes to the next line or some time it comes in middle of the page. how I can solve this alignment problem?? 1.before print(i.e design time in editor) enter image description here 1.after print(i.e A4 page image after print) enter image description here thank you.

1

There are 1 answers

0
Dmitriy Khaykin On BEST ANSWER

You have two options as I see it:

  1. Define your own Print.css file and follow the instructions on this Telerik documentation page to ensure the print CSS is used. This will ensure printing is consistent and any stripping of CSS done by the browser is avoided.

  2. Generate a PDF from the Telerik editor, and print the PDF. See this Telerik documentation page with demo code for more details on how to generate a PDF from the Telerik ASP.net RadEditor control.