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

Dock not drag with AjaxSetting

3 Answers 71 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Santiago Rial Iglesias
Top achievements
Rank 1
Santiago Rial Iglesias asked on 04 Jun 2008, 09:21 AM

Hello,

I have a RadDockZone inside asp:Panel and an AjaxSetting for update the controls. After drag any Dock into this zone the drag funcionality is disabled

Greetings.

The Code:

telerik:RadAjaxManager ID="rax_Manager" runat="server">

  <AjaxSettings>
         
<telerik:AjaxSetting AjaxControlID="cbo_Buscar_Entidad">
             
<UpdatedControls>
                   
<telerik:AjaxUpdatedControl ControlID="pan_Buscar"     
                            LoadingPanelID
="RadAjaxLoadingPanel1" />
              
</UpdatedControls>
         </telerik:AjaxSetting>
   </AjaxSettings>
</telerik:RadAjaxManager>

.....

   <table>
        <tr>
            <td style="padding-left: 120px; vertical-align: top; text-align:center">
                    <asp:Panel ID="pan_Buscar" runat="server" >
                        <telerik:RadDockZone Skin="Vista" 
                                                                
runat="server" 
                                                                 
ID="rdz_Buscar" 
                                                                
Orientation="Horizontal"
                                                               
Height="110px" 
                                                                
Width="120px" 
                                                                BorderStyle="Dotted">
                       
</telerik:RadDockZone>
                 
</asp:Panel>
           
</td>
         
</tr>
  
</table>

3 Answers, 1 is accepted

Sort by
0
Sophy
Telerik team
answered on 04 Jun 2008, 11:23 AM
Hello Santiago,

Could you please provide more details about your scenario? What is the control with id cbo_Buscar_Entidad which updates the pan_Buscar panel? Please, paste all the code you have in the aspx page or send us your test page so that we can test your exact scenario and research the issue. To have the right to attach files you will need to open a support ticket. For your convenience I have attached a screenshot with instructions how to open a support ticket.

Sincerely yours,
Sophy
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Santiago Rial Iglesias
Top achievements
Rank 1
answered on 04 Jun 2008, 04:17 PM
Hello again...

The control "cbo_Buscar_Entidad" is a RadComboBox with a dynamic population based in a web service...this is the code:

<

telerik:RadComboBox ID="cbo_Buscar_Entidad" 
                       
runat="server" 
                       
Style="padding-left: 115px"                                  
                        
EmptyMessage="Escriba apellidos y nombre.."                         
                        LoadingMessage
="Cargando..."             
                       RadComboBoxImagePosition
="Right" 
                       
Skin="Vista" 
                       
ShowMoreResultsBox="true" 
                       
EnableVirtualScrolling="true"                 
                       EnableLoadOnDemand
="true"
                       
Width="300px" 
                       
Height="60px"     
                       AutoPostBack="True"                
                       onclientselectedindexchanged="OnClientSelectedIndexChanged">
                    
<WebServiceSettings Method="BuscarFiliacionesDinamico"                         
                        Path
="FiliacionesBusquedas.asmx" />
                       
<CollapseAnimation Duration="200" Type="OutQuint" />
</telerik:RadComboBox>


<telerik:RadAjaxManager ID="rax_Manager" runat="server">
    
<AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="cbo_Entidades">
          <UpdatedControls>
            
<telerik:AjaxUpdatedControl ControlID="cbo_Buscar_Entidad" 
                     LoadingPanelID
="RadAjaxLoadingPanel1" />
                   
</UpdatedControls>
         
</telerik:AjaxSetting> 
          
<telerik:AjaxSetting AjaxControlID="cbo_Buscar_Entidad">
              
<UpdatedControls>
                    
<telerik:AjaxUpdatedControl ControlID="pan_Buscar" 
                            LoadingPanelID
="RadAjaxLoadingPanel1" />
               
</UpdatedControls>
           
</telerik:AjaxSetting>
          
<telerik:AjaxSetting AjaxControlID="pan_Buscar">
              
<UpdatedControls>
                  
<telerik:AjaxUpdatedControl ControlID="pan_Buscar"
                        LoadingPanelID
="RadAjaxLoadingPanel1" />
               
</UpdatedControls>
             
</telerik:AjaxSetting> 
           
</AjaxSettings> 
  
</telerik:RadAjaxManager>

Important:

If I do a PostBack after drag the dock into dockzone the problem disappears.

I will open a support ticket.

Greetings.






0
Accepted
Santiago Rial Iglesias
Top achievements
Rank 1
answered on 05 Jun 2008, 03:00 PM
Thank you telerik for you support. Problem fixed.
Tags
Dock
Asked by
Santiago Rial Iglesias
Top achievements
Rank 1
Answers by
Sophy
Telerik team
Santiago Rial Iglesias
Top achievements
Rank 1
Share this question
or