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?
Hello,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Thanks much for the solution. This did the trick. Looking through the 500 lines of code style I didn't see where you made changes to make this work.
I was hoping for a simple property that would allow control of the visibility for each of the different components (pinning, recordSelector, etc.). Cut and paste of the entire 500 lines of code with small modifications seems like a maintenance headache long term. This headache will become even more apparent when trying to merge styles from future infragistics releases/patches.
Kind Regards,
Daniel