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

RadGrid Not Going to Edit Mode

1 Answer 188 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 29 Mar 2012, 10:10 AM
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

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 03 Apr 2012, 08:59 AM
Hello,

Yes, you should use either UpdatePanel or RadAjaxPanel or RadAjaxManager and not any combination of them. Among these three controls, RadAjaxManager is the most powerful and could handle every scenario that the others are capable but and a lot of other scenarios that are otherwise too hard or near impossible with the other controls.

About the question for the RadAjaxPanel and RadAjaxLoadingPanel you could check this online demo application which demonstrate the usage of both.

Try removing the UpdatePanel and RadAjaxPanel and provided the necessary Ajax setting in the Ajax manager and check whether you are still experiencing the issue.
Regards,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Brian
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or