Dropdownlist Size property has no affect

1 Answer 68 Views
DropDownList
Tony
Top achievements
Rank 1
Iron
Tony asked on 15 Aug 2022, 07:49 PM

I have checked out the demo: https://demos.telerik.com/aspnet-mvc/dropdownlist/appearance but changing the Size property of the DropDownList has no effect on the appearance in my project.

                @(Html.Kendo().DropDownList()
                        .Name("payCycle")
                        .OptionLabel("Select...")
                        .Size(ComponentSize.Small)
                        .
                        .
                        .
                        )

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Tony
Top achievements
Rank 1
Iron
answered on 16 Aug 2022, 01:14 PM
Apparently the chosen theme dictates whether this option has any effect.  I was using the theme Uniform, but when I changed to Classic-Silver the appearance was affected.
Tags
DropDownList
Asked by
Tony
Top achievements
Rank 1
Iron
Answers by
Tony
Top achievements
Rank 1
Iron
Share this question
or