Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by guofang li on Oct 14, 2009 00:59
open dhtmlx forum
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