Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Window > Radwindow border has page name
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Radwindow border has page name

Feed from this thread
  • navalkishore avatar

    Posted on Jun 7, 2011 (permalink)

    Hi,

    I am displaying some content in radwindow but the window is showing adress of page loaded at the bottom of page. Can some one help me to remove it.

    code used.
    var brkWind = window.radopen("/ETMSReports/Reports/BrakingEventPoster.aspx",
                 null);
                brkWind.SetSize(520, 565);
                brkWind.MoveTo(330, 40);

    Thanks,
    Naval
    Attached files

  • Georgi Tunev Georgi Tunev admin's avatar

    Posted on Jun 8, 2011 (permalink)

    Hi navalkishore,

    Try setting VisibleStatusbar="false".


    All the best,
    Georgi Tunev
    the Telerik team

    Consider using RadControls for ASP.NET AJAX (built on top of the ASP.NET AJAX framework) as a replacement for the Telerik ASP.NET Classic controls, See the product support lifecycle here.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Window > Radwindow border has page name