Categories | Question details Back To List | ||
Refresc Column Co - Coro Hi, How can I refresh a column type 'co' or 'coro'? If not possible, how can I refresh a combobox in a datagrid. Thanks for yout support. My XML: .... echo '<column id="numeroSerie" type="co" width="130" align="left" filter="true" cache="true" sort="str" xmlcontent="1">' . Terminales <option value="1">1</option> <option value="2">2</option> <option value="3">2</option> </column>'; .... Regards, Jesus Gonzalez. Answer posted by dhxSupport on Sep 03, 2009 02:25 You can refresh "co" and "coro" columns only with API. Please find complete documentation here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Managing_selectbox_coll.html#grid_sboxman Also you can use "combo" eXcell type which allow you refresh combo options with XML. Please find more information here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Combo_excell.html#grid_art_comboexcell |