Skip to content

Commit af27e98

Browse files
998236: Undo redo and column validation UG documentation
1 parent 85d99a6 commit af27e98

File tree

5 files changed

+967
-5
lines changed

5 files changed

+967
-5
lines changed

blazor-toc.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3160,6 +3160,7 @@
31603160
</ul>
31613161
</li>
31623162
<li> <a href="/blazor/gantt-chart/criticalpath">Critical Path</a> </li>
3163+
<li> <a href="/blazor/gantt-chart/undo-redo">Undo Redo</a> </li>
31633164
<li> <a href="/blazor/gantt-chart/tool-bar">Toolbar</a></li>
31643165
<li> <a href="/blazor/gantt-chart/managing-tasks">Managing Tasks</a>
31653166
<ul>
@@ -3169,6 +3170,7 @@
31693170
<li><a href="/blazor/gantt-chart/taskbar-editing">Taskbar Editing</a></li>
31703171
<li><a href="/blazor/gantt-chart/splitting-and-merging-tasks">Splitting and Merging Tasks</a></li>
31713172
<li><a href="/blazor/gantt-chart/indent-outdent">Indent and Outdent</a></li>
3173+
<li><a href="/blazor/gantt-chart/column-validation">Column Validation</a></li>
31723174
<li><a href="/blazor/gantt-chart/entity-framework">Entity Framework</a></li>
31733175
</ul>
31743176
</li>

blazor/gantt-chart/accessibility.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,15 @@ The Blazor Gantt Chart component supports comprehensive [keyboard interaction](h
182182
| <kbd>Tab</kbd> | <kbd>Tab</kbd> | Saves the current cell and moves to the next editable cell in the dialog. |
183183
| <kbd>Shift</kbd> + <kbd>Tab</kbd> | <kbd>⇧</kbd> + <kbd>Tab</kbd> | Saves the current cell and moves to the previous editable cell in the dialog. |
184184

185+
### Undo Redo
186+
187+
| Windows | Mac | Action |
188+
|---------|-----|--------|
189+
| <kbd>Ctrl</kbd> + <kbd>Z</kbd> | <kbd>⌘</kbd> + <kbd>Z</kbd> | Undoes the most recent tracked action. |
190+
| <kbd>Ctrl</kbd> + <kbd>Y</kbd> | <kbd>⌘</kbd> + <kbd>Y</kbd> | Redoes the most recently undone action. |
191+
| <kbd>Ctrl</kbd> + <kbd>Shift </kbd> + <kbd>Z</kbd> | <kbd>⌘</kbd>+ <kbd>⇧</kbd> + <kbd>Z</kbd> | Redoes the most recently undone action. |
192+
| <kbd>Ctrl</kbd> + <kbd>Shift </kbd> + <kbd>Y</kbd> | <kbd>⌘</kbd>+ <kbd>⇧</kbd> + <kbd>Y</kbd> | Undoes the most recent tracked action. |
193+
185194
## Validate Accessibility Compliance
186195

187196
Accessibility is validated using [axe-core](https://www.nuget.org/packages/Deque.AxeCore.Playwright) with Playwright tests to ensure compliance with WCAG 2.2 and other standards. Evaluate the accessibility of the Blazor Gantt Chart component using the [sample](https://blazor.syncfusion.com/accessibility/gantt-chart) in a new window with accessibility tools.

0 commit comments

Comments
 (0)