Categories | Question details Back To List | ||
DHTMLXCOMBO in DHTMLXGrid select from the list hi, in DHTMLXgrid my requirement is to creating a row dynamically at run time and allowing user to pick a value from the combo list (example one) as below. List was showing for a grid cell, but when i select the value from the cell combobox the value is not adding to the Grid cell. do i need to change any thing. inorder to place the selected value inthe grid cell ? ref. http://dhtmlx.com/docs/products/dhtmlxGrid/samples/interaction_other_components/pro_combo.html?un=1224149348000 <?xml version="1.0" encoding="UTF-8"?> <rows> <head> <column width="150" type="combo" align="left" filter="true" sort="str" xmlcontent="1">Filtering Mode <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> </column> <settings><colwidth>px</colwidth></settings> </head> </row> </rows> regards John Answer posted by Alex (support) on Feb 27, 2009 04:20 Hi, Could you please provide the sample to recreate the issue at support@dhtmlx.com ? Answer posted by John on Feb 27, 2009 20:44 I can able to fix the issue. appreciate for your quick reply |