Unplanned
Last Updated: 20 Nov 2023 11:45 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: TaskBoard
Type: Feature Request
0

The new button should be placed in the column container under the tasks/cards and it should add a new task.

This feature is the same as the "Add a card" button in RadTaskBoard for WinForms.
https://docs.telerik.com/devtools/winforms/controls/task-board/task-board-adding-task-cards

 

 

Unplanned
Last Updated: 20 Nov 2023 11:41 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: TaskBoard
Type: Feature Request
0
Add built-in editing support for the tasks in RadTaskBoard.
Completed
Last Updated: 31 May 2021 07:29 by ADMIN
Release LIB 2021.1.125 (01/25/2021)
When the theme is changed runtime in the NoXAML scenario, the control is not visible anymore.
Unplanned
Last Updated: 24 May 2021 19:45 by Housam
Created by: Vladimir
Comments: 1
Category: TaskBoard
Type: Feature Request
3
Introduce an option that allows the user to reorder the columns via drag&drop.
Completed
Last Updated: 01 Feb 2021 06:33 by ADMIN
Release LIB 2021.1.201 (2/1/2021)
In scenarios where the RadTaskBoard's TaskBoardColumnsPanel scrolling is disabled, the panel's calculated height leads to the RadTaskBoardItems being cut off. The panel should instead stretch vertically to display all its child items.
Completed
Last Updated: 09 Nov 2020 12:39 by ADMIN
Release LIB 2020.3.1109
When placed in TabControl, for example, and the TabItem with the TaskBoard is deselected (leading to the control being unloaded), the items are cleared when the TabItem is selected again. 
Unplanned
Last Updated: 06 Nov 2020 14:08 by Patrick
Created by: Dinko
Comments: 1
Category: TaskBoard
Type: Feature Request
2
The TaskBoard card could expose index property, which will hold its position in the column.
Unplanned
Last Updated: 29 Jul 2020 08:37 by ADMIN
The user wants to track the Indexes of Task Items in TaskBoard, for example, The user drag the first task at the last column -> the index of this task should be updated.
Completed
Last Updated: 15 Jun 2020 11:12 by ADMIN
Release R2 2020 SP

Currently, the card model is added to a group when initially added to the ItemsSource of RadTaskBoard. Also, it can be moved to another group by drag/dropping on it. However, if you update the card model property that is assigned to the GroupMemberPath of RadTaskBoard, then the card is not moved to the corresponding group in the UI.

To work this around, remove the card object from the ItemsSource, update the group property and then add the card object back in the ItemsSource.

Unplanned
Last Updated: 12 Mar 2020 13:16 by ADMIN
Created by: Heiko
Comments: 1
Category: TaskBoard
Type: Feature Request
1
At the moment all Tags are just objects and presented as Text only. It would be nice to display an icon besides the text and modify the color of the tags also. Maybe a "TagModel" in analogy to "TaskBoardCardModel" would be a solution with properties like "Icon", "Color", "Text".
Completed
Last Updated: 14 Feb 2020 09:58 by ADMIN
Release R1 2020 SP1
Created by: Dinko
Comments: 0
Category: TaskBoard
Type: Feature Request
1
Create an API to customize the DragDrop behavior.
Completed
Last Updated: 06 Feb 2020 12:54 by ADMIN
Release LIB 2020.1.210 (02/10/2020)
The Height property of the RadTaskBoardItem is not respected when setting to a different value thus preventing us to have items with different height.