Skip to content

Commit 69c36fd

Browse files
dimodiikoevska
authored andcommitted
Update components/grid/loading-animation.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent e3d04aa commit 69c36fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/grid/loading-animation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ The Grid `EnableLoaderContainer` parameter determines if the component will show
2525

2626
## Show LoaderContainer on Initial Load
2727

28-
The Grid will not display a loading animation during its initial rendering and data load. The component cannot know when or even if data will be provided to it, especially when using the Grid `Data` parameter. Initial automatic loading sign can either show indefinitely, or it could prevent the user from altering any saved Grid state (such as changing filters). If you want to display a loading animation on initial load, you can use a [LoaderContainer component]({%slug loadercontainer-overview%}). See the example below or the [Grid Loading Animation Live Demo](https://demos.telerik.com/blazor-ui/grid/loading-animation).
28+
The Grid does not display a loading animation during its initial rendering and data load. The component cannot know when or even if data will be provided to it, especially when using the Grid `Data` parameter. An initial automatic loading sign can either show indefinitely, or it could prevent the user from altering any saved Grid state (such as changing filters).
29+
30+
If you want to display a loading animation on initial load, you can use a [LoaderContainer component]({%slug loadercontainer-overview%}). See the example below or the [Grid Loading Animation Live Demo](https://demos.telerik.com/blazor-ui/grid/loading-animation).
2931

3032
## Example
3133

0 commit comments

Comments
 (0)