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

Raddropdownlist width become so wide

2 Answers 137 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Dylan
Top achievements
Rank 2
Dylan asked on 30 Apr 2013, 08:56 AM
Hi,

I try to put a raddropdownlist in a gridview but the width become so wide. The actual width I set is 50px.
Please help, thanks.

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 30 Apr 2013, 10:27 AM
Hi,

Try setting the width for the dropdown as shown below.
aspx:
<telerik:RadDropDownList ID="RadDropDownList1" DropDownWidth="50px" Width="50px"  runat="server"></telerik:RadDropDownList>

Thanks,
Princy
0
Accepted
Gokul
Top achievements
Rank 1
answered on 02 May 2013, 03:51 AM

hi,
 Try this code....
 

<telerik:RadDropDownList ID="RadDropDownProducts" runat="server" DropDownHeight="200px" Width="200px" Skin="Sunset" DefaultMessage="Select an  item" DropDownWidth="200px" >  </telerik:RadDropDownList>
Tags
DropDownList
Asked by
Dylan
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Gokul
Top achievements
Rank 1
Share this question
or