I want to change the individual cell type in grid to use a date thro’ calendar. I tried using setCellExcellType(), but dint work…
else if ( control_type==“date”)
{
grid.setCellExcellType(rowId,cInd+1,“dhxCalendar”);
}
I want to set the date runtime (without using any existing data).
setCellExcellType methos is availible only at PRO version. If you are using PRO version please make sure that you have attached all necessary files:
From dhtmlxCalendar pakage:
From dhtmlxGrid pakage: