Dear Support team!
I've got an issue with grid control. I fill data source for the grid from a query to get data from the database.after executing the query, although data have but they are not displayed on the grid. And from the executing time that can not show data on the grid, the next times' data will be not shown, too.
Pls refer as the below gif:
Hello,
My team and I have done an initial review of this forum thread, and I would like to confirm the behavior you are seeing in this case as I’m not sure I completely understand. It sounds like you are seeing a behavior where the IgbGrid is not showing the data source initially after your query to the database, and then not showing changes after subsequent calls. If this is the case, I have some questions for you. Can you please provide some information on the following?
1. Is the initial call populating an already instantiated, empty collection or is it creating a new one? Same for the subsequent calls – is it updating an existing collection or replacing one?
2. What version of Ignite UI for Blazor NuGet packages are you using?
3. Are you using Blazor Server or Blazor Web Assembly in this case?