Declined
Last Updated: 17 Mar 2015 11:28 by Elena
Rigel
Created on: 07 Jan 2013 10:36
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Dropdown not updated due to twice user control
I am developing a web application in which i m facing problem of dropdown residing inside user control is not updated.

Overview of Entire Problem.
As per my and client's requirement:
I've created two user control.
One user control having a drop down.
Another user control having few no of controls and its event.

Both user control i've used in my one web page twice.

For partial postback use following AjaxSettings.

 <telerik:RadAjaxManager ID="RadAjaxManager1" DefaultLoadingPanelID="RadAjaxLoadingPanel1"
        runat="server">
  <AjaxSettings>
 <telerik:AjaxSetting AjaxControlID="btnSave">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="FilterDropDown" />
                    <telerik:AjaxUpdatedControl ControlID="FilterDropDownGridContact" />
                </UpdatedControls>
            </telerik:AjaxSetting>
</AjaxSettings>
    </telerik:RadAjaxManager>
    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server">
    </telerik:RadAjaxLoadingPanel>

Now concentrate here,
btnSave is asp server side button residing inside in second user control.
And as I told both user control i've used in my same page twice.
FilterDropDown and FilterDropDownGridContact is two user control.(having only a drop down)
Now when I click on btnSave of first user control event fires and as per ajax setting dropdown user control updates.

But, when I click on btnSave of second user control events fires but user control is not updated.

So, Whats issue??

Is there any way, so that i can update ajax setting such as update first user control when respective user control's btnSave fires and so on.



1 comment
Elena
Posted on: 17 Mar 2015 11:28
Hello,
We kindly ask you to post your technical questions/problems in the support ticketing system (http://www.telerik.com/account/support-tickets/available-support-list.aspx) as this is the best way to reach our support staff - the support system assigns a response time for all of your questions, depending on your license and ensures that all questions will reach the respective developers, if needed. Alternatively, you can ask the community for help by posting your question in the online forums (http://www.telerik.com/community/forums.aspx). We try to monitor these requests as well, but we cannot guarantee they will be answered properly and in the expected timeframe.
Regards,
Telerik Team