.NET 8 QuickGrid: Effortless Add, Update, Delete, Filter, Sort & Paginate – No More External Library

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

# Source Code

# Here's a follow-up section to encourage engagement and support for Netcode-Hub:
🌟 Get in touch with Netcode-Hub! 📫

# ☕️ If you've found value in Netcode-Hub's work, consider supporting the channel with a coffee!
Рекомендации по теме
Комментарии
Автор

your blazor videos are really awesome i'm very appreciate this . good work bro

adreesumer
Автор

Hi Netcode-Hub,
Great tutorial! Thank you so much.
May you have a prosperous new year!

FearGod
Автор

Thank you for this powerful knowledge. Your code worked out of the box! Thank you sir!

JoshuaSales-jqfm
Автор

This reminds me of aspx Gridview control. Life is full circle

amitkumdixit
Автор

Hi Thank you very much for the fruitful video, is it possible to add select all check box to select all the items at one go at the top of grid infront of PersonId

faridulhuk
Автор

Hello,
I want to capture keyboard and mouse events on the cells displayed on the screen, similar to Excel. For instance, displaying the sum of numbers in the selected cells in the status bar. Can I achieve this using the QuickGrid control? Similar events to those in the DataGridView in desktop applications.

AliGUNTURK-zsqh
Автор

can you implement onclick events on the quick grid rows?

mihaimyh
Автор

Hiee Bro....Please make video on Blazor Server or Wasm related with Daily used you also make a video of BILL TRACKER and BKAZOR SERVER JOB PORTAL and other things. That was a great video for understanding the total concepts. I am thankful for you

manojpant
Автор

Hi can you please guide me where to start learning blazor in your channel from scratch

kkpzxhc
Автор

bro in blazor web assembly why we can't debug the code in razor page code section . when i add the breakpoint its not hit at my breakpoint .

adreesumer
Автор

Why we need to loop through PersonsList and copy the contents to PersonsQueryable one by one.

I think, below line should do the same.

PersonsQueryable = PersonsList.AsQueryable();

maneshwar
Автор

I'm having trouble with Fluent UI DataGrid in my Maui Blazor Hybrid app (Fluent UI latest version, Maui Blazor Hybrid).
After adding the script

<script app-name="{NAME OF YOUR APP}" to my index.html,
the app gets stuck on "Loading..." and won't load fully.
showing this line of index.html file of body tag
<div id="app">Loading...</div>

Any ideas or suggestions !

shaileshpandey
Автор

sir can you add search for quick grid? thanks.

lantisdylan
Автор

For Update - There's no need to remove the object from the list and re-insert it (very inefficient). Objects are reference types. Once you have a reference to the object, just update the object as it is one and the same as the object in the list

maneshwar
Автор

Man it is a pain to style... in dark mode

haha-hktx