Hi.
I am using the RadDatePicker and RadCalendar in a project and I noticed a bug with the datepicker button.
When I press the button in the date picker, and finish making my date selection, the datepicker button shifts down a couple of pixels.
I tried checking the margins and the z-index, but it did not really change the code much.
Here's the the code snippet.
You may notice that I am calling a customized skin called "Santrio", but it is just the default skin, happened to be in CSS.
How do I fix this issue? Thanks!
I am using the RadDatePicker and RadCalendar in a project and I noticed a bug with the datepicker button.
When I press the button in the date picker, and finish making my date selection, the datepicker button shifts down a couple of pixels.
I tried checking the margins and the z-index, but it did not really change the code much.
Here's the the code snippet.
<telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager> <!--needed for telerik:RadCalendar--> <telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server"> <telerik:RadDatePicker ID="RadDatePicker1" runat="server" Skin="Santrio" EnableEmbeddedSkins="false"> <Calendar ID="Calendar1" runat="server" EnableKeyboardNavigation="true" /> </telerik:RadDatePicker> </telerik:RadAjaxPanel>You may notice that I am calling a customized skin called "Santrio", but it is just the default skin, happened to be in CSS.
How do I fix this issue? Thanks!
