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

Ajaxify MasterPage

3 Answers 85 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Nuno
Top achievements
Rank 1
Nuno asked on 24 Feb 2010, 08:06 PM

Hi all,

I have a Masterpage which contains a RadMenu, a Big company logo and some PlaceHolders.

Is it possible when clicking on a RadMenuItem (which will load another content page) to show a RadLoadingPanel in the PlaceHolder ?
And also avoid the company logo to reload/flicker again like when a full postback happens ?

Thank you.

Nuno


3 Answers, 1 is accepted

Sort by
0
Accepted
Iana Tsolova
Telerik team
answered on 25 Feb 2010, 08:14 AM
Hello Nuno,

Note that you can use ajax to ajaxify content on the current page so only part of the page content is reloaded per request. However when a new page should be loaded a full postback is performed so you cannot use ajax in this case.

Kind regards,
Iana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Nuno
Top achievements
Rank 1
answered on 01 Mar 2010, 02:13 PM

Hi Iana,

Thanks for the reply.

Thats why I ended up loading usercontrols dynamically.

Best Regards,
Nuno

0
TonyG
Top achievements
Rank 1
answered on 15 Aug 2010, 05:50 AM
I generally use UserControls in MasterPage scenarios anyway, but I wanted to see how RadMenu would work in a MasterPage scenario calling different .aspx pages. After struggling for a few hours with some silly issues I finally got the menu to work exactly as I wanted (with proper setting of Selected RadMenuItem, etc), only to realize the whole page was flickering.  *grrrrrrr*  OK, so I'm going back to the UserControl method, which has it's own issues but flicker isn't one of them.

I wish I had seen this thread before I started, but I didn't think there was going to be flicker until after I saw it.  :^b

I wonder if there is some repository of wisdom somewhere where people have documented these paradigms. It may begin something like "we hold these truths to be self evident that all RadControls programs are not created equal, but perhaps that some should be more equal than others..."   I know a book was published this year on RadControls, but that talks more about the controls themselves, not about the nuances of how they're best used (or not) in various situations.  Perhaps it's time for another book?
Tags
Ajax
Asked by
Nuno
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Nuno
Top achievements
Rank 1
TonyG
Top achievements
Rank 1
Share this question
or