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. :)
Sometimes, when my car starts running badly, I turn the engine off, get out, walk all the way around the car, get back in and restart it.
Sometimes, that helps. ;-)
I ended up removing the grid and adding it back. Not sure what the problem was!
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.