Hi,
i have used a xamcomboeditor in a wpfgrid and loaded datas..When grid is scrolled values are being reset with some other values in the same grid and sometimes it makes empty. I found that loaded event is being called each and every time..
I tried to reproduce that issue from my application separately, but unfortunately i cant. So i have attached a sample.
Please revert me with a solution for this issue as soon as possible.
Hello,
Thank you for your post I have been looking into it and I can say that this behavior is expected and it is not caused by the XamComboEditor. If you replace it with a MS ComboBox everything will work the same way, because the DataGrid virtualizes its elements. If need further assistance with the DataGrid I can suggest you ask your question in the MS forums, where you can get an answer from MS controls experts.
Hope this helps you.
Hi Stefan,
Thanks for your reply. I fixed this issue by setting the virtualizing stack panel property to false in data grid.
Your assisatance was very much helpful to me. Thanks.
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.