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

RadAjaxManager and FormView

1 Answer 190 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Garry
Top achievements
Rank 1
Garry asked on 02 Jul 2008, 12:17 AM
Is there anyway to use RadAjaxManager to update controls contained in a FormView Template? Right now I have the FormView inside of a RadAjaxPanel and everything works as expected, but now the Validators do not work due to the incompatiability.

I was hoping I could by pass ths by using RadAjaxManager and not Ajax everything. 

To see this behavoir I have included a Formview Control with 2 dropdown boxes and a RadAjaxManagerProxy. As you can see when you configure the RadAjaxManager the combo boxes do not appear as available for selection.

Any help would greatly be appreciated.

Thanks!

<asp:FormView ID="FormView1" runat="server">  
    <ItemTemplate> 
        <asp:DropDownList ID="DropDownList1" runat="server">  
        </asp:DropDownList> 
<asp:DropDownList ID="DropDownList2" runat="server">  
        </asp:DropDownList> 
    </ItemTemplate> 
</asp:FormView> 
<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server">  
</telerik:RadAjaxManagerProxy> 
 

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 04 Jul 2008, 07:32 AM
Hi Garry,

Unfortunately the only possible approach is to use RadAjaxPanel wrapping the whole FormView control, You could use RadAjaxManger but it will behaves in the same way, as you could only add the whole FormView in its ajax setting and not particular controls.

Best regards,
Maria Ilieva
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Garry
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or