Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jake Ford on Sep 24, 2008 19:04
open dhtmlx forum
creating a calendar picker on a cell level

Hi,

I have a grid loaded by way of xml.
There is one column that has varying types (i.e. coro, pickList, dhxCalendarA) defaulting with type onoffcheck (tha is specified at column level).
When I try to configure the datepicker at cell level i.e. xml.append("<cell type\"dhxCalendarA\"/>"); I get an xml format error

Cheers
Answer posted by dhtmlx support on Sep 26, 2008 05:50
"=" is missed in your example:

xml.append("<cell type=\"dhxCalendarA\"/>");