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

RadcomboBox and RadAjaxManager not worked

1 Answer 120 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Phuoc Nguyen Thanh
Top achievements
Rank 1
Phuoc Nguyen Thanh asked on 28 Apr 2010, 09:53 AM
Dear telerik team
I use RadcomboBox and RadAjaxManager. RadcomboBox SelectedIndexChanged event. There is a problem if RadcomboBox RadAjaxManager using the commands in the SelectedIndexChanged method is not implemented correctly. And if you do not use RadAjaxManager, then use normally.
I started the project attached for your reference and help me solve the problem.
Sincerely

File :
http://www.mediafire.com/file/nb3gj4mytqz/AjaxTest.rar

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 29 Apr 2010, 09:20 AM
Hello,

You should also add a setting for the combobox to update the label in the ajaxmanager:

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="RadCboCategories">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="RadCboCategories" LoadingPanelID="RadAjaxLoadingPanel1"/>
                <telerik:AjaxUpdatedControl ControlID="lblCategoryName" LoadingPanelID="RadAjaxLoadingPanel1" />
            </UpdatedControls>
        </telerik:AjaxSetting>       
    </AjaxSettings>
</telerik:RadAjaxManager>


Best regards,
Yana
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
ComboBox
Asked by
Phuoc Nguyen Thanh
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or