Hi, I am using silverlight xamgrid v10.3. I have a xamgrid bound to a datasource, My requirement is
to have an alternate row style for the grid and also highligt the selected row or active row.
For alternate row i created a style(as mentioned in the samples) and set the
CellStyle="{StaticResource igAltRowStyle}" RowHover="None"
of the grid. However after doing this the row highlight does not seem to be working.
Could you please let me know as to how to enable rowhighlighting for xamgrid that has an alternate
row style?
Set IsAlternateRowsEnabled="False" for the xamgrid
Setting IsAlternateRowsEnabled="False" does not resolve the issue.
All i need to do is as per the snapshot attached. (I need alternate row colors and also rowhighlighting)
How do i do this in silverlight xamgrid?