Using BlockPreview with custom grids in V17 #279
orangejuice-bram
started this conversation in
General
Replies: 1 comment
-
|
Hey @orangejuice-bram! Great to hear you love using the package! It should be possible to use this with another grid implementation, so long as you do the same as BlockPreviewTemplateExtensions.cs is doing in rendering |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all: amazing package!
I've done some testing with multiple ways of using custom views in Umbraco 17 and thus fare this package works great.
I am however thinking about using my own custom grid, instead of the default Umbraco grid.
Since the docs specify the usage of methods like
@await Html.GetPreviewBlockGridItemsHtmlAsync(Model)I was wondering if this package only works when you load in the default Umbraco grid.Beta Was this translation helpful? Give feedback.
All reactions