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
2150
KeyMatchingEnforced ignored nowadays?
posted

I am having trouble with fieldlayouts in xamDataGrid where AutoGenerateFields is False.

 

Basically the grid is picking out a random field layout from my xaml for a nested relationship (hierarchy of related rows beneath a row).

 

I thought I could avoid the very undesirable behavior (random selection of a field layout) by using KeyMatchingEnforced="True" on all or one of the unmatching fieldlayouts.  However, despite a clearly mismatching Key value on the random fieldlayout in question, the xamDatagrid is still picking it out for use.


Reading the KeyMatchingEnforced property documentation, there is a "Note:" for version 9.2.  Am I correct in assuming that this note is a caveat that implies KeyMatchingEnforced no longer works properly?  (ie. possibly for compatibility reasons or such)