Grid Search widget and non persistable objects

0
Hi, I’m trying the Grid Search https://appstore.home.mendix.com/link/app/49364/ However, I couldn’t make it work with non persistable objects. The errors below:   Configuration error in widget: unable to find a list view on the page Could not create widget DataGridColumnSearch.widget.DataGridColumnSearch   Am I missing something?
asked
1 answers
0

Huy,

I am not sure if Grid Search works with NPEs, however, I think you’ve got a bit of a mix up.  The DataGridColumnSearch widget is from this package: https://appstore.home.mendix.com/link/app/32075/ which is different than the one you linked to in your post.  Grid Search has the following widgets:

  • Multifield Search
  • Comparison
  • Dynamic Dropdown
  • Static Dropdown
  • Enumeration Checkbox
  • Association Checkbox
  • Any Search

I would recommend testing with one of these against the NPE grid or listview you are working with and seeing if that works.

Hope that helps,

Mike

answered