🔥Remote Data & Pagination with Blazor's QuickGrid

preview_player
Показать описание

---
Table of Contents:
00:00 Project Overview
02:28 Use the GridItemsProvider
05:31 Add the skip & limit Parameters
08:51 Implement the Count

#DotNet #Blazor #QuickGrid
Рекомендации по теме
Комментарии
Автор

Will be good to see this datagrid but with data from a sql database and server side pagination. For example 1M records and just show in first page 50 records and have the pagination to navigate tru pages.

agaitan
Автор

Nice, now I would like to see this combined with column sorting and filtering for example.

augustusdevree
Автор

I have a question regarding a dropdown menu. When I select a specific ID from the menu, I want to fetch the details associated with that ID and display them with pagination. How can I achieve this?

_rajyadav
Автор

Is there a way to use this with Cursor pagination instead of skip and take which is less performant the larger the dataset is?

philasmar
Автор

The pagination is not working for me in current version. I.e. nothing happens when I'm clicking "next" arrow. Did You notice that too in recent .Net 8 versions?

pawenowak
Автор

Would you consider doing a video explaining QuickGrid virtualization and the use of PlaceholderTemplate? I have not been able to find any placeholder examples anywhere and besides mentioning that it exists, the docs do not go into much detail.

slackerbelmont
Автор

How about paging without quick grid, can you show that?

troymitchel
Автор

thank you, there are not much reference about blazor and quickgrid

parsalotfy
Автор

Hi Patrick iam following you videos iam working under dot ner core your Al video more help full for me now i have work in digital certificate management checking revocation of certificate offline and online will help to do that

FerozVox
Автор

and question: is that possible at all, to select the entire row by mouse hover event in multicolumn QuickGrid?

Автор

Please make one video with virtualization on blazor server 😁

DavidAlexandru
Автор

Ok, your solution works but you are doing your own plumbing inside the api controller.
Wouldn't it be more judicious to use a standard like oData for that purpose ? You would as well benefit of builtin filtering and sorting instead of only pagination without the need to implement those by yourself. Does quickgrid support oData for data source ?

pascalsi
Автор

10 years ago with gridview I did it in 1 minute. Today, a whole science has been created around sorting and paging with a single table. For this reason, the database administration Blazorr should be avoided. Maybe some things for end users can be good, but definitely Blazoe is not for administration, there are much better "old" solutions for that.

bulicminda