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
695
Implementing column selection
posted

is it possible to have a whole column highlited when a user clicks on the label for that column?

Parents
  • 8576
    Offline posted
    Hi Martin -
     
    To highlight the cells in a particular column when the column header is clicked, you will need to set the FieldSettings.LabelClickAction to 'SelectField'. 
     
    You can set this for all Fields by accessing the FieldSettings object on the XamDataGrid, or you can set it for a particular Field by accessing the Settings property (which returns a FieldSettings object) of a particular Field.
     
    Joe
     
     
Reply Children