Open sperry1625 opened 1 year ago
Hi @sperry1625
After thorough testing, we couldn’t replicate the problem. Please ensure that you are using the latest version, or try the following steps to set the row selection by default
https://learn.microsoft.com/en-us/power-platform/guidance/creator-kit/detailslist#set-row-selection
Sample query which I used to test.
Also please note that you need to add the RecordSelected field to the Fields for the control.
Describe the bug If a collection contains a column to indicate a row is selected, ex.
IsSelected
, when the grid is displayed, the records withIsSelected
set to true are not selected in the detail list.To Reproduce Steps to reproduce the behavior:
IsSelected
.IsSelected
is trueRecordSelected
property to the boolean column to use for selection."IsSelected"
Expected behavior To display the records in the collection with the records with column
IsSelected
set to true to be selected in the list.Screenshots N/A
Additional context I tried creating an
InputEvent
forSetFocusOnRowSetSelection
andSetSelection
. None of these worked.This should work for selecting a record and clearing all selections and it does not.
AB#957