This is a migrated thread and some comments may be shown as answers.

Empty Status bar

2 Answers 44 Views
Window
This is a migrated thread and some comments may be shown as answers.
DW Web Team Member
Top achievements
Rank 2
DW Web Team Member asked on 05 Aug 2009, 12:16 PM
I would like to have the statusbar, but it should be empty. I set VisibleStatusbar="true". On the client side I call oWnd.set_status(''); . As a result of that, I have the statusbar visible and during loading it has no information. But unfortunately, when the it's loaded, the statusbar has the url. Is there any way not to have the url information in the statusbar, but have it visible?

Thank you,

Tatiana

2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 05 Aug 2009, 12:31 PM
Hello Tatiana,

The status automatically changes when the page is fully loaded. That is why I suggest to use the set_status() method in the OnClientPageLoad eventhandler.


Regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
DW Web Team Member
Top achievements
Rank 2
answered on 05 Aug 2009, 01:40 PM
Thank you, Georgi!
It did the trick!
Tags
Window
Asked by
DW Web Team Member
Top achievements
Rank 2
Answers by
Georgi Tunev
Telerik team
DW Web Team Member
Top achievements
Rank 2
Share this question
or