Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jay on Jun 18, 2009 23:01
open dhtmlx forum
Add Row Row In Grid

Hi,

When i am added one new row in grid i am getting error in line dhtmlxgrid.js

var c = this.getRowById(row_id);}var cell = (c._childIndexes ? c.childNodes[c._childIndexes[col]] : c.childNodes[col]);return this.cells4(cell)},

c is null.


Answer posted by dhxSupport on Jun 19, 2009 01:59
Please provide sample of a code which return this error.