Posted on 16/07/2023 19:50:32
Hi Nicolai,
In my situation, I need to include breadcrumb information in the first row of the page.
I can't use separate rows, because it has to be incorporated into a row with a specific background.
Something like this:
If I have this info on the row, I can customize the template of the row to include the info.
For now, I have managed to get the info with Dynamicweb.Content.Services.Grids.GetGridById(gridId).Sort
But, I was thinking that this info is already available when you create the Model and may optimize the performance a bit by avoiding a separate call.
It can be something similar for the last Grid on the page. For example, you may need to apply a specific style (or theme) for the last element on the page to better separate it from the footer.
Thank you,
Adrian