Multiple jquery (Telerik) Datepicker and different Styles
need some help to style 2 datepicker on one site in different styles. Want a different background in the second datepicker... Tried to wrap the datepicker in seperate div, but doesnt work.
Even <%= Html.Telerik().DatePicker().Name("DatePickerStart").InputHtmlAttributes(new {@class="datepicker2"});%> doesnt work..
but .InputHtmlAtt开发者_JAVA技巧ributes(new { style = "width: 200px;" }) resizes my datepicker.
What do i wrong?
One possible solution is to use the t-animation-container class to modify the css properties. But exists a better solution, especially when using more datepickers?
精彩评论