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

RadDatePicker Not showing up until postback

0 Answers 84 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
Randell
Top achievements
Rank 1
Randell asked on 13 Nov 2017, 10:41 PM

Hi I have a datepicker control on my webpage, but it will not open unless I do a post back of some sort. For example sorting a column on the page's RadGrid. Once the postback happens it works as expected. I tried added the on open client event, confirming that nothing happens when you click the text box or button to open the calendar. There is nothing on the server side code behind that affects the control either. I'm completely stumped, any help is appreciated. This is what my control looks like:

<telerik:RadDatePicker runat="server" ID="calFromDate" Skin="MetroTouch" Width="100px" Height="29px" BorderColor="#ccc"
    ShowPopupOnFocus="true" DatePopupButton-Visible="true">
    <Calendar ID="Calendar1" runat="server" EnableKeyboardNavigation="true" ShowRowHeaders="False">
    </Calendar>

No answers yet. Maybe you can help?

Tags
DatePicker
Asked by
Randell
Top achievements
Rank 1
Share this question
or