Currently I have a custom data object that is bound to a XamDataGrid, I use PropertyDescriptors to define what field are in the custom data object.
The PropertyDescriptors will let the XamDataGrid that it has to create 7 Fields ( Columns ) even though pysically the data object only contains 2 public properties.
Basicly you can access the data on the custom object [XXX].
This has worked perfect in the XamDataGrid.
Does the DataCards support this functionality ? If take the same data object and bind it to the xamDataCards, I only get the two public properties define on the data object instead of the 7 I would normally get in a XamDataGrid.
Thanks
Hi Peter
Thank you for the response and answer.
The DataCards working good. I did get it to work after reading the links you provided.
Allen
Hello Allen,
I was just wondering if you managed to accommodate your DataObject to the new control and if you require any further assistance with it.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
Regards Petar.
Our WPF product has the so called DataPresenterFamily consisting of 4 controls – xamDataCarousel, xamDataGrid, xamDataCards and the xamDataPresenter which all derive from the DataPresenterBase class in order to be able to handle differently the same DataSources. So you shouldn’t have any trouble using the same data object.
For further reference about the DataPresenterFamily follow this link from our online documentation: http://help.infragistics.com/NetAdvantage/WPF/2010.2/CLR4.0/?page=WPF_The_Data_Presenter_Family.html
Please let me know if you require any further assistance on the matter.
Sincerely,
Petar Monov
Developer Support Engineer
Infragistics Bulgaria
www.infragistics.com/support