Declined
Last Updated: 01 Nov 2013 13:06 by Elena
Tim
Created on: 16 May 2013 20:19
Category: ComboBox
Type: Bug Report
0
RadComboBox (DropDown): Can you align left?
We are using the combo box drop down:

                <telerik:RadComboBox ID="rcbAccounts" runat="server" Width="360" DropDownWidth="810" OffsetX="-200"
                    DataValueField="AcctNumber" DataTextField="DisplayString" AutoPostBack="True"
                    AllowCustomText="True" Filter="Contains" ExpandDelay="0" CollapseDelay="0" MaxHeight="300"
                    OnClientDropDownOpening="OnRcbAccountsOpening" Skin="CustomTelerikSkin" EnableEmbeddedSkins="false"
                    EnableViewState="false" EnableScreenBoundaryDetection="true" >
                    <HeaderTemplate>
                        <ul>
                            <li class="rcbColumn" style="width: 330px">Name</li>
                            <li class="rcbColumn" style="width: 70px">Acct #</li>
                            <li class="rcbColumn" style="width: 90px">Type</li>
                            <li class="rcbColumn" style="width: 150px">Address</li>
                            <li class="rcbColumn" style="width: 110px">City</li>
                        </ul>
                    </HeaderTemplate>
                    <ItemTemplate>
                        <ul>
                            <li class="rcbColumn" style="width: 330px">
                                <%#DataBinder.Eval(Container.DataItem, EC.ACCT_NAME).ToString()%></li>
                            <li class="rcbColumn" style="width: 70px">
                                <%#DataBinder.Eval(Container.DataItem, EC.ACCT_NO).ToString()%></li>
                            <li class="rcbColumn" style="width: 90px">
                                <%#DataBinder.Eval(Container.DataItem, EC.ACCT_TYPE).ToString()%></li>
                            <li class="rcbColumn" style="width: 150px">
                                <%#DataBinder.Eval(Container.DataItem, EC.ACCT_ADDR1).ToString()%></li>
                            <li class="rcbColumn" style="width: 110px">
                                <%#DataBinder.Eval(Container.DataItem, EC.ACCT_CITY).ToString()%></li>
                        </ul>
                    </ItemTemplate>
                </telerik:RadComboBox>

It looks like the attached at runtime.  My question is:  Can we align the dropdown area to be left-aligned with the control?  In some cases, the left part of the data gets cut off by the browser window.
Attached Files:
1 comment
Elena
Posted on: 21 Aug 2013 07:48
We noticed that you've set  OffsetX="-200" in RadComboBox declaration. 
You should remove it in order to align the dropdown with the input.

If you still experience problems - could you please open a support ticket and send us a project which demonstrates the issue to examine it locally?