Categories | Question details Back To List | ||
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 ? Answer posted by dhtmlx support on Sep 30, 2008 08:21 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). Answer posted by SSNAIK on Nov 15, 2008 01:36 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 Answer posted by Support on Nov 17, 2008 04:55 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 http://dhtmlx.com/docs/products/dhtmlxCombo/index.shtml |