Completed
Last Updated: 14 Oct 2021 16:44 by ADMIN
Release R3 2021 SP1
Currently, you can subscribe to these events only programmatically. But it would be good to have them in VS as well.
Completed
Last Updated: 22 Oct 2021 07:43 by ADMIN
Release R3 2021 SP1
Created by: Martin Hamilton
Comments: 0
Category: TaskBoard
Type: Feature Request
0
For Example:

Private user1 As UserInfo = New UserInfo()
user1.FirstName = _UserFirstName
user1.LastName = _UserLastName
User1.BackColor = Color.LightYellow

What is needed now for the contrasting ForeColor would be this:
User1.ForeColor = Color.Black
Completed
Last Updated: 27 Mar 2023 06:39 by ADMIN
Release R1 2023 SP1
Created by: martin
Comments: 1
Category: TaskBoard
Type: Feature Request
0

We want to sort a column (the cards in specific Column) in a RadTaskboard. It would be good to have the possibility to use a custom comparer as well