Persisting Filter conditions in EP Grid
Persisting Filter condition in EP Grid In AX 2009, EP grid control comes with an advanced filter. Here is a code to persist the filter condition the user last entered in a page for that user, so that later when the user comes back to the same page the last filter is applied and user didn’t have to reenter then. This code sample assumes a dataset with the name “EPSalesTableList” which contains the datasource “SalesTable” (1) First override the pack method of the dataset ( EPSalesTableList in this…( read more )
Read more:
Persisting Filter conditions in EP Grid


