Datagrid 2 Column filter, not possible to select save attribute

0
Hi Community,   I have a datagrid 2 with several columns. Some of the column filters should be saved in an attribute of an Entity. The page where I have the datagrid 2 has a parameter with several attributes, but I cannot select the  attributes as shown in the image below.  How can I add the filters to attributes of an entity? (Note, I use 9.24.12 but cannot select this)  
asked
1 answers
1

Hi Fangio

 

You need to put the data grid 2 within a data view of the entity where you want to save the filter attributes. So add a dataview with as data source the parameter of the page where you store the filters.

answered