combobox list items not comming in left align

  1. #1

    combobox list items not comming in left align

    Hi,
    I facing problem with combobx, the items comming in center align not comming left align.
    can any one help.
  2. #2
    Hi,

    There is left align by default. Please provide a simplified sample to reproduce.
  3. #3

    this is the error, the list items show center and not to left!!!

    Quote Originally Posted by Daniil View Post
    Hi,

    There is left align by default. Please provide a simplified sample to reproduce.
    <asp:Content ID="Content1" ContentPlaceHolderID="MainContent" Runat="Server">
        <ext:ResourceManager ID="ResourceManager1" runat="server"/>
        <ext:Store ID="StrListRoles" runat="server">
            <Reader>
                <ext:JsonReader>
                    <Fields>
                        <ext:RecordField Name="OID">
                        </ext:RecordField>
                        <ext:RecordField Name="NOMBREROL">
                        </ext:RecordField>
                    </Fields>
                </ext:JsonReader>
            </Reader>
        </ext:Store>
    <ext:ComboBox ID="TxtRoles" runat="server" FieldLabel="Seleccione el Rol" StoreID="StrListRoles"
                            EmptyText="Seleccione el Rol..." Mode="Local" DisplayField="NOMBREROL" ValueField="OID"
                            Width="300">
                        </ext:ComboBox>
    
    </asp:Content>
    Attached Thumbnails Click image for larger version. 

Name:	Sin tÃ*tulo.png 
Views:	149 
Size:	16.3 KB 
ID:	3573  
    Last edited by geoffrey.mcgill; Dec 15, 2011 at 2:42 PM. Reason: please use [CODE] tags
  4. #4
    Hi,

    Thanks for the code, but it doesn't reproduce the problem.

    I think the problem is in your custom CSS. Please try to comment out all custom CSS - does the issue persist?

Similar Threads

  1. Replies: 2
    Last Post: Jul 12, 2012, 2:06 PM
  2. Replies: 0
    Last Post: Jun 08, 2012, 11:49 AM
  3. [CLOSED] Clear combobox list items in the code behind
    By Marcelo in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 24, 2011, 3:17 PM
  4. Combobox loses its list of items
    By PeterParsonage in forum 1.x Help
    Replies: 1
    Last Post: Feb 10, 2011, 10:46 PM
  5. Combobox List Items Class
    By Tbaseflug in forum 1.x Help
    Replies: 6
    Last Post: Dec 10, 2010, 7:26 AM

Tags for this Thread

Posting Permissions