Skip to content

Commit 9c4af04

Browse files
authored
docs(grid): Fix misleading statements (#2684)
* docs(grid): Fix misleading statements * Update refresh-data-not-applicable.md
1 parent 0f43ed9 commit 9c4af04

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#refresh-data-note
2-
>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.
3-
#end
2+
>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.
3+
#end

components/grid/refresh-data.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ You can refresh the Grid data by using the `Rebind` method exposed to the refere
174174

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

177-
>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.
178-
179177
## New Collection Reference
180178

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

0 commit comments

Comments
 (0)