This is a migrated thread and some comments may be shown as answers.

DatePicker refuses to show using AdminLte Theme

1 Answer 567 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 13 Nov 2015, 05:25 AM

I am using the admin lte theme and i picked the bootstrap theme for my date picker but no matter how many times i click on the popup icon the date picker refuses to show.

01.<telerik:RadDatePicker ID="rdDateOfBirth" Style="vertical-align: middle;" MinDate="2006-02-01"
02.    runat="server" MaxDate="2099-12-16" Culture="en-US" FocusedDate="2006-02-01"
03.    Width="136px" AutoPostBack="True" SelectedDate="2015-11-12" Skin="Bootstrap">
04.    <DateInput ID="DateInput3" runat="server" DateFormat="dd-MMM-yyyy" Height="20px"
05.        AutoPostBack="True" DisplayText="12-Nov-2015" SelectedDate="2015-11-12" value="12-Nov-2015">
06.<EmptyMessageStyle Resize="None"></EmptyMessageStyle>
07. 
08.<ReadOnlyStyle Resize="None"></ReadOnlyStyle>
09. 
10.<FocusedStyle Resize="None"></FocusedStyle>
11. 
12.<DisabledStyle Resize="None"></DisabledStyle>
13. 
14.<InvalidStyle Resize="None"></InvalidStyle>
15. 
16.<HoveredStyle Resize="None"></HoveredStyle>
17. 
18.<EnabledStyle Resize="None"></EnabledStyle>
19.    </DateInput>
20.    <Calendar ID="Calendar3" runat="server" UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False"
21.        ViewSelectorText="x" EnableKeyboardNavigation="True" Skin="Bootstrap">
22.    </Calendar>
23. 
24.<DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton>
25.</telerik:RadDatePicker>

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 17 Nov 2015, 01:32 PM
Hi,

Can you please inspect the response using the browser's console and see if any errors appear when you attempt to click on the calendar icon?

Regards,
Maria Ilieva
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
DatePicker
Asked by
David
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or