Hi,
I am using a dhtmlxGrid. I am required to add and delete rows.
For add , i have used grid.addRow(), as per the doc. This works fine.
However,
grid.deleteRow(rowId), throws an exception, at this place.
if (this._srnd){for (var i = 0;i < this._fillers.length;i++)
stating ‘this._fillers.length’ is null or is not an object.
Please help.
Empty grid is initialised in javascript.
The first and the second colTypes, are custom defined button types.
The second, button is the delete button, which deletes the row.