Plex 2E

C# Panel Grid pagination issue

  • 1.  C# Panel Grid pagination issue

    Posted Feb 22, 2019 09:30 AM

    We are migrating a PLEX C++/AS400 application into C# WPF/AS400 version. (Plex 7.2.2)

     

    Have an issue with Grid pagination. The first load retrieve 32 records from the DB.

     

    When a clic on V-scroolbar occurs, blockfetch is called but when the next 32 records where retrieved, the GridP "Load Grid" is fired again and so on, until the grid is fully filled (all table records).

     

    This panel grid works correctly in CPP version.