Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
905
Columns dont match data!
posted

I have a simple UltraWebGrid, I changed the ordering of oe of the columns by moving it to the end. Although, the column headings didnt change. I can't figure out how to change this. Any ideas? 

The strange thing is in VS the columns match the data, it is when I preview in Web browser that they are off. (And I refreshed so I dont think it is "cached", the data does move, just the "heading" dont move.)

I am trying to do as much customizing in the Designer as possible. I know I can change it in code, but that defeats the purpose of the nice Graphical Designer. :)

Parents
  • 8680
    posted

    shaynejud said:
    I changed the ordering of oe of the columns by moving it to the end. Although, the column headings didnt change. I can't figure out how to change this.

     

    Something is wrong, there.  If you post your markup and your code, I'll look at it.  Maybe others will too.  Include whatever it takes to show us exactly how you're populating your grid.

    shaynejud said:
    in VS the columns match the data, it is when I preview in Web browser that they are off.

    Do you have AutoGenerateColumns turned on?  If so, you'll lose a lot of what you do in the designer.

Reply Children