I need examples for using the wijmo date picker in a text box. I am having trouble in using wijmo date picker. It is working when I am using in div but not in textbox
here is my code:
<%: Html.TextBox("sample")%>
$(document).ready(function () {
$("#sample").wijcalendar({
easing: 'easeInQuad'
});
});