I have a page with two tabs.
I load all data on the intial page load. The first tab is fine.
Data in the second tab toggles certain panels in it depending on the data.
When I click to go to the second tab the toggled panels do not appear.
There is a panel ("panelStats") that wraps the data in the second tab. The second panel displays correctly when other buttons that I have Ajaxified are clicked.
How do Ajaxify the "panelStats" on the inital page load?
Thanks.
I load all data on the intial page load. The first tab is fine.
Data in the second tab toggles certain panels in it depending on the data.
When I click to go to the second tab the toggled panels do not appear.
There is a panel ("panelStats") that wraps the data in the second tab. The second panel displays correctly when other buttons that I have Ajaxified are clicked.
<telerik:AjaxSetting AjaxControlID="btnSearch"> |
<UpdatedControls> |
<telerik:AjaxUpdatedControl ControlID="gvMessageList" LoadingPanelID="ajaxLoadingPanel" /> |
<telerik:AjaxUpdatedControl ControlID="panelStats" /> |
</UpdatedControls> |
</telerik:AjaxSetting> |
How do Ajaxify the "panelStats" on the inital page load?
Thanks.