Categories | Question details Back To List | ||
dhtmlxgrid...the first column should be calendar type Hello! I am using a dhtmlxgrid...the first column should be calendar type(<input type='text' id='calInput1' class='css1' readonly='true'> <script> cal1 = new dhtmlxCalendarObject('calInput1');</script>)..how can I do this using addRow function. Answer posted by Support on May 20, 2008 05:55 You need not to create a separate calendar control, just define column type as dhxCalendar http://dhtmlx.com/docs/products/dhtmlxGrid/samples/cell_types/calendar_grid.html?un=1211289205000 |