Hi,
Just to make you aware that if you are using the standard out of the box ASP.NET MVC4 template an issue arises with the dropdownlist. The top section of the list that is displayed after clicking is cut off. This is due to the border-top css below clashing with the kendo dropdownlist styling. Is this something that can be fixed?
Just to make you aware that if you are using the standard out of the box ASP.NET MVC4 template an issue arises with the dropdownlist. The top section of the list that is displayed after clicking is cut off. This is due to the border-top css below clashing with the kendo dropdownlist styling. Is this something that can be fixed?
body {
background-color
:
#fff
;
border-top
:
solid
10px
#000
;
color
:
#333
;
font-size
: .
85em
;
font-family
:
"Segoe UI"
,
Verdana
,
Helvetica
, Sans-
Serif
;
margin
:
0
;
padding
:
0
;
}