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

RadComboBox SelectedIndexChanged

1 Answer 102 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Rakesh
Top achievements
Rank 1
Rakesh asked on 02 Oct 2010, 11:34 AM

Hi Team

 

I have two Telerik RadComboBox at the bottom of the page. On selection change of first RadComboBox ,2nd RadComboBox will populate, In this case binding is working fine but Page does not maintain scroll position at the bottom of the page, It goes on the top of the page.

 

I have written MaintainScrollPositionOnPostback="true" but it is not working.

Please help me ,It’s very urgent.

 

My Code blocks is

  <telerik:RadComboBox ID="drpRequestType" Width="185px" runat="server" AutoPostBack="True"

                                    OnSelectedIndexChanged="drpRequestType_SelectedIndexChanged" EnableScreenBoundaryDetection="true" >

                                </telerik:RadComboBox>

  <telerik:RadComboBox Width="185px" ID="drpSubRequestType" runat="server">

                                </telerik:RadComboBox>

 

 <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">

                        <AjaxSettings>

                        

                            <telerik:AjaxSetting AjaxControlID="drpRequestType">

                                <UpdatedControls>

                                    <telerik:AjaxUpdatedControl ControlID="drpSubRequestType"  />

                                </UpdatedControls>

                            </telerik:AjaxSetting>

                          

                        </AjaxSettings>

                    </telerik:RadAjaxManager>

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 04 Oct 2010, 05:21 PM
Hello Rakesh,

This was a bug which we fixed recently. Please make sure you are using the latest version of Telerik.Web.UI.

Greetings,
Simon
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
Rakesh
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or