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
1531
Removing row selected and row hover highlighting entirely
posted

Hello all,

Does anyone know how to completely remove the row hover and row selected highlighting?  I want to achieve something more like Excel where the user can multi-select cells in the grid and only those cells receive highlighting.  With the row hover and row selected highlighting in place, it makes it difficult for the user to see exactly which cells are selected - especially if the cells are in the same row.

Thanks,

Steve Wall

Parents
  • 54937
    Verified Answer
    Offline posted

    You could probably provide a custom style for the DataRecordCellArea (e.g. using the FieldLayoutSettings.DataRecordCellAreaStyle) and then either retemplate that element as needed or possibly just set the various background properties (e.g. BackgroundActive, BackgroundHover) to Transparent or x:Null.

Reply Children
No Data