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
20
XamComboEditor RequireEmptyConstructorException when CustomValueEnteredAction="Allow"
posted

This is specifically to having a DataView as the underlying datasource, and, specific to the comma char. I can type all I want, letters, numbers, spaces, or going back, but the comma character (and possibly other non-alpha chars, although I haven't checked them) causes the XamComboEditor to attempt to create a new DataRowView. Since that class has no parameterless constructor, it fails. My understanding is that this should NOT be happening when CustomValueEnterAction="Allow".