Categories | Question details Back To List | ||
combos in a tabular structure Could you please guide me to a solution, if you had the combos in a tabular structure where the rows could be added dynamically. And it would work for all the rows irrespective of the order you chose to select in any of the rows. Answer posted by Support on Jul 10, 2008 05:30 You can use the grid with co|coro or combo column type - such column types represent select box as cell edtitor or dhtmlxCombo in case of combo column type. http://dhtmlx.com/docs/products/dhtmlxGrid/samples/interaction_other_components/pro_combo.html?un=1215694116000 http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Selectbox_collections.html#grid_art_selectbox |