Adding a Date filter and text filter for the list of elements in a Datagrid2 column

0
Need to add a date filter and text filter for the Date and Value Columns in the Datagrid-2 where date and values are the list of elements and the elements are represented inside the list view widget. And even if the filter value matches single item in the list, still want to show the complete list for that particular row
asked
1 answers
0

Datagrid 2 has built-in filters depending on the datatype of the column. For these columns you could use the 'Number filter' and 'Date filter' widget. These are however not predefined lists but input fields where the user has flexibility to choose single value, ranges etc...

 

Predefined selection lists are only available through the drop-down filter for datatypes like enumerations or captions.

 

If the standard capabilities of the datagrid filters do not cover your needs, you can always build your own filters using non-persistent entities as page helpers.

answered