Does a RadzenTemplateForm must have a Data parameter?

Currently the RadzenTemplateForm fires the Submit event only when the Data property is set. You can check the implementation here: https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/RadzenTemplateForm.cs

The Data property is needed to create the Blazor EditContext object which is required for validation.