Problem with setDateFormat

I am getting “too much recursion” error when I use the following for dhxCalendarA column type.

mygrid_#{group.id}.setDateFormat(“d/m/y”);

The correct syntax is
mygrid_#{group.id}.setDateFormat("%d/%m/%Y");