I'm using the .net Maui RadDataGrid.
In my case the user needs to color code several cells inside of the grid. The user will select a color then click on the cell. I need to be able to change the color of that cell. How do find that cell and change the color at runtime? One cell will be changed to red, then the next one could be blue.