Empty date value

I am using a Data Picker as a filter for a grid, I have followed the instructions in the date range filter tutorial.

However, I have modified my date filter scenario so that I can have empty dates. I would like to initialise the start date to be empty when the page loads.

What code should I use with the set property method?
Thanks

1 Like

You can use null for the initial value of the property. However you may also have to update the code to handle that case.

2 Likes