Hi
I am using the xamDatacards in my project to display client info.
When the user click the cell a different screen is displayed.
My problem is that sometimes (quite frequently) when the user goes to click on the datacard they end up click inbetween the cells in the card which resizes the height instead of of performing the recordactivated action.
How do i disable the ability of resizing the cells in the datacard?
I am glad I was able to help you. Thanks you for your question I am sure it will be helpful for other members.
-Slavi
perfect! thanks.
You can use the DataRecordSizingMode property located under FieldLayoutSettings to Fixed or SizedToContentAndFixed:
<igDP:XamDataCards >
<igDP:XamDataCards.FieldLayoutSettings>
<igDP:FieldLayoutSettings DataRecordSizingMode="SizedToContentAndFixed"/>
</igDP:XamDataCards.FieldLayoutSettings>
</igDP:XamDataCards>
Let me know if this was what you were looking for or if you have any other questions.
Thanks,
Slavi