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.
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. 
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: 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.

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.