Can I have different cell types in the same column? I just need some of the cells to be editable, and some to be locked.
I set the column type to “ed” which made the entire column editable. Then on the rows that I want to lock, I am using grid.lockRow().
Not sure if there is a better way to do this, but this is working fine for what I needed.
You may add an ExCell type to any column of your grid with setCellExcellType() method:
docs.dhtmlx.com/doku.php?id=dhtm … excelltype
Your solution also can be used for sure.