Ticket T1019960
Visible to All Users

How to store list view filters in model differences in blazor

created 4 years ago

Hello
I added enable filter row button for listviews in blazor, but now I wonder how can I use model differences to save and load filters to grid. I guess I need to subscribe on change grid filters and store info in model and on load grid apply this filters. How can I achieve it?

Answers approved by DevExpress Support

created 4 years ago (modified 2 years ago)

Hello Andrey,

v22.2.4+
DxGridListEditor stores the current filter criteria in the Application Model (IModelListView.Filter). Internally, it uses the DxGrid API: SetFilterCriteria(CriteriaOperator) and GetFilterCriteria().

v22.2.3-
Filter Row values cannot be stored in the Application Model because the Blazor Data Grid does not have a corresponding public API. You can only save and restore the entire layout, including the filter, column positions, and sorting:
DxDataGrid<T>.LayoutChanged Event
Access List View Grid Control Settings Using a Controller

It will be possible to restore Filter Row values in the future, when the new DxGrid component supports more functionality: A New Blazor Grid Control (Preview) is Available in v21.1. However, I cannot give you any ETA right now.

    Show previous comments (6)

      Is there official support for this in 22.2.3?

      Dennis Garavsky (DevExpress) 2 years ago

        Hello,

        I created a separate ticket on your behalf: T1142019: Blazor - How to store list view filters in model differences in XAF v22.2.3. We placed it in our processing queue and will process it shortly.

        A A
        Arkady (DevExpress) 2 years ago

          Hello,

          In v22.2.4, DxGridListEditor stores the current filter criteria in the Application Model (IModelListView.Filter). Internally, it uses the DxGrid API: SetFilterCriteria(CriteriaOperator) and GetFilterCriteria().

          Thanks,
          Arkady

          Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

          Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.