Hello, I am trying to make a custom style/template for the XamDataGrid. According to recommendations in other threads, I copied the infragistics default files DataPresenterGeneric.xaml, DataPresenterGeneric_Express.xaml, and DataPresenterGeneric_Brushes.xaml into the Resource dictionary of my project and added them as resource dictionaries.
When I try to build the project I get an error 'Property Path does not have a value' from DataPresenterGeneric_Express.xaml,
and the error 'No constructor of type Relative Source has 3 parameters' from DataPresenterGeneric.xaml.
Any ideas? I attached the project.
Kind regards,
Rainer
Have a look at this thread:
http://blogs.infragistics.com/forums/p/35919/209644.aspx
The last reply of Andrew Smith
And also the Image directory is missing in your Resource folder. See attachment.
Hope this Helps.
-Slavi