I do see an issue with the selected row on the XamGrid with default template and below setting,
ig:XamGrid.SelectionSettings>
<ig:SelectionSettings RowSelection="Single" CellClickAction="SelectRow"/>
</ig:XamGrid.SelectionSettings>
When I click a specific cell , the entire row gets selected and the background and foreground color change but when I click the next row, the selected color will not change but the font color of the text changes to white and this will make the row invisible and with the next click the selection works.
does anyone come across this issue before? Please help.
Thanks
SM
Hello SM,
Thank you for the code-snippet you have provided.
I tested the behavior you have described in regards to the unchanged color when selecting another row with the settings you provided and I was not able to reproduce it.Would you please modify the sample application I have attached so the issue is reproduced and send it back to me? Having this information will help me further investigate this matter for you.
If you have any questions, please let me know.
This issue happens on the hyperlink cell on the unboundcolumn of a xamgrid, just alternate clicks select the row, not all clicks
I'll create a sample for this.
Thank you for the feedback.