Guys, my grid is using Office2KBlack theme but I will like to change the color of a selected row. Any template samples to do this? TIA.
Klaus
Hello Klaus,
You can create a style for the DataRecordCellArea element of the XamDataGrid and set the BackgroundSelected property. You would either have to apply this style explicitly (XamDataGrid - FieldLayoutSettings - DataRecordCellAreaStyle) or put it in the XamDataGrid's Resources. You can find out mode information on issues with themes here.
Thanks man.