Categories | Question details Back To List | ||
How could I access an item in a combo belonging to a grid (not a dhtmlxcombo) How could I access an item in a combo belonging to a grid (not a dhtmlxcombo) Answer posted by Support on Sep 02, 2008 03:24 If you are using "co" or "coro" column type , you can get instance of combo as grid.getCombo(column_index) http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Selectbox_collections.html#grid_art_selectbox |