Categories | Question details Back To List | ||
dhtmlxgrid - insert column I am trying to put check box against each row in my grid. I have included dhtmlxgrid_mcol.js And I am using: grid.insertColumn(0,"Delete","ch",50); But no check box is appearing. Please help me out in the same. Answer posted by dhxSupport on Nov 20, 2009 01:56 Try to use following code: grid.insertColumn(0,"Delete","ch[0]",50); |