RadzenDatePicker DateTime to DateOnly

I saw in post 10725 that the DatePicker does not, and will not, have support for returning a DateOnly object. Currently, I have a DatePicker in a DataGrid EditTemplate bound to a DateOnly class member. Is there a way to use a lambda or other callback to convert the returned DateTime to a DateOnly?

You can use additional DateTime property constructed from the original DateOnly property and bind the DatePicker to the additional property.