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
765
Custom ExpandableFieldRecordPresenter Style only for last hierarchical level
posted

Hi,

I'd like to apply the Custom ExpandableFieldRecordPresenter Style from the feature browser. but only to the last level of my hierarchy. How can I do this?

  • 138253
    Offline posted

    Hello,

    I am just checking the progress of this issue. Please let me know if I can provide you any further assistance.

  • 138253
    Offline posted

    Hello,

     

    It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking through your post and I suggest you set a Key for the ExpandableFieldRecordPresenter style ( e.g. MyStyle ) and use the following XAML code in the FieldLayout you want to use the Style:

     

    <igDP:FieldLayout.FieldSettings>
        <igDP:FieldSettings ExpandableFieldRecordPresenterStyle="{StaticResource MyStyle}"/>
    </igDP:FieldLayout.FieldSettings>
    

     

    Feel free to write me if you have further questions.