Blazor DataGrid in .NET 8 🔥

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

Table of Contents:
00:00 Blazor DataGrid in .NET 8
00:28 Create the Project
01:54 Add the NuGet Package
03:04 First QuickGrid Implementations
06:35 Column Titles
07:15 Format
07:41 Sorting
08:17 Column Options & Template Columns
13:32 Pagination

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

Its a good starting point for other developers to add stuff ot the grid i feel grids for far to long have been left to telerik or synfusion

dotnetdevni
Автор

👍 Any plans to make a next video on Blazor's DataGrid? If so, interesting topics would be how to pass parameters from the DataGrid to a detail screen and how to customize the look and feel using its css.

mrasoft
Автор

Happy birthday Patrick. I was looking for a straight forward example of QuickGrid.
Thanks.

joaoalbertofn
Автор

Short and sweet! Creating an editable grid would be a great subject for the next video 😉

perhejndorf
Автор

Excellent! Right to the point, no history of Microsoft and .NET. Thank you for giving me simple, straight answers.

abouttimebrewing
Автор

.NET 8 bringing on cool stuff as it should 🤓 Thanks Patrick 🥳

liorocker
Автор

Ein weiteres tolles Video. Vielen Dank für all die Mühe die Sie hineinstecken 🙂

raphaellukas
Автор

Grats on your 40k subs and your birthday, Patrick.

CRBarchager
Автор

Very good video, Do you know if they have a print function to print the datagrid?

joeyguerrieri
Автор

I'm a simple man. Patrick posts a video, i come to the video to give a thumbs up. Keep up, mate :)

joaogabrielv.m
Автор

Great content, Can you use a modal popup with the quickgrid?

scubaaddict
Автор

can you do

<div class="row g-2 sensors">
<GuickGrid>
<TemplateColumn>
<div class="col-xxl-4 col-xl-6 col-sm-12">
<div class="sensor loading" style="height:145px;">
</div>
</div>
</TemplateColumn>
</GuickGrid>
</div>


Is it possible to achieve this using Virtualize? I am currently unable to write a demo code for it due to limited expertise with Acuity.

pankitpatel
Автор

Very nice. How can I add the easy reading (the lines with the alternating gray and white background)

GIMMYK
Автор

Very good. I would like to see how to make the column headers fixed. position: sticky ??

timaltonji
Автор

Hi Patrick.
I am from Brazil, first of all congratulations for sharing this excellent content, I learned a lot from your videos.
I really liked this new component, one thing I do a lot in grid, is to leave a highlighted line with a colour, for example, if the temperature is below -20 put the background colour of the line in yellow. Is it possible to do this in QuickGrid?
Thanks for your help!

edscorreia
Автор

Is there a way to select all rows in a syncfusion.ej2.blazor.grids component? been searching for a while now and not able to find. Any help is greatly appreciated.

karthik-vignesh-k
Автор

Thank you for the video.

I tried loading 6000 records but it took sometime to load. Can you please do a video on how we can handle large datasets using the grid

jabulanimsomi
Автор

Excellent, what is you computer specification and also do you have course net maui with blazor.

dfmf
Автор

It should have bootstrap as default styling
if you want to copy and paste an existing row, use ctrl+d

kourosh
Автор

Thanks Patrick! keep the good content.

DanielEliasKana