Blazor Tree Grid Example - Clipboard
Task ID | Task Name | Assignee | Priority | Status | Start Date | Duration (In Days) |
|---|
| 1000 | Customer Portal Redesign | Project Manager | Critical | In Progress | 1/5/2025 | 90 |
| 1001 | Authentication & Login Flow | Tech Lead | Critical | Open | 1/10/2025 | 27 |
| 1002 | Analysis of login flow | Developer | Critical | In Progress | 1/10/2025 | 5 |
| 1003 | Implement OAuth2/SSO | Developer | High | Open | 1/11/2025 | 7 |
| 1004 | Unit Tests for Login | Developer | Critical | In Progress | 1/12/2025 | 9 |
| 1005 | Error Handling for Failed Login | Developer | High | Open | 1/13/2025 | 6 |
| 1006 | User Profile Management | Tech Lead | High | Open | 1/15/2025 | 21 |
| 1007 | Profile CRUD Operations | Developer | Critical | In Progress | 1/15/2025 | 5 |
| 1008 | Validation Rules | Developer | High | Open | 1/16/2025 | 7 |
| 1009 | Integration with DB | Developer | High | Open | 1/17/2025 | 9 |
| 1010 | Dashboard UI Layout | Tech Lead | High | Open | 1/20/2025 | 21 |
| 1011 | Wireframe Design | Developer | Critical | In Progress | 1/20/2025 | 5 |
| 1012 | Frontend Implementation | Developer | High | Open | 1/21/2025 | 7 |
| 1013 | Accessibility Review | Developer | High | Open | 1/22/2025 | 9 |
| 1014 | Notification Center | Tech Lead | High | Open | 1/25/2025 | 21 |
| 1015 | Email Alerts | Developer | Critical | In Progress | 1/25/2025 | 5 |
| 1016 | Push Notifications | Developer | High | Open | 1/26/2025 | 7 |
| 1017 | Error Logging | Developer | High | Open | 1/27/2025 | 9 |
| 1018 | Accessibility Compliance | Tech Lead | High | Open | 1/17/2025 | 21 |
| 1019 | WCAG Audit | Developer | Critical | In Progress | 1/17/2025 | 5 |
This sample demonstrates clipboard copy, allowing selected rows or cells to be copied with or without headers using toolbar commands or keyboard shortcuts.
Invoke copy programmatically via CopyAsync. Shortcuts: Ctrl+C (without headers) and Ctrl+Shift+H (with headers). Toolbar buttons Copy and Copy With Header are also provided. Multi-row selection is set by TreeGridSelectionSettings.Type as SelectionType.Multiple.
More information on clipboard can be found in the documentation section.