Skip to content

Commit 4f2e950

Browse files
committed
chore(common): fix links
1 parent 44b1095 commit 4f2e950

File tree

21 files changed

+21
-22
lines changed

21 files changed

+21
-22
lines changed

components/form/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Form component for Blazor exposes events that allow you to respond to user a
1717
* [OnValidSubmit](#onvalidsubmit)
1818
* [OnInvalidSubmit](#oninvalidsubmit)
1919

20-
>note The examples in this article use the [`EditContext`]({%slug form-overview%}#use-the-telerik-form-for-blazor-with-an-editcontext), but you can use a [model]({%slug form-overview%}#use-the-telerik-form-for-blazor-with-a-model) instead.
20+
>note The examples in this article use the `EditContext`, but you can use a [model]({%slug form-overview%}#creating-blazor-form) instead.
2121
2222
## OnSubmit
2323

components/form/formgroups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can group some associated fields in your form (model) by using the [FormItem
1515
In this article:
1616

1717
* [Features](#features)
18-
* [Example - Organize FormItems into Groups](#example---organize-formitems-into-groups)
18+
* [Example - Organize FormItems into Groups](#example-organize-formitems-into-groups)
1919

2020
## Features
2121

components/form/formitems/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this article:
2020

2121
## FormItem Parameters
2222

23-
Each custom editor is expressed through the `FormItem` tag. You can define a collection of those editors in the `FormItems` tag that is a child of the `TelerikForm` tag. You can find some [code examples](#examples) below.
23+
Each custom editor is expressed through the `FormItem` tag. You can define a collection of those editors in the `FormItems` tag that is a child of the `TelerikForm` tag. You can find some [code examples](#example) below.
2424

2525
The `FormItem` tag exposes the following parameters which you can use to customize the editors:
2626

components/form/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The <a href = "https://demos.telerik.com/blazor-ui/form/overview" target="_blank
102102

103103
There are three ways to generate fields in the Blazor Form:
104104

105-
* Allow the [Form to automatically generate items](#automatic-generation-of-field). In this case, each editor component type will depend on the model property type.
105+
* Allow the [Form to automatically generate items](#automatic-generation-of-fields). In this case, each editor component type will depend on the model property type.
106106
* [Define `FormItems`]({%slug form-formitems%}) manually. This allows more configuration flexibility and [changing the editor type]({%slug form-formitems%}). You can also control when [changes in one Form item cause other Form items to re-render]({%slug form-formitems%}#ui-rendering-inside-the-form).
107107
* [Combine the above two options]({%slug form-formitems%}#add-form-fields-to-autogenerated-ones).
108108

components/form/validation.md

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

61-
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 to the form, instead of using the markup. This can be useful when you will be changing the model the form is bound to at runtime, for example, when you [add a reset button]({%slug form-formitems-buttons%}#how-to-add-a-reset-clear-button-to-the-form). Alternatively, you can call this method to re-attach validation on the `Model` you pass when you change it by using the [reference to the Form component]({%slug form-overview%}#component-reference) - `TheFormReference.EditContext.EnableDataAnnotationsValidation(IServiceProvider serviceProvider)`.
61+
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 to the form, instead of using the markup. This can be useful when you will be changing the model the form is bound to at runtime, for example, when you [add a reset button]({%slug form-formitems-buttons%}#how-to-add-a-reset-clear-button-to-the-form). Alternatively, you can call this method to re-attach validation on the `Model` you pass when you change it by using the [reference to the Form component]({%slug form-overview%}#form-reference-and-methods) - `TheFormReference.EditContext.EnableDataAnnotationsValidation(IServiceProvider serviceProvider)`.
6262

6363
@[template](/_contentTemplates/common/form-validation.md#note-validation)
6464

components/gantt/gantt-tree/columns/command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To define it, add a `GanttCommandColumn` in the `GanttColumns` collection of a G
1818
1919
In this article:
2020

21-
* [Gantt Tree Command Column Features](#features)
21+
* [Gantt Tree Command Column Features](#command-column-parameters)
2222
* [GanttCommandButton](#the-ganttcommandbutton-tag)
2323
* [Built-in Commands](#built-in-commands)
2424
* [OnClick Handler](#onclick-handler)

components/gantt/gantt-tree/columns/menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ The example shows the following things:
283283

284284
* The settings applied to a Gantt column take precedence over the settings applied to the Column Menu through the `<GanttColumnMenuSettings>` tag. For example, if you set `Lockable="false"` to a Gantt column and `Lockable="true"` to the Gantt Column Menu, the Frozen Columns functionality will be disabled.
285285

286-
* When using the [Column Chooser Template]({%slug gantt-templates-column-chooser%}) or grouping the columns into [sections](#sections), add the `Title` parameter to all Gantt Columns.
286+
* When using the [Column Chooser Template]({%slug gantt-templates-column-chooser%}) or grouping the columns into [sections](#column-sections), add the `Title` parameter to all Gantt Columns.
287287

288288
## See Also
289289
* [Live Demo: Gantt Column Menu](https://demos.telerik.com/blazor-ui/gantt/column-menu)

components/gauges/radial/scale.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ The Scale of the Radial Gauge renders the values, pointers and labels. You can c
1616

1717
* [MinorUnit and MajorUnit](#minorunit-and-majorunit)
1818

19-
* [MinorTicks and MajorTicks](#ninorticks-and-majorticks)
20-
2119
* [StartAngle and EndAngle](#startangle-and-endangle)
2220

2321
* [Reverse](#reverse)

components/grid/columns/checkbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Grid checkbox column has the following exclusive parameters. For other avail
2525
| Parameter | Type and Default&nbsp;Value | Description |
2626
| --- | --- | --- |
2727
| `CheckBoxOnlySelection` | `bool` | Determines if row selection occurs only on checkbox clicks. By default, user can select rows by clicking anywhere, except on command buttons. |
28-
| `SelectAll` | `bool` <br /> (`true`) | Determines if the column header renders a checkbox to select all rows. Set this to `false` if the [Grid `SelectionMode` is `Single`]({%slug grid-selection-overview%}#use-single-or-multiple-selection). The `SelectAll` parameter has no effect when the checkbox column has a [`HeaderTemplate`](#headertemplate). |
28+
| `SelectAll` | `bool` <br /> (`true`) | Determines if the column header renders a checkbox to select all rows. Set this to `false` if the [Grid `SelectionMode` is `Single`]({%slug grid-selection-overview%}#use-single-or-multiple-selection). The `SelectAll` parameter has no effect when the checkbox column has a [`HeaderTemplate`](#header-template). |
2929
| `SelectAllMode` | `GridSelectAllMode` enum <br /> (`Current`) | Determines if the header cell checkbox selects all rows on the current page, or all rows in the Grid. `Current` selects the visible rows on the current page. `All` selects all the data items, including ones that may be currently filtered out. `All` requires the [Grid to be data-bound via its `Data` parameter, and not `OnRead`]({%slug common-features-data-binding-overview%}#how-to-provide-data). When using `OnRead`, the two `SelectAllMode`s behave identically, because the Grid controls only one page of items. |
3030
| `Title` | `string` | The text in the checkbox column's header. The title renders only when `SelectAll` is `false`. |
3131

components/grid/columns/menu.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ The Grid allows you to set up a menu for its columns. It enables you to perform
2222
* [Sections](#sections)
2323
* [Sorting](#sorting)
2424
* [Reorderable](#reorderable)
25-
* [Example](#example)
25+
* [Column Menu Configuration Example](#column-menu-configuration-example)
26+
* [Column Menu Features Example](#column-menu-features-example)
2627
* [Notes](#notes)
2728

2829
## Basics

0 commit comments

Comments
 (0)