How to make it obligatory for the second date-searchfield to be later than the first?

1
When typing the filtering value on the second date, how can I make it obligatory for the second date-searchfield to be later than the first?
asked
1 answers
2

As far as i know you can't with a default datagrid. You could create some custom search functionality with search attributes in a helper entity. That way you can constrain them anyway you want.

answered