I have my grid on the following hierarchy:
RadAjaxPanel
RadPanelBar(Contains 2 RadPanelItem)
RadPanelItem(2nd)
RadPanelItem
Panel
UpdatePanel(Tried with Panel too)
Panel
RadGrid
When I click on 'Edit' image of RadGrid, it is not going to edit mode immediately. In other words, it is going to edit mode but not updates itself(I can see it on the edit mode, when I do some other action).
Also, I have a RadAjaxManager which points to the outer RadAjaxPanel. I am aware that we should not use both RadAjaxManager and RadAjaxPanel on the same page. However, I used RadAjaxManager to set the RadAjaxLoadingPanel(I have no idea to set RadAjaxLoadingPanel without using RadAjaxManager).
Could you please help me to resolve this issue?
Regards,
-Akshay
RadAjaxPanel
RadPanelBar(Contains 2 RadPanelItem)
RadPanelItem(2nd)
RadPanelItem
Panel
UpdatePanel(Tried with Panel too)
Panel
RadGrid
When I click on 'Edit' image of RadGrid, it is not going to edit mode immediately. In other words, it is going to edit mode but not updates itself(I can see it on the edit mode, when I do some other action).
Also, I have a RadAjaxManager which points to the outer RadAjaxPanel. I am aware that we should not use both RadAjaxManager and RadAjaxPanel on the same page. However, I used RadAjaxManager to set the RadAjaxLoadingPanel(I have no idea to set RadAjaxLoadingPanel without using RadAjaxManager).
Could you please help me to resolve this issue?
Regards,
-Akshay