AddRow

Hi,

I have couple of doubts regards the addrow functionality.

  1. While using grid.addRow, is it possible to specify the cell type.
  2. Can we add a row directly from the server side

Can you kindly let me know if the above is possible, if yes can you briefly explain how to implement the same.

Thanks and Regards

Sri Janani

  1. you can change cell type with setRowExcellType(rowId, type) method (available in PRO version only)
    docs.dhtmlx.com/doku.php?id=dhtm … excelltype
  2. You can use updateFromXML() method to add rows from server side
    docs.dhtmlx.com/doku.php?id=dhtm … atefromxml