dhtmlxgrid returns object is not supported when I try use a



The script below is what I’m using.  This is with standard version.



Both, combo returns object not supported and when I try to remove a row, same error.







<a href=“javascript:void(0)” onclick=“mygrid.iu()”>Remove Selected Row




Thanks,



Kenan

var combobox=mygrid.cf(5);
It seems that you are using compressed js files, used as a demo at dhtmlx.com , please use files from standard package, which allow to work with normal API names.
var combobox = mygrid.getCombo(5);

dhtmlx.com/docs/products/dhtmlxG … _selectbox