protected override void RefreshMainData() { Datos.DataSource = _entity; PgMng.Grow(); _facturas_todas = FacREAList.GetNoCobradas(); _facturas = FacREAList.GetSortedList(_facturas_todas, "NExpediente", ListSortDirection.Ascending); Datos_Facturas.DataSource = _facturas; SetGridColors(Facturas_DGW); PgMng.Grow(); base.RefreshMainData(); }
protected override void UpdateFacturasPendientes() { Datos_FacPendientes.DataSource = FacREAList.GetNoCobradas(); SetUnlinkedGridValues(Pendientes_DGW.Name); }