Categories | Question details Back To List | ||
Using dmthmlCalendar to populate cell in grid Hi, we are evaluating your controls for inclusion in an upcoming launch. I have scanned the documentation and forums, but do not see any direct reference to using the calendar object to populate a field in a grid control. Just wondering if someone has ever done this. Also, it seems a bit odd that this is not one of the standard cell types. Is that an indication that this would not work??? Much appreciate and quick advice and point in the right direction for further info. Thanks, Max Answer posted by Alex (support) on May 18, 2009 01:51 Hello, grid provides a dhxCalendar cell type, an implementation of dhtmlxCalendar. there is the dhtmlxGrid/samples/cell_types/calendar_grid.html sample in the grid package. The same sample on our website is http://dhtmlx.com/docs/products/dhtmlxGrid/samples/cell_types/calendar_grid.html Answer posted by Max Gano on May 18, 2009 10:29 Ah, of course. As usual, elegantly implmenented and it worked immediately. Much appreciate your quick response. |