Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by L.H. on Jun 17, 2009 23:21
open dhtmlx forum
Use dhtmlxCombo (free version) in dhtmlxTreeGrid 1.3 (Enterprise License)

Dear knowledge base team,
I have a dhtmlxTreeGrid 1.3 (Enterprise License). I want to use the "Integration with dhtmlxCombo" function, in the Predefined list of values mode (see follows). But I only have the dhtmlxCombo free version. Can I just copy the " dhtmlxcombo.js" from the free dhtmlxCombo to the enterprise dhtmlxTreeGrid 1.3 to realize this function?? I'v tried to do that, but it seems not work. I got the error message"Object expected" .

Thank you very much!! I'm looking forward to your reply.

L.H

Integration with dhtmlxCombo
Starting from dhtmlxGrid 1.3 Integration with dhtmlxCombo is possible. The grid supports "combo" excell type which transformed to dhtmlxCombobox component.
There are three different mode of initialization based on used XML
....
3. Predefined list of values mode
<row id="3" selected="1">
<cell xmlcontent="2">
<complete>
<option value="1">one</option>
<option value="2">two</option>
<option value="3">three</option>
<option value="4">four</option>
<option value="5">five</option>
<option value="6">six</option>
<option value="7">seven</option>
<option value="8">eight</option>
<option value="9">nine</option>
<option value="10">ten</option>
</complete>
</cell>

Answer posted by Alex (support) on Jun 18, 2009 03:28

Hello, 

the combo excell requires also dhtmlxgrid_excell_combo.js. 

Moreover in case of using the latest combo you should use dhtmlxcommon.js from combo package .

Answer posted by L.H. on Jun 18, 2009 19:27
Thank u. i got it.