Could not find UpdatePanel with ID 'xxx'. If it is being updated dynamically then it must be inside another UpdatePanel

前端 未结 10 1468
终归单人心
终归单人心 2021-02-05 10:08

I have a page with Ajax Tab controls, within one of the tabs is a webcontrol that as a Telerik RadGrid, with Edit forms pointing to another web control. That edit form also cont

10条回答
  •  囚心锁ツ
    2021-02-05 10:32

    This issue occurs in Telerik RadAjaxManager when you adds invisible controls to it.

    So in case of your in need to show/hide AJAX controls, it is recommended to add AJAX settings grammatically from you code behind (based on control visibility state) instead of ASPX code.

    For more information: Please check this answer on the Telerik forums.

提交回复
热议问题