ASP.NET MVC3 / jQuery 1.9.1 / jQuery UI 1.10.2
I\'ve got a page on which I open a modal dialog after clicking on an Ajax.ActionLink. Inside this dialog
If you need to show more than one time in the same view the calender and it only show's one time try this:
document.getElementById("div_Validade").onclick = function () { SetZIndex() };
function SetZIndex() {
document.getElementById("ui-datepicker-div").style.zIndex = "999999";
}
div_Validade corresponds to the div id where the input is placed,
ui-datepicker-div is infragistics element that is not shown.