Hi, if I open a RadDropDownTree and then I press enter to automatically select all the items.
<telerik:RadDropDownTree RenderMode="Lightweight" ID="RadDropDownTree3" runat="server" Width="100%" CheckBoxes="TriState"
DefaultMessage="Seleziona la zona" OnNodeDataBound="RadDropDownTree1_NodeDataBound" Skin="Bootstrap" >
<DropDownSettings />
</telerik:RadDropDownTree>
You can avoid this behavior ?