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
405
Record Fixing vs. Record Selector
posted

I was following the example for "Fixed Records" inside your samples and applying it to my application.  I found that the Pinning Button and the RecordSelector icons are undesirably tied together. 

Using the following code yields the UI that displays both the record selector and the pin icons:

<igDP:FieldLayoutSettings AllowRecordFixing="Top" 
                            RecordSelectorLocation="Default"
                            FixedRecordUIType="Button"


The following code hides the record selector and the pinning icon:
<igDP:FieldLayoutSettings AllowRecordFixing="Top"                              RecordSelectorLocation="None"                             FixedRecordUIType="Button"


How do I hide the record selector icon and show the pin icon?

Parents Reply Children
No Data