I have Blazor razor page with a TelerikForm. The form has a variety of form items in various groups.
Q How can I forrmat the group headings; specifically set them to bold and to set the color?
I guess that something needs to be added to:
<FormGroup LabelText="Form Heading"
Columns="2"
ColumnSpacing="15px">
or something in
<TelerikForm EditContext="@EditContext" Orientation="@FormOrientation"
OnValidSubmit="@HandleValidSubmit"
OnInvalidSubmit="@HandleInvalidSubmit">