Does the XamDateTimeInput control and more generally the Windows UI controls work in a Windows 8.1 targeted project?
Hello,
Thank you for your post. We have a known issue with the WinUI controls and my suggestion is to add the required assembly files for the XamDateTimePicker in order to use it :
I have logged this behavior with our developers in our tracking system, with an issue ID of 158897. I have also created a support ticket on your behalf with number CAS-128279-C6K4N6 in order to link the development issue to it so that you are automatically updated when a Service Release containing your fix is available for download.
Unfortunately this doesn't seem to help.
When using “Infragistics for Windows UI” from the Windows Extensions section of the References Manager, I get an error when opening the page containing the control.
XamlTypeInfo.g.cs
public global::Windows.UI.Xaml.Markup.IXamlType GetXamlType(string fullName)
Infragistics.Controls.Primitives.ResourceProviderWithOverrides<Infragistics.Controls.Editors.CalendarResourceId>
An exception of type 'System.ArgumentException' occurred in mscorlib.dll but was not handled in user code
When importing each reference individually, I don’t get the error, but I don’t see the control either. Where the control is defined in the xaml, there is just a blank space. This goes for the XamGrid control as well.