I get the following Javascript error:
Error: Unable to set value of the property 'control': object is null or undefined
When I add a MultiPageView control to the <UpdatedControls> list in RadAjaxManager.
<telerik:AjaxSetting AjaxControlID="RadGridUser" >
<UpdatedControls>
On ItemSelected event of RadGridUser, I want to be able to refresh (content and selected page index) of the RadMultiPage control.
Error: Unable to set value of the property 'control': object is null or undefined
When I add a MultiPageView control to the <UpdatedControls> list in RadAjaxManager.
<telerik:AjaxSetting AjaxControlID="RadGridUser" >
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="RadMultiPage1"/>
</UpdatedControls>
</telerik:AjaxSetting>
On ItemSelected event of RadGridUser, I want to be able to refresh (content and selected page index) of the RadMultiPage control.