I'd like to be able to display a tooltip containing the full name of the person when the user hovers the mouse over the UserInfo Elements of a task card.
Is there a way this can be accomplished?
1 Answer, 1 is accepted
0
Dinko | Tech Support Engineer
Telerik team
answered on 17 Nov 2021, 12:46 PM
Hello Martin,
The UserInfo element is represented by a RadTaskCardUserElement. You can access these elements from the UserElements property of the RadTaskCardElement. You can iterate the collection and set the ToolTipText property. You can check the following code snippet.