Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _contentTemplates/common/refresh-data-not-applicable.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#refresh-data-note
>note As part of our `3.0.1` release we introduced the `Rebind` method to the component reference. This would make the rest of the approaches in this article obsolete.
#end
>note As part of our `3.0.1` release we introduced the `Rebind` method to the component reference. This can make some of the approaches in this article obsolete, especially resetting the collection reference.
#end
2 changes: 0 additions & 2 deletions components/grid/refresh-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ You can refresh the Grid data by using the `Rebind` method exposed to the refere

@[template](/_contentTemplates/common/observable-data.md#tip-for-new-collection)

>note If you are using the [OnRead event to implement the data operations manually](slug://components/grid/manual-operations), you must not use the `.Add()`, `.Remove()` or `.Clear()` method of an observable collection - the grid monitors that collection and it fires the `OnRead` event when it changes, so calling those methods will result in an infinite loop. Either create a new collection, or use a simple List, or do not use OnRead with observable data.
## New Collection Reference

@[template](/_contentTemplates/common/observable-data.md#refresh-data)
Expand Down
Loading