Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Edo Husakovic 5 posts 95 karma points
    Oct 28, 2020 @ 13:31
    Edo Husakovic
    0

    Grid layout rendering wrong after update to 8.9

    Hi everyone

    Today I upgraded my Umbraco installation from 8.6.2 to 8.9.

    All is well but I found that my grid layout has been messed up by the update. I tried reverting the installation to before the update and it really was caused by it.

    What happens is that the

    gets rendered in the page as text. enter image description here

    I tried installing a clean version of Umbraco 8.9 and there the error does not occur.

    This happens around every new row I create and even on new Pages that i create.

    Perhaps something is conflicting with some changes I made to the grid layout, but I don't remember changing anything besides the grid config file and some things that I added to the styles and settings of the grid.

    I think this is a Umbraco bug, but perhaps someone could point me in the right direction of where this error could be produced.

    Kind Regards Edo

  • Edo Husakovic 5 posts 95 karma points
    Nov 04, 2020 @ 10:41
    Edo Husakovic
    0

    So I guess I'm the only one struggling with this.

    If you're having the same problem however, I solved the issue like this:

    @Html.Raw(Html.GetGridHtml(Model, "text").ToString().Replace("&lt;div class=&#39;container&#39;&gt;", "<div class='container'>").Replace("&lt;/div&gt;", "</div>"))
    
  • nexuz6 1 post 21 karma points
    Feb 05, 2021 @ 11:46
    nexuz6
    0

    I also got that problem today when upgrading from 8.6.1 to 8.11.1.

    I solved it by replacing the file:

    /Views/Partials/Grid/bootstrap3.cshtml

    ...with the file from the Umbraco 8.11.1 zip file.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies