Hello,
I'm using the datagrid in a horizontal mode, and I want to get rid of the "record selector" area, so I can show the grid "insides" only.Any clue on how to do that?
Edit: also, how do I disable any sort ability on the horizontal headers?
Thank you.
To remove the record selector, you can set the RecordSelectorLocation property of the FieldLayoutSettings to None.
To Remove sorting, you can set the LabelClickAction of the FieldSettings to Nothing.
Hope this helps.