Exemple #1
0
 void Load1(RadListBoxCascade box, RadListBoxItem e)
 {
     box.BindData(GenerateData(e.Value), "Key", "Value");
 }
Exemple #2
0
 void DoLoad()
 {
     c.BindData(GenerateData(string.Empty), "Key", "Value").SetValue("0");
 }