Thank you so much! I've been searching all over the internet on how to create groups in collectionView from data that I pull from a server and you just showed me how to do it in 5 minutes. You Sir are a legend! 😁
Can GridItemsLayout be also dynamic, on the base of content ? Like each card would has same width and height but columns would be dynamic. Similar like game service or video service like netflix ? Thx if so can you please provide example how to do this ? iguess calculated on the base of the sceen size somehow..
Hi, Just found your channel and it was a good content in your video but I'm searching for a way to click/tap on an entry to show expanded info underneath(*) (and when clicked that info it will be selected for further treatment). In WPF I have a DataGrid that do just that but now I want to slowly change to MAUI. I assume it's possible but haven't found a way yet. (*) not on a new page Keep on with your series, Heja Sverige...
@@DanielHindrikes Thanks a lot! I can see its also possible to async the overwrite OnBindingContextChanged.. not sure what is the best way to load data async
Thank you so much! I've been searching all over the internet on how to create groups in collectionView from data that I pull from a server and you just showed me how to do it in 5 minutes. You Sir are a legend! 😁
If I have lots of columns and need to have a horizontal scrolling bar, how to handle it
Can GridItemsLayout be also dynamic, on the base of content ? Like each card would has same width and height but columns would be dynamic. Similar like game service or video service like netflix ? Thx if so can you please provide example how to do this ? iguess calculated on the base of the sceen size somehow..
Hi,
Just found your channel and it was a good content in your video but I'm searching for a way to click/tap on an entry to show expanded info underneath(*) (and when clicked that info it will be selected for further treatment).
In WPF I have a DataGrid that do just that but now I want to slowly change to MAUI. I assume it's possible but haven't found a way yet.
(*) not on a new page
Keep on with your series,
Heja Sverige...
Is this learning project available for download?
Unfortunately not.
I think a key thing is missing here.. Where do you invoke LoadData()?
OnBindingContextChanged in the code behind of the view.
@@DanielHindrikes Do you have an example of this? thanks for the video btw
Check this out: gist.github.com/dhindrik/05406ea40b4bb11786986736a2057ddd
@@DanielHindrikes Thanks a lot! I can see its also possible to async the overwrite OnBindingContextChanged.. not sure what is the best way to load data async
Do you provide access to your sample code? If so, where can be obtained? Thanks, Rick Shadle
Unfortunately not. I modify the same code through the video. But I will think of it in the future to upload the code.
@@DanielHindrikes thank you for getting back to me👍
Should a Sweden Template not better be yellow? ;-)
If I have lots of columns and need to have a horizontal scrolling bar, how to handle it