This is in line with the question asked earlier
you recomended me to use getcustomcombo
I am using dhtml 1.4 can you suggest from where i can get the latest build
Thanks and regards
Awkash
Just add next code to you app page ( or directly to the end of dhtmlxgrid.js file )
dhtmlXGridObject.prototype.getCustomCombo=function(id,ind){
var cell= this.cells(id,ind).cell;
if (!cell._combo)
cell._combo = new dhtmlXGridComboObject();
return cell._combo;
}