I have taken many radComboBoxes with treeViews inside of them and converted them to the RadDropDownTree. On all the previous ones the onEntryAdded has triggered but on only one of them it is not why could this be? Here is the one that is broken.
<telerik:RadDropDownTree ID="personalCriteriaDropDownTree" runat="server" AutoPostBack="True" DefaultMessage="Enterprise" DataFieldID="ID" DataFieldParentID="ParentID" DataTextField="Name" DataValueField="TYPE" DropDownSettings-AutoWidth="Disabled" DropDownSettings-Height="400px" ExpandNodeOnSingleClick="True" FullPathDelimiter=" > " OnClientEntryAdding="onProgramDropDownClientEntryAdding" OnClientEntryAdded="persNodeClicking" OnClientEntryRemoved="onProgramDropDownClientEntryRemoved" OnClientDropDownClosed="persNodeClosing" OnEntryAdded ="ProgramDropDownTree_EntryAdded" OnNodeDataBound="PersonalCriteriaDownTree_NodeDataBound" TextMode="FullPath" Width="300px"> <HeaderTemplate> <div class="header"> <span style="color: red">* Words in Bold are selectable </span> </div> </HeaderTemplate> <FooterTemplate> <div class="footer"> <span style="color: red">* Words in Bold are selectable </span> </div> </FooterTemplate></telerik:RadDropDownTree>