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
495
Removing record selector when horizontal
posted

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.

  • 69686
    Verified Answer
    posted

    Hello,

    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.