JQuery-JQGrid-셀-클릭시-달력-표시-간단한-예제1 [JQuery] JQGrid 셀 클릭시 달력 표시 간단한 예제 역시나 예제가 형편없어 죄송합니다;;;;; { name: 'PRODUCTIONDT', index: 'PRODUCTIONDT', width: 80, sortable: false, align: "center" ,editable: true, editoptions : { dataInit : function(e) { $(e).datepicker(); } } }, 날자 클릭시 "yy-mm-dd" 형식으로 표시 할 시에는 $(e).datepicker({ dateFormat: 'yy-mm-dd' }); 년도 조정 changeYear: true 월 조정 changeMonth: true 클릭시 다른 셀에 값 채워 놓기 -0- ;; onSelect: function (dateText, inst) { var selr = jQ.. 2015. 11. 18. 이전 1 다음