Hello Sander,
Recently I have also this need of search bar in datagrid2. And I got a nice solution which may help you or other programmers.
Firstly, we can use the 'Group Box' which is collapsible as our search bar, visiblely this one is so similar to that of datagrid.
Then, to realize the 'search' functionality we can add a helper entity no persistable, and in the search bar above we change the attribute information of this helper entity, in addition we set the datagrid 's data source as XPath in which we restrict our data by comparing with the helper entity.
Hi Sander
There is no built-in feature to toggle the visibility of the search filters like in datagrid 1, you can achieve this by only custom functionality.
Hello Sander
I think this is useful to you!
https://community.mendix.com/link/space/widgets/questions/129588