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
410
xamComboEditor selection bug
posted

Hello, I have a problem with XamComboEditor item selection. My NetAdvantage version is 2012.2 v12.2.20122.229 and I use Windows 7 x64. I do not know if you still support this version, but here is my problem anyways:

My example demonstrates how I take a collection and bind it to a XamComboEditor and then call ToList() on it and bind it to a second XamComboEditor. Then I will select an item in both boxes, this will work correctly if you add a return; statement right after. If I however do EXACTLY the same thing again, no item will be selected in the box with the ToList() binding. In the other box the item will be selected correctly. The item I am selecting both times is Equal by obj reference AND the Equals method.

example.zip
Parents Reply Children