protected void RefreshGrid(bool rebind) { RadGrid1.DataSource = CntLainsaSci.GetCargaTerminales(usuario, ctx); if (rebind) { RadGrid1.Rebind(); } }