Hi Scott Wolfington,
Greetings from Syncfusion Support.
We have achieved your requirement using queryCellInfo event like below code.
queryCellInfo: function (args) {
args.card.style.borderColor = args.data.Color;
} |
Kindly try the above sample and let us know if you need any further assistance on this.
Regards,
Balasubramanian S