Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Issue with XamGrid Selected Click , hiding items
posted

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

Parents
  • 6365
    Offline posted

    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.

    XamGrid_sample.zip
Reply Children