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

PanelBar and Ajax

0 Answers 45 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Wagon
Top achievements
Rank 1
Wagon asked on 06 Jan 2011, 09:12 PM
I am seeing 2 issues:

1) I have a combobox in a RadPanelItem that is setup to update the page with Ajax. When i set the different panelitems to Expanded = true or false they do not reflect the change.

2) I tried to set the RadPanelBar as part of the Ajax and it clears the contents of all the RadPanelItems

<telerik:AjaxSetting AjaxControlID="countyRadComboBox">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="countyInfoRadPanelBar" LoadingPanelID="taxTabAjaxLoadingPanel" />
            </UpdatedControls>
        </telerik:AjaxSetting>


Manually expanding and collapsing works fine. Expanding and collapsing when i first load the page works fine.

It acts like because the page doesn't do a full postback the panels will not expand/collapse.

It is in a RadAjaxPanel and still not working as expected.

No answers yet. Maybe you can help?

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