Skip to content

Commit c506976

Browse files
authored
docs(grid): Fix misleading statements
1 parent f96f8d9 commit c506976

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)