In datagrid 1 there was an option to have a search toggle to only show the search bars when clicked. I am looking to have this same functionality in Datagrid 2. Is this possible withouth having to implement a lot of custom functionality? My current solution would be to have the datagrid in a Dataview, changing a boolean attribute with a button, which in turn controls the visibility of the filters. However, this is not a scalable solution as it would be a lot of work to apply and maintain this for all grids in the app.
asked
Sander Rijnja
2 answers
0
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.