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
2170
RecordSelector not updated when programatically set Record.IsSelected
posted

Hi,

While I'm setting the IsSelected property of Record, the triangle in the RecordSelector remains unchanged, which brings some confusion to the end user. Is it possible to hide this triangle when the selected status changes? Thanks.

Parents
No Data
Reply
  • 69686
    Verified Answer
    posted

    Hello,

    The RecordSelector is used to select a record, but actually points to the ActiveRecord. Only the active record will have the black rectangle in front of it and there can be only one active record at a time. The selected records are distinguished by the background selected brush property of the DataRecordCellArea element.

Children
No Data