Telerik Grid OnRead Event endless loading

0 Answers 215 Views
General Discussions Grid
Kat
Top achievements
Rank 2
Kat asked on 12 May 2023, 09:24 AM

I have a grid that loads big data. We used to use the ObservableCollection but opted to use the OnRead for better performance (loading takes time when using ObservableData). We have EventAggregators and PropertyChanged events running async OnInitialised().. Does this affect the OnRead event? We manually track the Add, Edit/Update, Delete and Duplicate actions on the grid.

So upon running our blazor app, the grid won't load the data on the grid and has the loading animation on endless loop. (Tried waiting for it to load for about 2 hours). Also tried debugging line per line from which I saw that upon executing the OnRead, the args,Data and args,Total were popullated properly.

Kat
Top achievements
Rank 2
commented on 04 Jul 2024, 07:24 PM | edited

args.Data = result.Data

It returns data but still keeps loading

No answers yet. Maybe you can help?

Tags
General Discussions Grid
Asked by
Kat
Top achievements
Rank 2
Share this question
or