Happy birthday Patrick. I was looking for a straight forward example of QuickGrid. Thanks.
@PatrickGod Жыл бұрын
Thanks! 😊
@perhejndorf3613 Жыл бұрын
Short and sweet! Creating an editable grid would be a great subject for the next video 😉
@dotnetdevni Жыл бұрын
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
@CRBarchager Жыл бұрын
Grats on your 40k subs and your birthday, Patrick.
@PatrickGod Жыл бұрын
Thank you! 😊
@joaogabrielv.m328 Жыл бұрын
I'm a simple man. Patrick posts a video, i come to the video to give a thumbs up. Keep up, mate :)
@PatrickGod Жыл бұрын
Thank you so much! 😊
@abouttimebrewing3215 Жыл бұрын
Excellent! Right to the point, no history of Microsoft and .NET. Thank you for giving me simple, straight answers.
@mrasoft7184 Жыл бұрын
👍 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.
@raphaellukas3328 Жыл бұрын
Ein weiteres tolles Video. Vielen Dank für all die Mühe die Sie hineinstecken 🙂
@joeyguerrieri37107 ай бұрын
Very good video, Do you know if they have a print function to print the datagrid?
@liorocker1 Жыл бұрын
.NET 8 bringing on cool stuff as it should 🤓 Thanks Patrick 🥳
@GIMMY2K19 ай бұрын
Very nice. How can I add the easy reading (the lines with the alternating gray and white background)
@timaltonji8036 Жыл бұрын
Very good. I would like to see how to make the column headers fixed. position: sticky ??
@luisfernandodeolazabalsche3317 Жыл бұрын
Muchas gracias.
@MachineofLight Жыл бұрын
Happy belated birthday!
@PatrickGod Жыл бұрын
Thank you! 😅
@DanielEliasKana Жыл бұрын
Thanks Patrick! keep the good content.
@karthik-vignesh-k11 ай бұрын
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.
@ndasss95633 ай бұрын
Can we use this with mvc project?
@scubaaddict10 ай бұрын
Great content, Can you use a modal popup with the quickgrid?
@pankitpatel1987 Жыл бұрын
can you do 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.
@kourosh234 Жыл бұрын
It should have bootstrap as default styling if you want to copy and paste an existing row, use ctrl+d
@edscorreia Жыл бұрын
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!
@PatrickGod Жыл бұрын
Hi Edson, unfortunately, it seems this is not possible for now. But, you might want to push this issue on GitHub: github.com/dotnet/aspnetcore/issues/45477 Cheers!
@michaelrafales27827 ай бұрын
Thank you!
@imadabab Жыл бұрын
Excellent Video. Thanks a lot.
@dfmf1982 Жыл бұрын
Excellent, what is you computer specification and also do you have course net maui with blazor.
@modelo70hehe Жыл бұрын
Obrigado. Você salvou meu dia.
@BloodVinksz Жыл бұрын
Why in my paging, the state is not working?
@Bech285Ай бұрын
Anyone able to get the adapter working with entityframework?
@meauris Жыл бұрын
Tailwind css in blazer would be great!
@jabulanimsomi2022 Жыл бұрын
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
@eltrading Жыл бұрын
Can we edit the datagrid like win form ?
@ceosmangumus Жыл бұрын
Anyone known if row selection is available somehow, or have to make custom column for that?
@mahartaimur8366 Жыл бұрын
Please upload how can we integrade chatgpt with our custom data into blazor webassembly
@andyz6416 Жыл бұрын
yeah, very good, thank you!
@guillermomazzari8320 Жыл бұрын
Please do more tailwind + blazor videos
@AleksanderKodeHode Жыл бұрын
could you make a tutirial for how to use microsoft identity and how to impliment google / facebook SSO with angular ?
@jinparksoul Жыл бұрын
Preview 4 just dropped today with some more Blazor changes.
@Macuarroz Жыл бұрын
thanks
@salmanahmedkhan3979 Жыл бұрын
Awesome
@istovall2624 Жыл бұрын
Damn just got done making my own. :( lol owell
@hsiungfeisun1307 Жыл бұрын
This thing looks a lot like MudBlazor DataGrid
@wassollderscheiss338 ай бұрын
Is this even useful if there are no events? Every real world application would absolutely need those.
@ferdicuyar814 Жыл бұрын
why cant i use sorting and paging in my .net 8 project
@ferdicuyar814 Жыл бұрын
I solved it may be someone will see and use it; @rendermode InteractiveServer @* @attribute [StreamRendering] *@ it does not work on streamrendering