I have added different rows in a dataGrid e.g. 30 row. When scroll appears on silverlight grid. The data in the different rows changes.
I have changed the the event. No event is changing the data in the row. But on the display the data is changed.
Why this is happening with this dataGrid??
Is there any specific event with is doing this???
I have fixed it by giving the auto height to DataGrid and removing the scroll bars and putting the
DataGridinto aScrollViewer.BUT
I would still really like to know what is wrong with this.