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

calandar popup not shown telerik mvc datepicker

0 Answers 32 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Muhamad Tassadaque Zia
Top achievements
Rank 1
Muhamad Tassadaque Zia asked on 02 Mar 2013, 12:04 PM
I am adding telerik datepicker dynamically on my page. First datepicker is shown by default and it is showong calandar popup perfectly but when i click add new button new datepicker with  calandar icon is shown but calandar is not popped up

Working Datepicker

   
<div class="t-picker-wrap"><input type="text" name="scmRequisitionDetails[cbbef30b-f3ed-4a01-ae68-31ef0ad73a2e].RequiredBy" id="scmRequisitionDetails[cbbef30b-f3ed-4a01-ae68-31ef0ad73a2e]_RequiredBy" class="t-input" autocomplete="off"><br>    <span class="t-select"><span title="Open the calendar" class="t-icon t-icon-calendar">Open the calendar</span></span></div>


Problmatic datepicke

   
<div class="t-picker-wrap"><input type="text" name="scmRequisitionDetails[9ef80816-4858-486c-b446-4babd6eb1004].RequiredBy" id="scmRequisitionDetails[9ef80816-4858-486c-b446-4babd6eb1004]_RequiredBy" class="t-input"><br>    <span class="t-select"><span title="Open the calendar" class="t-icon t-icon-calendar">Open the calendar</span></span></div>


Click event of newly generated datepicker is not get bind, but not getting the idea how to bind the event
Tags
General Discussions
Asked by
Muhamad Tassadaque Zia
Top achievements
Rank 1
Share this question
or