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