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