I am facing a problem with Umbraco Grid editor / LeBlender.
How do I get the value from "Grid editor alias" into my view? As you can see, I am using the Leblender model.
It seems that the grid editor alias is connected to Umbraco Grid and not to LeBlender. As far as I understand, this means that I cannot access the Grid editor alias from the leblendermodel.
Came across this.. I would like to get the editor name too.. basically to centralise the view requirement in a common view, with tiny alterations dependant on the editor name.
Get grid editor alias
Hi,
I am facing a problem with Umbraco Grid editor / LeBlender.
How do I get the value from "Grid editor alias" into my view? As you can see, I am using the Leblender model.
It seems that the grid editor alias is connected to Umbraco Grid and not to LeBlender. As far as I understand, this means that I cannot access the Grid editor alias from the leblendermodel.
My view uses the following:
Any help is much appreciated.
Thanks.
What do you need the alias for?
To render the grid editor, you just need to create a view in /Views/Partials/Grid/Editors/gallery.cshtml
Came across this.. I would like to get the editor name too.. basically to centralise the view requirement in a common view, with tiny alterations dependant on the editor name.
Did you find any pathways to get the editor name?
is working on a reply...