How to increase width of combobox by cls property

  1. #1

    How to increase width of combobox by cls property

    Hi,

    1) How to increase the width of combobox by cls property.
    2) Height is increasing by cls property. But width is not increasing.
    What is the prob.

    My Code is as below:-

    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="default.aspx.cs" %>
    
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1" meta:resourcekey="Head1">
        <style type="text/css">
            .combo12
            {
                width: 3000px;
                height: 300px;
            }
        </style>
    </head>
    <body>
        <form runat="server">
        <ext:ResourceManager runat="server" />
        <ext:ComboBox runat="server" FieldLabel="asdf" Cls="combo12" FieldBodyCls="combo12"
            CellCl="combo12" ClearCls="combo12" CtCls="combo12" />
        </form>
    </body>
    </html>
  2. #2
    I think that it would be better you use asp.net Themes and Skins. Please take a look on the following web page:
    http://msdn.microsoft.com/en-us/libr...v=vs.100).aspx
  3. #3
    We can use FieldCls attribute for changing the width of combobox.

    [Resolved]

    Thanks...

Similar Threads

  1. [CLOSED] How to increase the icon selection width
    By pawangyanwali in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 13, 2012, 10:13 AM
  2. How to Increase width of the confimration Box
    By praveencat123 in forum 1.x Help
    Replies: 0
    Last Post: Sep 04, 2012, 6:12 AM
  3. Specify Combobox width in CSS
    By r_honey in forum 1.x Help
    Replies: 4
    Last Post: Dec 19, 2009, 1:43 AM
  4. [CLOSED] Code Behind Buttons, property Width has no effect
    By jcanton in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 02, 2009, 2:02 PM
  5. [CLOSED] Combobox width 100%
    By speedstepmem2 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 10, 2009, 9:36 AM

Posting Permissions