Hi,
I just want to know how to change the background colour for a particular cell in XamlGrid. I want to do this in Code behind (C#). Could anyone please assist on this.
Many thanks in advance
Florence
Hi Florence,
i have a Code Behind for highlight a cell when this cell is select :
{
}
else
you must change the "gridContrat.SelectedItems.Cells" by your cell :)
enjoy
Nathalie
Many thanks for the code. However, I am struggling to refer cells in the grid. For eg, how to refer the cells in first row. Is there any method as in the flexgrid( .textmatrix(1,1) etc) ?
thanks,