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

RadPanelBar + OnItemClick = Flicker

0 Answers 82 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 29 Sep 2008, 03:39 PM
Is there a way to have the RadPanelBar do a postback using the OnItemClick event and not have the entire page flicker?

I looked at the demos and they also show this behavior. I can't seem to ajaxify just the RadPanelBar regardless of what I do.

Would manually doing the postback work using the client side click event, like this?

var

ajaxManager = $find("<%= bgAjaxManager.ClientID %>");

ajaxManager.ajaxRequestWithTarget(

'<%= radPanelBar1.UniqueID %>', '');



Thanks.

No answers yet. Maybe you can help?

Tags
PanelBar
Asked by
Scott
Top achievements
Rank 1
Share this question
or