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

RadStrip Performance

8 Answers 70 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Amjad
Top achievements
Rank 1
Amjad asked on 02 Feb 2011, 11:08 AM
Dears;

iam using RadTabStrip with multipage views , and i would like to increase the page performance
kindly what do suggest ??
shall i use user controls instead of multipage view ? if so , will it make huge differance ?
Also , am thinking using RadCompression

Thanks in advance 

8 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 04 Feb 2011, 12:14 PM
Hi Amjad,

Having lots of page views (inside RadMultiPage) can slow down switching between tabs. Also it generates lots of HTML (because of the controls contained in the pageviews). To tackle this problem we have an online example demonstrating how to load pageviews on demand via AJAX.  The multipage also has a property “RenderSelectedPageOnly” which does exactly what it says. In this case switching to a new page view requires postback.

Greetings,
Yana
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.
0
Amjad
Top achievements
Rank 1
answered on 07 Feb 2011, 12:43 PM
hey yana ;
thanks alot am working on changing it to multiple user controls
am having a simple problem if you kindly help me on it
the problem is that the page potback is always true , so if i used if not ispostback on the the page_load it will never enters it

what do you suggest ?
Thanks
0
Yana
Telerik team
answered on 07 Feb 2011, 04:12 PM
Hi Amjad,

I'm not sure I understand the problem you're experiencing. Could you please explain in more details?

Regards,
Yana
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.
0
Amjad
Top achievements
Rank 1
answered on 07 Feb 2011, 04:21 PM
Ya Sure;

The case is:
    i have converted my page into " Load on Demand RadPageView " and i have simple problem that in page_Load event in the user control file (.ascx) i wrote "if not ispostback" to load stuff from the first time it loads, but unfortunatly the ispostback is always TRUE because the page doesnt reload it always postbacks when the Page (.aspx) loads the control.

So what should i do instead ?
Please if it not clear dont hestite  to ask
Best Regards
0
Yana
Telerik team
answered on 10 Feb 2011, 05:17 PM
Hello Amjad,

You can try the approach described here.

Greetings,
Yana
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.
0
Amjad
Top achievements
Rank 1
answered on 16 Feb 2011, 12:57 PM
Thansk Man;

You are the best , ive been looking for this for long time

Best Regards
0
Amjad
Top achievements
Rank 1
answered on 21 Feb 2011, 09:32 AM
Hello;

Kindly i need to ask important question : that is
Now you know its Load on Demand RadPageView so that every user control is loaded when you click on a tab;
So i need to open in a certain user control  from a button in anther usercontrol.
and i cannot use IDs on this cause they are created on page load

What should i do ??
Best Regards
0
Yana
Telerik team
answered on 23 Feb 2011, 03:42 PM
Hello Amjad,

Please check this demo - it shows how to load the next user control when a button in the current one is clicked.

Hope it helps.

Best wishes,
Yana
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
TabStrip
Asked by
Amjad
Top achievements
Rank 1
Answers by
Yana
Telerik team
Amjad
Top achievements
Rank 1
Share this question
or