Пример #1
0
        protected override void RefreshMainData()
        {
            InputInvoiceList list = InputInvoiceList.GetListByPagoAndPendientesByAcreedor(_entity.Oid, _holder.Oid, _holder.ETipoAcreedor, false);

            Datos_Lineas.DataSource = InputInvoiceList.GetSortedList(list, "Prevision", ListSortDirection.Ascending);
            PgMng.Grow();

            base.RefreshMainData();
        }