protected override void RefreshMainData() { Datos_Facturas.DataSource = OutputInvoiceList.GetNoCobradasByClienteList(_cliente.Oid, true).GetSortedList(); PgMng.Grow(); base.RefreshMainData(); }
protected override void UpdateFacturasPendientes() { Datos_FPendientes.DataSource = OutputInvoiceList.GetNoCobradasByClienteList(_entity.Oid, false); SetUnlinkedGridValues(Pendientes_DGW.Name); }