Exemplo n.º 1
0
 protected void RadGrid1_NeedDataSource(object sender, Telerik.Web.UI.GridNeedDataSourceEventArgs e)
 {
     // load grid data
     RadGrid1.DataSource = CntAriCli.GetDrugs(ctx);
 }
Exemplo n.º 2
0
 protected void RefreshGrid()
 {
     RadGrid1.DataSource = CntAriCli.GetDrugs(ctx);
     RadGrid1.Rebind();
 }