I tried to create a combobox with treeview and I did basicaly exactly what you do in the ComboBox/Tree example.
I am placing the combobox in a user control and the user control inside a content page which is inherits from a master page. I placed a script manager in the master page. My sample application is ASP.NET 2 AJAX-Enabled.
The problem is when I click on any tree node the combobox text is not getting the node text value and also the tree view is not disappearing after selection of the node.
Please how can I resolve this problem?
5 Answers, 1 is accepted
Dear Telerik Support,
I found my problem. I did not linked the treeview event with the JavaScript function (OnClientNodeClicking="nodeClicking")
But unfortunately now when I clicked on any node I'm getting a JavaScript error ( "null" is null or not an object ).
Please what cause this problem and how can I resolve it?
Thank you.Can you tell us what is the version of the controls that you are using?
Are they the "classic" controls (you posted this in the RadComboBox "classic" forum) or the ajax controls (you are referring the new demos).
Regards,
Veskoni
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
I'm sorry I posted my question in the wrong forum.
I'm using AJAX controls (Ver. 2008.1.515.20).
Thank you.
I have attached a sample project which demonstrates how to implement treeview in combobox.
Please download it and give it a try.
We are releasing service pack 1 later today, so I recommend that you download the latest bits from your Client.Net account tomorrow.
All the best,
Veskoni
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Dear Veskoni,
Thank you for the sample project. My problem is resolved.
Thank you again.