Copied to clipboard

Flag this post as spam?

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


  • paco 25 posts 155 karma points
    Jan 29, 2021 @ 16:26
    paco
    0

    Help: Legacy User Control in an Umbraco v8 site

    Hello,

    In an old Umbraco site I have a user control in an Umbraco 7 dashboard to export user data in CSV format (it is used only in backoffice, NOT outside). This is performed by a User Control (ascx file) that is used in a dashboard and configured in Dashboard.config file in this way:

    <tab caption="Contact Details">
     <control addPanel="true">
     /UserControls/Dashboard/ContactDetails.ascx
     </control>
     </tab>
    

    Inside the .ascx file, I have a grid view control with a button, used to download data in csv format.

    This UserControl has been created and integrated as a dashboard tab as described here: https://our.umbraco.com/forum/developers/extending-umbraco/26702-Creating-a-new-tab-under-Content

    It seems that Umbraco 8.x version does not allow UserControls in the backoffice. So, how can Ido to have this feature also in an Umbraco 8.x site?

    Thanks, Paco

  • Brendan Rice 538 posts 1102 karma points
    Jan 29, 2021 @ 17:45
    Brendan Rice
    0

    Hi Paco,

    it seems like you'd have to extend the back office to allow this.

    Here's the relevant docs:

    https://our.umbraco.com/documentation/extending/

    Hope this helps

  • Ross Ekberg 131 posts 382 karma points
    Mar 29, 2023 @ 14:30
    Ross Ekberg
    0

    I, too, would love to know how to do this. Extending the backoffice isn't a clear enough answer.

  • 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