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

Hide URL of Rad Window

7 Answers 245 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Manish
Top achievements
Rank 1
Manish asked on 26 Sep 2012, 09:08 AM
I have one ASP. Net Ajax Rad Window, its showing URL in status bar.
Can anyone tell me that how i hide this?

7 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 27 Sep 2012, 12:44 PM
Hi Manish,

Just set its VisibleStatusbar property to false.


Kind regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Varun
Top achievements
Rank 1
answered on 25 Oct 2013, 07:26 AM
Can anybody pls help me for Rad window status bar Problem...
I have use VisibleStatusbar property to false  also I have use set status("")........
Still I am not able to hide the status bar .....
0
Shinu
Top achievements
Rank 2
answered on 25 Oct 2013, 09:01 AM
Hi Varun,

Unfortunately I couldn't replicate the issue at my end. Please have a look into the following code snippet I tried.

ASPX:
<telerik:RadWindow ID="RadWindow" runat="server" VisibleOnPageLoad="true" VisibleStatusbar="false">
</telerik:RadWindow>

Please provide your code if it doesn't help.
Thanks,
Shinu.
0
Varun
Top achievements
Rank 1
answered on 25 Oct 2013, 09:12 AM

Thank U for your reply .... But d problem yet not resolved .....

 

<telerik:RadWindowManager ID="RadWindowManager1" runat="server" Skin="Office2010Black">

 

<Windows>

 

<telerik:RadWindow ID="ListDialog" runat="server" Title="Details" Modal="true"

 

BackColor="White" VisibleStatusbar="false" Left="10" Top="10">

 

</telerik:RadWindow>

 

</Windows>

 

</telerik:RadWindowManager>

0
Shinu
Top achievements
Rank 2
answered on 28 Oct 2013, 09:01 AM
Hi Varun,

Such an issue is not expected. There is no known issue with the VisibleStatusBar property of the RadWindow.  As an alternative please try the following CSS.

CSS:
<style type="text/css">
    .rwStatusbarRow
    {
        display : none !important;
    }
</style>

Thanks,
Shinu.
0
Varun
Top achievements
Rank 1
answered on 14 Nov 2013, 06:31 AM
Hi ,

Problem is resolved ....

Solution :-

var oWnd2 = oBrowserWnd.radopen(sQueryString, "ABC");

oWnd2.set_status(" ");

oWnd2.set_visibleStatusbar(false);

Thanks...

 

 

0
oeub
Top achievements
Rank 1
answered on 03 Nov 2017, 08:01 PM

Varun:

Thank you so much for working so hard to resolve this!  You were a lifesaver.  I had been pulling my hair out trying to solve this problem.  Your solution worked perfectly for me.  Thank you so much!  Now I can move on to the next problem that needs solving.

Tags
General Discussions
Asked by
Manish
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Varun
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
oeub
Top achievements
Rank 1
Share this question
or