Is it possible to enable grid-wide filtering in Data Grid 2 based on multiple associations?
0
I am working with a Data Grid 2 widget in Mendix, and I have multiple tables (entities) that are all associated with one primary table. I want to enable grid-wide filtering based on these associations. Is it possible to achieve this with Data Grid 2? The reason I’m asking is that I prefer to use the built-in grid-wide filtering functionality rather than custom solutions. If it is possible, could you provide a step-by-step guide on how to configure the Data Grid 2 for grid-wide filtering across all associated entities?
asked
Umair Abbasi
1 answers
0
You can do this with view entities (beta in 10.21, ga in 10.22):
* Create a view entities joining the entities you want to display in the data grid,
* Use the view entity as datasource for the datagrid, configure grid wide filtering.