4 Answers, 1 is accepted
0
Hi A K,
In ordre to achieve this, please send VisibleStatusbar="false" for your RadWindow.
Greetings,
Svetlina
the Telerik team
In ordre to achieve this, please send VisibleStatusbar="false" for your RadWindow.
Greetings,
Svetlina
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0

A K
Top achievements
Rank 1
answered on 18 Jun 2010, 06:33 PM
This doesn't hide bottom addressbar.
1
Hello A K,
The property that Svetlina suggested is the correct one. Please make sure that you have set this property to the correct RadWindow (i.e. the one that you are opening). Also please note that this is a server-side property - it should be set either in the RadWindow's declaration or from codebehind. If you want to add it on the client-side by JavaScript you should use oWnd.set_visibleStatusbar(false).
Best wishes,
Georgi Tunev
the Telerik team
The property that Svetlina suggested is the correct one. Please make sure that you have set this property to the correct RadWindow (i.e. the one that you are opening). Also please note that this is a server-side property - it should be set either in the RadWindow's declaration or from codebehind. If you want to add it on the client-side by JavaScript you should use oWnd.set_visibleStatusbar(false).
Best wishes,
Georgi Tunev
the Telerik team
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 Public Issue Tracking
system and vote to affect the priority of the items
0

Isaac
Top achievements
Rank 1
answered on 29 Aug 2017, 07:25 AM
Georgi Tunev
Thank you very much for this post. Though, it was posted seven years ago, it is useful for me today.
Thanks.