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

[Solved] template control and ajax manager

1 Answer 96 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
kmv
Top achievements
Rank 1
kmv asked on 24 Jun 2009, 09:17 AM
I have a radcombo on a radtoolbar template that drives the display of a radgrid , for best perfomance which control shoudl be the ajax controlling id the combo or the tool bar with the grid as the controlled id ?

other buttons on the tool bar can be clicked to switch views and make the grid.visible = false.

thanks
kevin

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 24 Jun 2009, 11:10 AM
Hello Kevin,

It would be better to set the RadToolBar as the updating control for the RadAjaxManager:
 <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"
   <AjaxSettings> 
      <telerik:AjaxSetting AjaxControlID="RadTabStrip1" > 
         <UpdatedControls> 
           <telerik:AjaxUpdatedControl ControlID="RadGrid1" />             
         </UpdatedControls> 
      </telerik:AjaxSetting> 
   </AjaxSettings> 
 </telerik:RadAjaxManager> 
 

Thanks
Shinu.
Tags
Ajax
Asked by
kmv
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or