i'm using the package Doc Type Grid Editor and it is way better than using the macros in Umbraco, but now i want to call a Doc Type Grid Editor PartialView from the code in a view. How can i do this?
PS: Proberly a name change would be a dream, because DocTypeGridEditor is a bit long.
Call Doc Type Grid Editor from View
Hello,
i'm using the package Doc Type Grid Editor and it is way better than using the macros in Umbraco, but now i want to call a Doc Type Grid Editor PartialView from the code in a view. How can i do this?
PS: Proberly a name change would be a dream, because DocTypeGridEditor is a bit long.
Thank you very much for helping out,
Niklas
Hello,
I've just started using this and I'm using the following in my View to call it:
You can also call it using a different view like this:
homeGrid being the name of the property I have setup on my page that contains all the grids
Hope this helps!
is working on a reply...