Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
575
Fieldchooser: how to...
posted

Hi,

I've a question to the Fieldchooser (in my case of the XamDataCard).

1. My XamDataCard has three Fieldlayouts I've defined. If I open the Fieldchooser I see all the three Layout in the combobox at the top. What I want is, if I switch in the combobx to another layout, the layout of the underlying XamDataCard shall be changed also. How can I do this?

2. The Property XamDataCards.dataCard.FieldLayoutSettings.HeaderPrefixAreaDisplayMode takes no effect, if I set the value to HeaderPrefixAreaDisplayMode.FieldChooserButton. Is it possible to place a FieldChooserButton in a XamDataCard?

thanks and greets....
Marco

Parents
No Data
Reply
  • 320
    posted

    Hi Marco,

    I'll try to answer your second question.

    The HeaderPrefixArea is not visible in XamDataCards control. That is why HeaderPrefixAreaDisplayMode has no effect. But there is something you can do to show the FieldChooser. You can retemplate the DataCard itself to add a button to each card. Or you could retemplate the whole XamDataCards control and add a button there. In both cases specify a command binding to that button. You need the ShowFieldChooser command. Then if you click the button the field chooser should appear.

    Hope this helps.

    Regards,

    Ivan

Children