Hi,
I have an application that copies data from excel and paste onto xamdatagrid. I have around 29 fields(columns) and rows can vary from 10-100. While data is pasted correctly, but rendering is shaky. Since the data is trade related and considered significant in terms of money, it is important we validate(re-visit) the data manually before submission. So when user scrolls up and down within xamdatagrid, few of the fields, seems to be empty which makes user enter certain fields multiple times. In fact the data is not lost as user could created trades with seemingly empty fields. Looks like its rendering issue. Can you possibly advise on how to resolve this ?
Hi Rajib,
Let me know if you have any further questions on this matter.
Interesting. I'm using the same version of the WPF Toolkit that was discussed in that msdn thread but I still can't reproduce this in my sample. I changed it so that it would start as an empty grid and I copied data from Excel and pasted it into the grid's add new row. It pasted the values as I would expect it. The only other change I made was setting the AllowAddNew property to true as your original XAML had this set to false.
That msdn thread definitely sounds like the issue you are seeing though so it's hard to deny that. I guess for the ultimate test to see if it is in fact the AutoCompleteBox you could replace it with a TextBox or something similar and see if that changes the behavior.
Looks like the issue was because of AutoCompleteBox.
https://social.msdn.microsoft.com/Forums/vstudio/en-US/e59a13e3-7348-4bdf-a3f3-1734bf8841fd/action?threadDisplayName=vstudio&forum=wpf
My functionality is to paste whole data from excel and paste it to an empty grid. For infragistics, we are using v10.3
I tried using as much of your xaml as I could. The xaml relies on some extra stuff that I don't have such as CellEnableStyle and BoldWhenSelected. In my sample, unfortunately, I am not seeing this rendering issue. When I paste values from excel into the grid with the AutoCompleteBox, the value is updated accordingly and scrolling around does not cause the value to get lost. I have attached my sample. Are you using the latest Infragistics service release for the version you are using?