protected override void RefreshMainData() { Datos_Facturas.DataSource = OutputInvoiceList.GetByCobroAndNoCobradasByClienteList(_entity.Oid, _cliente.Oid, true).GetSortedList(); PgMng.Grow(); base.RefreshMainData(); }