Hi,
I'm creating a form grid view with working calendar dates as the main datasource. User should be able to filter date range using advanced filter like 1/3/2019..31/3/2019
The query range is like Date >= 1/3/2019 && Date <= 31/3/2019.
Is there any way to extract the input values and store 1/3/2019 as FromDate and 31/3/2019 as ToDate?
I'd like to use these values for comparison with each line of it's child data source later.
Thank You.
*This post is locked for comments