void Load1(RadComboBoxClientCascade box, RadComboBoxItemsRequestedEventArgs e)
 {
     box.BindData(GenerateData(e.Value), "Key", "Value");
     System.Diagnostics.Debug.WriteLine(box.Control.ID);
 }
 void DoLoad()
 {
     c.BindData(GenerateData(string.Empty), "Key", "Value");//.SetValue("0");
 }