Skip to content

Commit 0bf71eb

Browse files
983303: Updated Kanban documentation
1 parent 256cc44 commit 0bf71eb

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

blazor/kanban/accessibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ The Blazor Kanban component followed the [WAI-ARIA](https://www.w3.org/WAI/ARIA/
4747
| `aria-label` | It helps to provides information about elements in a kanban component for assistive technology. |
4848
| `aria-expanded` | Attributes indicate the state of a collapsible element. |
4949
| `aria-selected` | This attribute is assigned to the Kanban component for the selection of elements, and its default value is `false`. The value changes to true when the user selects a Kanban card. |
50-
| `aria-grabbed` | Indicates whether a Kanban card is currently selected for dragging. If set to `true`, the card is actively grabbed; if `false`, it is available for selection but not currently grabbed. |
50+
| `aria-grabbed` | Indicates whether the attribute is set to true. It has been selected for dragging. If this attribute is set to false, the element can be grabbed for a drag-and-drop operation but will not be currently grabbed. |
5151
| `aria-describedby` | This attribute contains the ID of the Kanban header column to indicate that the attribute establishes an association between the Kanban header column and the Kanban column body. |
52-
| `aria-roledescription` | Provides a human-readable description of the Kanban card's role, enhancing clarity for assistive technologies. |
52+
| `aria-roledescription` | This attribute is assigned to the Kanban component and is used to provide alternative descriptions for card elements. |
5353

5454
## Keyboard interaction
5555

blazor/kanban/columns.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ The **Kanban** columns represent each stage of workflow process.Column definitio
1313

1414
## Single-key mapping
1515

16-
Columns are categorized by mapping the `KeyField` property to specific key values in the data source. The corresponding **value** in the datasource is mapped inside the columns `KeyField`. This categorization determines how cards are distributed across columns on the Kanban board.
16+
Columns are categorized by mapping the [KeyField](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Kanban.SfKanban-1.html#Syncfusion_Blazor_Kanban_SfKanban_1_KeyField) property to specific key values in the data source. The corresponding **value** in the datasource is mapped inside the columns `KeyField`. This categorization determines how cards are distributed across columns on the Kanban board.
1717

18-
N> The `KeyField` property is required to render columns on the Kanban board.
18+
N> The [KeyField](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Kanban.SfKanban-1.html#Syncfusion_Blazor_Kanban_SfKanban_1_KeyField) property is required to render columns on the Kanban board.
1919

2020
```cshtml
2121
@@ -79,7 +79,7 @@ N> The `KeyField` property is required to render columns on the Kanban board.
7979

8080
## Multi-key mapping
8181

82-
The Kanban board supports rendering a single column with multiple key mappings using the `KeyField` property.
82+
The Kanban board supports rendering a single column with multiple key mappings using the [KeyField](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Kanban.SfKanban-1.html#Syncfusion_Blazor_Kanban_SfKanban_1_KeyField) property.
8383

8484
```cshtml
8585
@@ -457,7 +457,7 @@ In the following example, the Backlog column is collapsed on initialization of K
457457

458458
## Stacked headers
459459

460-
Stacked headers are additional header rows that group related columns under a common category. Group columns by specifying their key values in the `KeyFields` property and assign a custom header label using the `Text` property in `KanbanStackedHeaders`.
460+
Stacked headers are additional header rows that group related columns under a common category. Group columns by specifying their key values in the [KeyField](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Kanban.SfKanban-1.html#Syncfusion_Blazor_Kanban_SfKanban_1_KeyField) property and assign a custom header label using the `Text` property in [KanbanStackedHeaders](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Kanban.SfKanban-1.html#Syncfusion_Blazor_Kanban_SfKanban_1_StackedHeaders).
461461

462462
In the following code, the kanban columns 'InProgress, Review' are grouped under 'Development Phase' category.
463463

blazor/kanban/drag-and-drop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
Cards in the Blazor Kanban component can be dragged and dropped across columns, within columns, across swimlane rows, or between Kanban boards and external components.
1313

14-
### Types of drag and drop in kanban
14+
## Types of drag and drop in kanban
1515

1616
* Internal drag and drop
1717
* External drag and drop

blazor/kanban/swimlane.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ N> If the [TextField](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Ka
292292
```
293293

294294
![Swimlane rows sorted in descending order in Blazor Kanban](./images/blazor-kanban-swimlane-row-sorting.png)
295+
295296
### Custom order
296297

297298
The Blazor Kanban component allows custom sorting of swimlane rows by handling the [SwimlaneSorting](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Kanban.KanbanEvents-1.html#Syncfusion_Blazor_Kanban_KanbanEvents_1_SwimlaneSorting) event.

0 commit comments

Comments
 (0)