The removeClass() method removes the specified class from all grid cells in the array.
DayPilot.CellArray.removeClass(className)
dp.cells.all().removeClass("my-class");