Unplanned
Last Updated: 08 Jan 2024 08:42 by ADMIN
I want the focus on this card so that I don't need to scroll, to see where the card is located in the column.
Unplanned
Last Updated: 23 Oct 2023 12:39 by ADMIN
Created by: Greg
Comments: 3
Category: TaskBoard
Type: Feature Request
1

Currently, RadTaskBoard offers populating with data only in unbound mode like it is demonstrated in the following article: https://docs.telerik.com/devtools/winforms/controls/task-board/task-board-getting-started

It would be a nice addition to the control to offer data binding.

  
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

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