Grid LoadData documentation #108

Open
opened 2026-01-29 17:31:42 +00:00 by claunia · 0 comments
Owner

Originally created by @dtitovgis on GitHub (Jun 7, 2021).

https://blazor.radzen.com/datagrid-loaddata

In code tab need use:
// Important!!! Make sure the Count property of RadzenDataGrid is set.
count = employees.Count;
Instead of:
// Important!!! Make sure the Count property of RadzenDataGrid is set.
count = dbContext.Employees.Count();

Originally created by @dtitovgis on GitHub (Jun 7, 2021). https://blazor.radzen.com/datagrid-loaddata In code tab need use: // Important!!! Make sure the Count property of RadzenDataGrid is set. count = employees.Count; Instead of: // Important!!! Make sure the Count property of RadzenDataGrid is set. count = dbContext.Employees.Count();
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#108