Unplanned
Last Updated: 01 Sep 2023 11:16 by Terry
Terry
Created on: 01 Sep 2023 11:16
Category: PivotGrid
Type: Bug Report
2
Local data binding: if the data arrives after PivotGrid initializes, the component does not display it

I am binding the PivorGrid to local data and I am validating that the list contains some records. However, the PivotGrid appears empty. It looks like if the data arrives after PivotGrid initializes, the component does not display it.

Reproduction: https://blazorrepl.telerik.com/GnYDuvFP13H5RQwk31.

===

ADMIN EDIT

===

A possible option to handle the scenario for the time being is to ensure the PivotGrid initializes only when the data is available. For that purpose, you can conditionally render the component based on the data count. Optionally, you can show a LoaderContainer while the data is being fetched.

Here is an example that showcases the approach: https://blazorrepl.telerik.com/cdujObbF15YVdqvR54.
0 comments