erhanfirat / combo-tree

ComboTree is a jQuery Plugin which is a combobox item with tree structured data list and multi/single selection options and more.
MIT License
79 stars 67 forks source link

Set Source from c# asp.net code behind #16

Closed xamham closed 4 years ago

xamham commented 4 years ago

I can't set source of the tree from c# asp.net code behind, the plugin either not working or don't create items and just shows filter field...

erhanfirat commented 4 years ago

You can use setSource method of new version...

Thanks...