I'm trying to hide a radpanel (which contains a radTreeView) for printing using the a print stylesheet.
#rpHeader, #rtvNavigation, #rpNavigation
{
display: none;
}
But with little success, can you advise?
1 Answer, 1 is accepted
0
Svetlina Anati
Telerik team
answered on 27 Feb 2009, 09:49 AM
Hi Gordon,
I am not quite sure what exactly you mean by radpanel - I assume that you mean a RadPane. The easiest solution is to collapse it - in this case it and its content will not be visible. You can collapse it on the client by using its client-side collapse() method or using the corresponding method on the server.