I am using a treeview inside combobox, I want to disable the selections of parent nodes( first level nodes), that is I just want to select only child nodes. Anyone please help.
Regards,
Jincy
1 Answer, 1 is accepted
0
Accepted
Yana
Telerik team
answered on 05 Dec 2008, 01:17 PM
Hi Jincy,
I suggest to check the level of the clicked node in OnClientNodeClicking event handler like this:
function nodeClicking(sender, args)
{
var comboBox = $find("<%= RadComboBox1.ClientID %>");