Hi,
I'm trying to create a simple(ish) ListView that uses a GridView as its View - rather than the all out complexity of the C1DataGrid.
I'd like to do the following:
using C1.Schedule;
...
fef = new FrameworkElementFactory(typeof(C1.Schedule.C1DateTimePicker));
but the intellisense doesn't show the C1DateTimePicker as a possibility.
So I thought I'd go back and try to drag and drop a DTP onto my wpf user control just to be sure it can be instantiated. I get an error:
'Error Template' property cannot be data-bound. Parameter name: dp.
Yet if I do a simple project and drag/drop a DTP onto that all is OK.
Any ideas on what is the problem here?
Are the 2 things even related?
Thanks