Search This Blog

Wednesday, December 10, 2014

Inside Update panel Datetime Control is not working

Problem
Suspect that because date time control is located under update panel, and page didn’t manage to load in picker’s javascript.

Just add the following script in your design page:
<script type="text/javascript" src="/_layouts/datepicker.js"></script>



No comments:

Post a Comment

Restricting Custom People Picker to only one Sharepoint group programatically

Refer the following script files in your page,     <!-- For People Picker -->     <script type="text/javascript" src...