Page 1 of 1

search and filter on grid

Posted: Tue Mar 19, 2019 4:42 am
by svi
Hello,

In a grid I have several columns. One of these columns consists of an icon and a hidden area. I am looking to use the search and filter options on the cache area of ​​this column. Is that possible ?

Thank you

Re: search and filter on grid

Posted: Wed Mar 20, 2019 10:21 am
by matt.denninghoff
If you set the output field's "visibility" property to "hidden", then the filter will not work on that column. You can hide the output field by setting its left or top values so that it is effectively hidden; e.g. left of -100px may keep it outside the visible part of its cell. When a cell is hidden this way, the filter still works.