Have a data grid over association with a search field

0
Basically I have a non-persistable entity (PAGEVIEW) with an association to a persistable entity (APPLICATION).  There’s a many-to-many association between PAGEVIEW and APPLICATION. I want to display all the APPLICATION associated with a certain PAGEVIEW but I can’t seem to use the XPath with a condition to display since PAGEVIEW is non-persistable. The conventional way of having the grid display via association doesn’t seem to have a search field. Any ideas on what I can do?
asked
1 answers
1

You could use this widget:  https://appstore.home.mendix.com/link/app/32075/

answered