Combo to edit tree element

Hi there,

we use for some times the PRO version of suite for grid and accordion and it’s working great ! thanks!

but now we would like to use the tree part and the idea would be to have a tree and when we select and element to edit it to have a combo with some value instead of the input text by default.

how can I achieve that?

thanks a lot

Hi,

there is not possibility to use combo as built-in editor for Tree. You can try use TreeGrid instead. It supports “combo” column. However, in this case you will get two-column TreeGrid: 1) “tree” and 2) “combo”. Please check whether it fits. The other solution is to create a custom editor for TreeGrid based on the existent “eXcell_tree”.