Hi
I'm developing a Kanban board in Winforms and have come across two issues I cannot find a solution for:
Firstly, is it possible to change the back color of a group at run time. I'm trying to set each group with a different back color.
Secondly, If I create my groups manually I can't seem to get the Tile View to pick up the tile data from the GridControl.DataSource. It works fine if the groups are created automatically from the data.
Any advice welcome.