Categories | Question details Back To List | ||
How to I get the dhtmlxCalendar field values in my dhtmlxGrid I use dhtmlxCalendar in a dhtmlxGrid cell, I got all cell value from the method of getValue(), but can not get the dhtmlxCalendar field value................ pls help me, How to I get the dhtmlxCalendar field values in my dhtmlxGrid..... thanks verry, verry much Answer posted by Stanislav (support) on Oct 14, 2009 04:04 For dhxCalendar cell grid.cells(i,j).getValue() - return text representation of date grid.cells(i,j) getDate() - return js Date object |