그리드내 날짜선택하는 기능 넣기 코드 gridx2_lib.js jquery 의 datePicker UI 사용 ////////////////////////////////////////// // // Datepicker // ////////////////////////////////////////// // function to act as a class function Datepicker() {} // gets called once before the renderer is used Datepicker.prototype.init = function(params) { // create the cell this.eInput = document.createElement('input'); this.eInput.val..