Is there any way to delete a value cell

Hi



Is there any way to delete a value in the cell. I’m asking this as i’m unable to delete the date which i input using the Calendar control that came along with dhtmlxgrid samples.



kindly help me out in this issue



thanks and regards



Krishna

To delete cell value with script you can set another (probably empty) value there using: grid.cells(rowId,cellIndex).setValue("")