RadzenDataGrid FilterMode Simple Filter for Dates Crashes

Hello, im using RadzenDataGrid and the filtering on dates is causing an error:


When I click on a date inside this filter, it crashes with this error...

My employee object has property:
public DateTime DateJoined { get; set; }

I added these 2 lines to add filtering inside my RadzenDataGrid:

And then had this line to show the Date Joined property on the RadzenDataGrid:

But now when I click on the date inside the filter, it crashes... Am I doing something wrong or is there something wrong with the component itself?

Check this maybe can help:

yes this is the resource im using.

Unfortunately I'm unable to replicate such exception using our demo.