Hello,
I've two questions to DataCards:
1. I want to show only one card. What's the best way to do this?Is it possible to use a DataCard-Item without a XamDataCards-Form-Object or had I use a XamDataCards-Object and fill this with only one Item?
2. I want to place my own Button with new functionality in the header of each card. Is it possible? How? ;o)
Greets and many, many thanks...
Marco
Hello michaelgr12345,
I have been looking into the description that you have provided and I suppose that you want to change the content of the Button when the value of the “equipment” cell changes. If this is correct you can create a Binding object in the Loaded event for the Card, which will bound the Value property of the cell that you want to the Content property of the Button in the header of the Card. I have created a sample application for you that follow the above approach.
Please let me know if this is what you are looking for of I have misunderstood you in any way.
Looking forward to hearing from you.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
OK I will try this.
Another thing is that when the datacards area changes (the datacards area is located in a grid with gridsplitter), the cards location changes and it results in cards overlapping (probably the buttons on the headers) and the button header content is not right (not consistant to the actual content of the card). How can i fix that?