Does anybody know why an ultrawebgrid gets messed up upon clicking on design view in Visual Studio 2008? It changes colors and font settings. I can't seem to recover the desired visual appearance UNLESS by editing all the angle brackets in source view in the aspx page. Can someone tell me if there is a setting missing(so that you can toggle between design and source view) in order to edit the ultrawebgrid via the design view wizard WITHOUT it tossing away all my state settings ex. color, alternating row color and so on!!! Thanks DR43058
Hello,
It looks like the HTML mark up doesn't persist the changes you made to the control in design view, right? If yes, then what is the operating system and which version of VS2008 are you using? Have you noticed the same behavior with any other controls or not? I did come across this issue before and it happened to be an issue with VS2008. Microsoft is supposed to fix this in the VS2010. In the meantime, I would suggest using the properties window to change the properties in design view instead of the Quick Design window. This is more consistent than the other one.
Hope this helps.
Thanks