Hello,
We are facing a problem when using XamPropertyGrid with templated editors. If we have a property with many similar fields e.g. string property using XamComboBox for selection, when scrolling down and up again fast, the recycled controls stay with the values they received on the other end (see screenshots). Could it be that there's some problem within the PropertyGridRecyclingManager?
Could someone please have a look at it, I have attached an example to reproduce the behavior.
Infragistics version is 23.2.20232.94
XamPropertyGridBug.zip
Hello Andreas,
I have been investigating into the behavior you are seeing, and I was able to reproduce it. Interestingly though, this only appears to happen if the ContentPresenter is used with the ContentTemplate rather than directly placing the XamComboEditor within the EditTemplate.
Is there a reason you are placing the ContentPresenter within the EditTemplate rather than just placing the XamComboEditor there?
Yes, there is a reason, this is just a simplified code to demonstrate the behavior.
If I use the combo editor directly, it works but in the original code we need to select the editor and it's available choices or ranges dependent on property attributes of the data class.
Today I tested it with version 24.1.57 with the same result.