Categories | Question details Back To List | ||
How to add multiselect type column in treegrid ? How to add multiselect type column in treegrid ? please send me some example with php connector . Add dynamic data insert into multi select box using php connector. Thanks, -Nikhil Answer posted by dhxSupport on Sep 22, 2009 04:02 To enable multi select in the TreeGrid you can use enableMultiselect() method: mygrid.enableMultiselect(true) Answer posted by Nikhil on Sep 23, 2009 01:29 I do not want to select row in tree grid .. I want to define a multiselect column type like "CO or CORO" but it's not working properly , i want to add a data into it using php connector. please help me to resolve this probs. Thanks, - Nikhil Answer posted by dhxSupport on Sep 23, 2009 01:56 In the "co" and "coro" eXcells you are able to select only one option. But you can implement any custom eXcell type you need. Please find more information here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:toc_custom_excell_creation |