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