Hi,
I printed the rad editor document..but at the bootom of the page,the url of the page with querystring is displaying as a link button. I want to remove this footer..I have checked the demo..It also prints the page details on the footer of the document
Plz help me...
Thanks
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 25 Jun 2009, 10:17 AM
Hi Priya,
RadEditor uses the browser's document.execCommand("Print") client-side method to print the content and the header and footer are added automatically by the browser. Since this functionality is entirely controlled by the browser which does not offer API for manipulation of the header and footer information, it is not possible to strip the footer address URL and date.