Completed
Last Updated: 15 Jun 2020 11:12 by ADMIN
Release R2 2020 SP
Martin Ivanov
Created on: 24 Apr 2020 09:28
Category: TaskBoard
Type: Bug Report
2
TaskBoard: Item is not moved when its group property changes at run-time

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.

0 comments