Categories | Question details Back To List | ||
dhtmlxgrid and combo excell, setting values via API Hi, I have a dhtmxgrid with excell_combo in filtering mode and everything works fine. var combo = self.grid.getColumnCombo(c); combo.enableFilteringMode(true,url,true,false); But I now need to set a cell value in code (not by clicking the cell). I've tried many different things, but it always seems to not work after the value is set. Can you help? Thanks! Answer posted by schinn on Apr 08, 2009 15:33 Just clarify...what I mean by "seems to not work after the value is set" ... is that I can get it so the value looks right in the cell, but when you click on it, it doesn't seem to register correctly with the combo, and it ends up getting blanked out. Answer posted by schinn on Apr 08, 2009 23:11 Just clarify...what I mean by "seems to not work after the value is set" ... is that I can get it so the value looks right in the cell, but when you click on it, it doesn't seem to register correctly with the combo, and it ends up getting blanked out. Answer posted by Alex (support) on Apr 09, 2009 06:58 Hello, The answer with the sample is sent by email. |