I'm able to get the example working from
https://blazor.syncfusion.com/documentation/kanban/cards#custom-class
However, this requires the program to know the url to the background-image for each user ahead of time. My program will be querying the image URLs on page load.
Is there a way to pass the KanbanCardSettings a custom footer CSS that can be dynamically created at runtime? Rather than being something static in a .css file like:
.e-kanban .e-card .e-card-footer .e-card-footer-css.e-robert {
background-image: url(https://ej2.syncfusion.com/demos/src/kanban/images/Robert%20King.png);
}