You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Is this request for a new component, or additional functionality for an existing component? **
Existing component, DetailsList
Have you validated that your desired feature or component is not already in the backlog?
Yes
Describe the component and functionality you would like to see in the starter kit
Could the Details List documentation be updated with an example of how to handle de-select events on a DetailsList (e.g. on select add something to a collection, on remove remove something from a collection).
Both Paging as well as Search on the DetailsList clears the components SelectedItems so quite often you need to maintain what's been selected in a collection, and an example of how to do that would be great to have in the documentation.
Describe alternatives you've considered
Trying to figure it out through trial and error.
The text was updated successfully, but these errors were encountered:
In addition, selections in general. I have a column in my collection, IsSelected, to have the ability to programmatically select a row. But I would like to update that column to reflect a change by the user, if they select a new row. The problem is when I try and update the underlying collection based on what the user selected, it causes the OnRowSelectionChange to get called over and over and then the list, even though a row is selected, the List.Selection property is Blank(). So now I have no isea what is selected.
**Is this request for a new component, or additional functionality for an existing component? **
Existing component, DetailsList
Have you validated that your desired feature or component is not already in the backlog?
Yes
Describe the component and functionality you would like to see in the starter kit
Could the Details List documentation be updated with an example of how to handle de-select events on a DetailsList (e.g. on select add something to a collection, on remove remove something from a collection).
Both Paging as well as Search on the DetailsList clears the components SelectedItems so quite often you need to maintain what's been selected in a collection, and an example of how to do that would be great to have in the documentation.
Describe alternatives you've considered
Trying to figure it out through trial and error.
The text was updated successfully, but these errors were encountered: