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
110
Defect of XamDataGrid?
posted

Hi,

I got an issue with the grid.

I bind the grid to an ObserableCollection<T>. Items will be dynamically added to the collection in my application and of course rows will be dynamically added to the grid. When items are adding, if one of the existed rows is selected sth unexpected will occur. There might be 2 duplicated row shown in the grid - one is the selected row and the other is one that is same to the selected.