I've followed the example at: http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/treeviewcombobox/defaultcs.aspx
However, I need to be able to load the contents of the TreeView at runtime. It's working fine if the treeview "exists" before the dropdown is activated, but because it's part of a template, the list is not "real" until runtime when the dropdown is used.
I've tried creating a different control and then swapping it in to no avail...
Any ideas?
However, I need to be able to load the contents of the TreeView at runtime. It's working fine if the treeview "exists" before the dropdown is activated, but because it's part of a template, the list is not "real" until runtime when the dropdown is used.
I've tried creating a different control and then swapping it in to no avail...
Any ideas?