combobox load different options for one row using XML

Hello,



Using XML is it possible to load a different set of options for one row and cell in dhtmlxTreeGrid?



This is fine for most rows:







Tree

Tag

contains

equal to







But for some rows I’d like the combobox to only display:



LIKE

NOT LIKE



I can use [!CDATA options]] to append to the list but I’d like it to replace the list.



Thank you for your help.

You can define separate options list for co|coro column types for each row.
It will look similar to next


    tree cell
    valueLIKENOT LIKE

Please beware that it will work for pro version only.