Is it possible to hide the RadEditor toolbar for the browser's Print and Print Preview? It seems like a @media query in CSS would work, but I'm having trouble finding the proper CSS to not display the toolbar.
1 Answer, 1 is accepted
0
Ianko
Telerik team
answered on 25 Feb 2016, 07:26 AM
Hi,
You can try using .reToolBarWrapper selector:
.reToolBarWrapper{
display:none;
}
Regards,
Ianko
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items