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

Auto width to RadCombo

0 Answers 46 Views
Getting started with ASP.NET
This is a migrated thread and some comments may be shown as answers.
Pravin
Top achievements
Rank 1
Pravin asked on 13 Oct 2011, 12:23 PM
Hi,

I want to set auto width of RadCombo based on the width of data. I'm using following code-

<telerik:RadComboBox Style="z-index: 9001;margin-top:-2px;" ID="rcbDepartments" MarkFirstMatch="true"
        AllowCustomText="true" Height="200px" Width="230px" DropDownWidth="270px" HighlightTemplatedItems="true"
        EnableAutomaticLoadOnDemand="true" Filter="Contains" ShowMoreResultsBox="true" AutoPostBack="true"
        EnableVirtualScrolling="true" ItemsPerRequest="20"  runat="server">
    </telerik:RadComboBox>

Please let me know if there is any way...

Regards, Pravin

No answers yet. Maybe you can help?

Tags
Getting started with ASP.NET
Asked by
Pravin
Top achievements
Rank 1
Share this question
or