https://docs.telerik.com/blazor-ui/components/form/formitems/formitemstemplate
Render defined Form items inside a FormItemsTemplate Example
Line 22 has @nameof(Person.Id) which generates an error, should be without the @ as shown below.
<TelerikFormItemRenderer Item="@( formItems.First(x => x.Field == nameof(Person.Id)) )" />
Hi Peter,
Thank you for bringing this typo in our documentation to our attention.
I'm pleased to inform you that the issue has been resolved, and the fix will be live tomorrow with our new release, version 4.3.
Regards,
Hristian Stefanov
Progress Telerik