This example shows how to validate RadDropDownTree by the use of an asp:CustomValidator.
In this case the page could be submitted only if something, that will change the default value of the control, is chosen from the RadDropDownTree.
The validatePage() function attached to the ClientValidationFunction validator event checks the count of the entries collection of the DropDownTree and if it is 0, sets the args.IsValid to false.
Keep in mind that the control works with all of the standard ASP.NET validators.