Skip to content

Commit 55b2e49

Browse files
docs(grid): selection change event fires when observable data changes - explicit doc
1 parent 6ca45c9 commit 55b2e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/selection/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ When the grid `Data` collection changes, the `SelectedItems` collection has the
120120
* When using an `ObservableCollection` for the grid `Data`- If an item is removed or the entire data is cleared using the collection's `.Clear()` method, it will automatically update the `SelectedItems` collection too (the removed Data items will be removed from the Selected Items collection).
121121

122122
* The other CRUD operations (Create and Update), you should use the grid [editing events]({%slug components/grid/editing/overview%}) to handle the situation according to your business logic and preferred behavior.
123-
123+
* When the data changes and the selected items are cleared, the `SelectedItemsChanged` event will fire with the empty collection. If you are using two-way binding, the collection will be cleared.
124124

125125

126126

0 commit comments

Comments
 (0)