Make sure that the alias of your grid editor is content.
Make sure that the ContentSection in your InfoPage.cshtml actually gets rendered. Try adding some text or something right above the @CurrentPage.GetGridHtml.. method, but still within the @section Conntensection {} and see if that renders in your view.
Partial View , Grid
Hi
I try to work with grid. The code for the Grid is in InfoView.cshtml. I call this from InfoPage.cshtml. But this is not working. Why ?
I get a error in InfoView.cshtml this Code is naver call Why? Thanks Fro Help
Hi Michael.
Maybe this is a longshot, but I saw that you have mis-spelled ContentSection and wrote ConntenSection in your section, could that be the problem?
From my Mast Template to the ConntenSection works. Butte the cole from the Conttent_section to the Partila View ist not working
Ok, just checking! :)
What is the error message? Get any error in your log files?
this
That is not a error message, its a breakpoint warning. Do you get any errors when you run the site in debug mode? Or in the logs?
Can you try the following:
https://our.umbraco.org/documentation/getting-started/backoffice/property-editors/built-in-property-editors/grid-layout/render-grid-in-template
not working. is my log
So try any of the following:
thanks for your halp.
It was the name of the Property
Awesome, glad it worked out for you Michael! :)
is working on a reply...