DefaultValue doesn't seem to be available when adding a new record in Radzen IDE (Blazor)

I would like to set default values for my form when adding a new record so I took a look at the video which seems straight forward but I don't see a 'Default Value' option under properties, am I missing something?

Set default values when adding new records - YouTube

There is no need for such property in Blazor - you can simply set the new value for desired property when creating the entity.

Could I ask that you update the links and remove that link if it's no longer valid. Were would I set the default value in the Radzen app?

The link is still valid however it’s related to Angular. To set default values in Blazor you can use this approach: