Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Divya on Nov 19, 2009 23:10
open dhtmlx forum
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);