Hello, I am vastly impressed with your controls and have only just begun to scratch the surface of them.
However I am having some issues with the DatePicker.
I have set up a Skin (based nearly Identical to the Vista Design in the Demo's), however the PopupImage (that you click) is a long way away from the Textbox.
Is there any way to get this to be right next to the Textbox ?
(see image below for what its showing like in Google Chrome).
My Skin file is:
Code: XML
<eo:DatePicker SkinID="Default" runat="server" TitleRightArrowImageUrl="DefaultSubMenuIcon" TitleLeftArrowImageUrl="DefaultSubMenuIconRTL"
DayHeaderFormat="Short" OtherMonthDayVisible="True" DayCellWidth="15" DayCellHeight="15" TitleFormat="MMMM, yyyy" Width="100px" PopupDownImageUrl="../../App_Themes/Core/img/action/calendar.png" PopupImageUrl="../../App_Themes/Core/img/action/calendar.png" PopupHoverImageUrl="../../App_Themes/Core/img/action/calendar.png" SwapStyle="Linear">
<SelectedDayStyle CssText="background-image:url('00040403');color:Brown;"/>
<TitleArrowStyle CssText="cursor: hand" />
<DisabledDayStyle CssText="color: gray" />
<TitleStyle CssText="font-family:Verdana;font-size:8.75pt;padding-bottom:5px;padding-left:5px;padding-right:5px;padding-top:5px;">
</TitleStyle>
<CalendarStyle CssText="background-color:white;border-bottom-color:Silver;border-bottom-style:solid;border-bottom-width:1px;border-left-color:Silver;border-left-style:solid;border-left-width:1px;border-right-color:Silver;border-right-style:solid;border-right-width:1px;border-top-color:Silver;border-top-style:solid;border-top-width:1px;color:#2C0B1E;padding-bottom:5px;padding-left:5px;padding-right:5px;padding-top:5px;"/>
<DayHoverStyle CssText="background-image:url('00040402');color:#1c7cdc;"/>
<MonthStyle CssText="cursor:hand;font-family:Verdana;font-size:8pt;margin-bottom:0px;margin-left:4px;margin-right:4px;margin-top:0px;"/>
<DayHeaderStyle CssText="border-bottom: #f5f5f5 1px solid"/>
</eo:DatePicker>
Also the Popup for the picker is a lot larger than what is in the Vista Design demo.
Is there any specific code I can implement to force the popup to be a certain width/height?
Thanks