Hi,
Is it possible to display small grid inside each data card, not just list of name/value pairs ?
Thanks,
Ed
Hello Ed,
Thank you for your post. I have been looking into it and I can say that since XamDataCards derives from DataPresenter it is almost organized the same way as XamDataGrid. It also has DataRecordPresenters which contains CellValuePresenters and LabelPresenters. If you change the container style you will lose the built in functionalities and also I am not completely sure how do you want the Cards to look like with grids inside them and what functionality you want to achieve with this.