I have the following code
//included all jquery related stuff ..not shown here
Call your picker inside .ajaxComplete function.
.ajaxComplete
$(document).ready(function () { // setup picker here... }); $(document).ajaxComplete(function() { // setup picker here... });
Here is a link