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

“=” is missed in your example:

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