Hi,
I would like to hide time panel in dhxCalendarA column type. Is there any way to do it?
Thank you.
Hi,
I would like to hide time panel in dhxCalendarA column type. Is there any way to do it?
Thank you.
Please, try to use the following code:
mygrid.attachEvent(“onCalendarShow”, function(myCal,rId,colInd){
myCal.hideTime();
})