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.
Stefan,
I would like to have data cards with small read-only grids inside - 4 columns and usually 2 rows, might be 3 or 4 rows sometimes. Each data card will correspond to single US state. Now I am in the process to create WPF prototype for legacy VB6 application. Existing VB form has a single grid which was divided to small manually formatted pseudo-grids.
After some research Grids as CardLayout has been determine as a new Product Idea. I have sent your Product Idea directly to our product management team. Our product team chooses new Product Ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested ideas, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your idea is chosen for development, you will be notified at that time. Your reference number for this Product Idea is PI12120072
If you would like to follow up on your Product Idea at a later point, you may contact Developer Support management via email. Please include the reference number of your Product Idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you very much!
I have another question about xamDataCards behavior. I created some screenshots. On first one I have several data cards, and all of them are not collapsed. On second picture I manually collapsed some of the cards, their positions are not changed. On third picture xamDataCards control rearranged the cards after I collapsed the first one (which has Delaware header). Is it possible to turn off this rearranging feature ?
I wasn't able to reproduce your beahvior on my side, but i can suggest you try to set the XamDataCards' ViewSettings' MaxCardCols and MaxCardRows Properties as per your your requirements.