autocomplete mode combo inside the dhtmlxgrid

I am creating combo box inside dhtmlxgrid with auto complete features for that i am using dhtmlxgrid 1.6 vers. and these r the library files i am using

dhtmlXCombo.js-:this is version 1.2

dhtmlxgrid_excell_combo.js

dhtmlxgrid.js

dhtmlxcommon.js

dhtmlxgridcell.js"    

dhtmlxgrid_excell_link.js

dhtmltooltip.js



I am getitng an error object does not support this property or method.

var typecombo = productGrid.getColumnCombo(1);

This is the method ,i am using to apply auto complete mode.

can u tell me what is the problem and what is the latest dhtmlxcombo.js version ?

getColumnCombo should be available in grid 1.6.

Please, check if dhtmlxgrid_excell_combo.js is included correctly.

If problem persists, please, contact us at support@dhtmlx.com and we will send you the sample (with necessary js files).

Hi,
thanx for ur reply,
 i am getting the  getColumnCombo method  inside dhtmlxgrid_excell_combo.js,but not inside dhtmlxgrid.js.
can u confirm what is the latest version of dhtmlxcombo.js

All are correct. The method description stored in dhtmlxgrid_excell_combo.js , but it need to be called from name of grid object

var typecombo = productGrid.getColumnCombo(1);

>> what is the latest version of dhtmlxcombo.js
dhtmlxcombo 2.0, latest version can be downloaded from
dhtmlx.com/docs/products/dhtmlxCombo/index.shtml