|
|
|
|
|
---|---|---|---|---|
Monday, November 18, 2024 | Cold | Partly cloudy | 3 | 37.4 |
Tuesday, November 19, 2024 | Cold | Sunny | 0 | 32 |
Wednesday, November 20, 2024 | Cold | Partly cloudy | -2 | 28.4 |
Thursday, November 21, 2024 | Cold | Cloudy | -2 | 28.4 |
Friday, November 22, 2024 | Cold | Sunny | -1 | 30.2 |
Saturday, November 23, 2024 | Cold | Sunny | 0 | 32 |
Sunday, November 24, 2024 | Cold | Cloudy | 0 | 32 |
Monday, November 25, 2024 | Cold | Partly cloudy | -1 | 30.2 |
Tuesday, November 26, 2024 | Cold | Sunny | -4 | 24.8 |
Wednesday, November 27, 2024 | Cold | Sunny | -3 | 26.6 |
Thursday, November 28, 2024 | Cold | Sunny | -1 | 30.2 |
Friday, November 29, 2024 | Cold | Sunny | -4 | 24.8 |
Saturday, November 30, 2024 | Cold | Partly cloudy | -4 | 24.8 |
Sunday, December 1, 2024 | Freezing | Cloudy | -13 | 8.6 |
Monday, December 2, 2024 | Cold | Sunny | -12 | 10.4 |
Data grid with 15 rows and 5 columns
The Blazor Loading Panel can indicate execution progress. Loading Panel APIs include:
- IndicatorAnimationType - Specifies the animation type used for the Loading Panel's indicator.
- IsContentBlocked - Specifies whether users can interact with content under the Loading Panel.
- ApplyBackgroundShading - Specifies whether to shade the target content.
- CloseOnClick - Specifies whether the Loading Panel closes on target content click.
- Visible - Specifies whether the Loading Panel is visible.
If you activate the IsContentBlocked option, users cannot interact with content under the Loading Panel. In this demo, you can click the Memo to close the Loading Panel and check the Show panel check box to display the component again.
The Loading Panel supports the following customizations of its indicator:
- IndicatorAreaVisible - Specifies whether the indicator's content area is visible.
- IndicatorCssClass - Specifies the CSS class name applied to the indicator.
- IndicatorTemplate - Specifies the template for the indicator's custom content.
- IndicatorVisible - Specifies the indicator's visibility.
- TextAlignment - Specifies how the Loading Panel positions its text relative to the indicator.