How do you get it to highlight the entire row on a hover-over, similar to the selection mode?
To clarify, when I move the mouse over a row, it curently highlights the cell I'm over. This would rather have the entire row highlighed rather than just that cell.
Nope, that worked like a charm, thank you!
Hello Mike,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi,
You can set the RowHover property of the XamGrid to Row (RowHoverType.Row).
http://help.infragistics.com/NetAdvantage/Silverlight/2011/1/CLR4.0/?page=InfragisticsSL4.Controls.Grids.XamGrid.v11.2~Infragistics.Controls.Grids.XamGrid~RowHover.html
HTH