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

Radgrid and RadAjax panel problem

1 Answer 61 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
kalyan gupta
Top achievements
Rank 1
kalyan gupta asked on 06 Oct 2010, 03:45 PM
Hi,
Need help urgently, i have a scenario where there is a Radgrid and a RadAjax panel(consisting of textbox and button).
I am using Ajax to update the textbox when user clicks on the button located inside the radgrid, there is nor problem here as the textbox gets updated.
This is achieved using the radajax manager

 

 

 

      <telerik:AjaxSetting AjaxControlID="gvManageUsers">

 

 

          <UpdatedControls>

 

 

             <telerik:AjaxUpdatedControl LoadingPanelID="RadAjaxLoadingPanel" ControlID="gvManageUsers" />

 

 

            <telerik:AjaxUpdatedControl LoadingPanelID="RadAjaxLoadingPanel" ControlID="radPanel" />

 

 

         </UpdatedControls>

 

 

     </telerik:AjaxSetting>

 

 

 

 

 

 

Now When i try to update the radgrid from the radajax panel im unable to do that.In the code the grid is getting binded but it is not reflected on the UI.

I am using the below code

 

<

 

telerik:AjaxSetting AjaxControlID="radPanel">

 

 

 

    <UpdatedControls>

 

 

 

        <telerik:AjaxUpdatedControl LoadingPanelID="RadAjaxLoadingPanel" ControlID="gvManageUsers" />

 

 

 

       </UpdatedControls>

 

 

 

</telerik:AjaxSetting>

Any help is greatly appreciated

Regards
Abid

 



1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 07 Oct 2010, 11:19 AM
Hello,

Please note that it is not supported scenario to use RadAjaxManager and RadAjaxPanel into one page for updating the same part of the page. Furthermore you could not add RadAjaxPanel into the RadAjaxManager settings. Please consider using just RadAjaxManager for handling the required functionality and let me know if this works.



All the best,
Maria Ilieva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Ajax
Asked by
kalyan gupta
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or