Hi,
In my application it is decided on runtime that how many treeview in radCombobox i need. For this I am able to add the templates successfully at runtime. But in my code I had to declare the combobox at design time. Is it possible to add the combobox and all of treeview in ItemTemplate at runtime?
I tried to add combobox and template in OnInit event. I wrote the code to bind the template in combobox in page load event. I was not able to add this in !isPostBack condition. It is giving me javascript error of treeview control is null. Treeview control is added in ItemTemplate.
Thanks
Pankaj
In my application it is decided on runtime that how many treeview in radCombobox i need. For this I am able to add the templates successfully at runtime. But in my code I had to declare the combobox at design time. Is it possible to add the combobox and all of treeview in ItemTemplate at runtime?
I tried to add combobox and template in OnInit event. I wrote the code to bind the template in combobox in page load event. I was not able to add this in !isPostBack condition. It is giving me javascript error of treeview control is null. Treeview control is added in ItemTemplate.
Thanks
Pankaj