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

openradwindow firebug so many scripts

1 Answer 35 Views
Window
This is a migrated thread and some comments may be shown as answers.
jose luis
Top achievements
Rank 1
jose luis asked on 03 Jul 2011, 08:28 PM
Hi

I have a page and i open from this page several rad windows using:

<script type="text/javascript">
    function RadPanelBar_ItemClick(sender, eventArgs) {

        var itemValue = eventArgs.get_item().get_value();
        var oWnd = radopen("//Forms/CRUentity.aspx?ID="+itemValue, null);
    }
</script>

when i sow firebug i have seen a lot of scripts, with the syntax:

http://localhost:49573/Forms/CRUentity.aspx?ID=17&rwndrnd=0.6108725877350809

it dosen't matter if the windows is still open or not the script is there in the firebug scripts dropdown list.

¿this could be a problem? ¿we have to close the rad window in an special way to free resources? ¿or is simply a history cache of firebuf?

Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 04 Jul 2011, 01:38 PM
Hello Jose,

This behavior is not related to the RadWindow control - you will experience the same if you are not using RadWindow, but open the content page in a standard IFRAME. Note that the scripts list in the Scripts pane in Firebug is not related to the performance of the site.
If you want to test for performance, I would suggest to use a profiler like dynaTrace or a similar tool that is designed for performance tests.


All the best,
Georgi Tunev
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Window
Asked by
jose luis
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or