Skip to content

Commit f61ba7d

Browse files
ntachevaVelinovAngel
authored andcommitted
chore(common): fix remaining links
1 parent 3e81ec6 commit f61ba7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/form/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To enable validation in the Telerik Form for Blazor add the `<FormValidation>` t
6464

6565
When you provide an `EditContext` to the form, you can use its [`EnableDataAnnotationsValidation(IServiceProvider serviceProvider)`](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.forms.editcontextdataannotationsextensions.enabledataannotationsvalidation?view=aspnetcore-8.0#microsoft-aspnetcore-components-forms-editcontextdataannotationsextensions-enabledataannotationsvalidation(microsoft-aspnetcore-components-forms-editcontext-system-iserviceprovider)) method to add the data annotation validation instead of using the markup. This is useful in the following cases:
6666
* When the model the form is bound to changes at runtime. For example, when you [have a reset button]({%slug form-formitems-buttons%}#how-to-add-a-reset-clear-button-to-the-form).
67-
* When you need to re-attach the validation after changing the `Model`. In this case you need to use the [reference to the Form component]({%slug form-overview%}#component-reference)&mdash;`TheFormReference.EditContext.EnableDataAnnotationsValidation(IServiceProvider serviceProvider)`.
67+
* When you need to re-attach the validation after changing the `Model`. In this case you need to use the [reference to the Form component]({%slug form-overview%}#form-reference-and-methods)&mdash;`TheFormReference.EditContext.EnableDataAnnotationsValidation(IServiceProvider serviceProvider)`.
6868

6969
@[template](/_contentTemplates/common/form-validation.md#note-telerik-role-in-validation)
7070

components/map/layers/marker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The marker functionality allows you to add points of interest to the Map. These
1515
This article describes how to:
1616

1717
* [Create Marker layers](#creating-marker-layers)
18-
* [Customize the Marker appearance](#customizing-marker-appearances)
18+
* [Customize the Marker appearance](#customizing-marker-appearance)
1919
* [Define Marker shapes](#defining-marker-shapes)
2020
* [Set Marker tooltips](#setting-marker-tooltips)
2121

0 commit comments

Comments
 (0)