if i put this code to show jquery datepicker:
<script type="text/javascript">
$(function () {
$('#datepicker').datepicker({
numberOfMonths: 9,
showButtonPanel: true
});
});
</script>
it shows 9 months all in the same row. Is there anyway to show a grid where i have 3 rows of 3 months each?