or
We also have few ASP.Net pages which we are showing in the above Silverlight application.
In ASP.net pages we are also using the RadDateTimePickercontral for ASP.net but in it Date and Time comes as separate selectable icons and user has to click date icon to select date and clock icon to select time.
We want both the control to behave same for consistency.
Could you suggest some approch or way to make the ASP.net RadDateTimePickerControl to behave same as Silverlight RadDataTimePickerControl.
Thanks and Regards,
Nitin Garg
.FullBorderlessToolbar .rtbOuter, .rtbMiddle
{
background-color
:
#4BB0E7
!important
;
border
:
0px
!important
;
}
.FullBorderlessToolbar .rtbTemplate, .rtbWrap {
color
:
#ffffff
!important
;
}
.FullBorderlessToolbar .rtbSplBtnFocused .rtbWrap,
.FullBorderlessToolbar .rtbItemFocused .rtbWrap,
.FullBorderlessToolbar .rtbItemHovered .rtbWrap {
background-color
:
#1485ba
!important
; }
Thanks