Skip to content

Commit 3500c7d

Browse files
docs(common): clarifications on initial load and onread
1 parent dc2b8cf commit 3500c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common-features/loading-sign.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ The following list shows the components that have a built-in loading sign for da
3939
4040
-->
4141

42-
* [**Grid**](https://demos.telerik.com/blazor-ui/grid/loading-animation) - a loading sign covers the data portion of the component for slow data operations such as paging, filtering, sorting, grouping, expanding groups with load-on-demand; editing, inserting and deleting records. It is shown when the `OnRead` event is called.
42+
* [**Grid**](https://demos.telerik.com/blazor-ui/grid/loading-animation) - a loading sign covers the data portion of the component for slow data operations such as paging, filtering, sorting, grouping, expanding groups with load-on-demand; editing, inserting and deleting records. It is shown when the `OnRead` event is called (except on the [initial load](#initial-data)).
4343

44-
* **ListView** - a loading sign covers the data portion of the component for slow data operations such as editing, inserting and deleting records. It is also shown when the `OnRead` event is called.
44+
* **ListView** - a loading sign covers the data portion of the component for slow data operations such as editing, inserting and deleting records. It is also shown when the `OnRead` event is called (except on the [initial load](#initial-data)).
4545

4646
<!--
4747

0 commit comments

Comments
 (0)