Copied to clipboard

Flag this post as spam?

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


  • Johan Roug 97 posts 153 karma points
    Aug 25, 2010 @ 11:53
    Johan Roug
    0

    Double inputs

    I have installed contour, but I can see that in some cases things are rendered twize. Ex. a radiobuttonlist. Here I have added 2 items. but these two items are rendered 2 times in the list.

    The same happens on dropdownlists

  • Comment author was deleted

    Aug 25, 2010 @ 12:21

    That's weird, could you post a screenshot of your form design?

  • Johan Roug 97 posts 153 karma points
    Aug 25, 2010 @ 12:31
    Johan Roug
    0

  • Comment author was deleted

    Aug 25, 2010 @ 12:32

    Ok thanks, could you also show how this looks in the form designer? So you hit the edit items on 1 of the 2 items, do they only show 2 item?

    Regards,

    Tim

  • Johan Roug 97 posts 153 karma points
    Aug 25, 2010 @ 12:42
    Johan Roug
    0

    Only 2 items

  • Comment author was deleted

    Aug 25, 2010 @ 13:05

    Thanks! Just tested it and it works fine in my case.

    Could you give me some details on your setup (umbraco version, db engine, ..)?

    Cheers,
    Tim

  • Johan Roug 97 posts 153 karma points
    Aug 25, 2010 @ 16:23
    Johan Roug
    0

    Umbraco 4.5.1

    msSQL2005

  • Comment author was deleted

    Aug 25, 2010 @ 16:43

    Thanks, could you check how many record you have in the UFPrevalues table?

     

  • Christian Palm 277 posts 272 karma points
    Aug 26, 2010 @ 09:24
    Christian Palm
    0

    It's a MS SQL 2008 database

    There is 2 records

    14179356-524D-460C-A83A-76160935B50C   83BAA903-2E72-4F76-A748-B1EFE4ED9521    Kreditkort  0
    95C2FDD6-8855-4C83-A84B-C17E77EA81F5 83BAA903-2E72-4F76-A748-B1EFE4ED9521 Elektronisk faktura 1
  • Christian Palm 277 posts 272 karma points
    Aug 26, 2010 @ 09:31
    Christian Palm
    0

    I found out why we get double

    In our master templates we have this

    <script language="C#" runat="server">
    private void Page_Init(object sender, EventArgs e)
    {
    base.DataBind();
    }
    </script>

    So I gues it's not a bug in Contour

  • Comment author was deleted

    Aug 26, 2010 @ 09:44

    Great, thanks for the update!

Please Sign in or register to post replies

Write your reply to:

Draft