I'm thinking of upgrading a large application from IG 2006.3 to 2007.3, and am wondering what pitfalls to expect. We are heavy users of WebGrids, WebMenus, WebDateChoosers and WebCurrencyEditors.
( IMO, there ought to be a forum reserved for this.)
We introduced Application Styling in 2007.1, which required a few breaking changes. These are documented and in the release notes when you install 2007.3. The biggest problem to be on the lookout for was a purely visual thing. It was related to a fix that we made for one of the css styles on the grid. We adjusted the order it was rendered, making it inherit properly from it's parent. However, if your css classes were defined in a very particular way in the past, the styles might look odd upon upgrading. Just know that if you do run into this, it's a really simple fix. (re-order your css classes in your stylesheet).
-Tony
Tony, can you give us more details on what css classes need to be re-ordered? Where is the documentation for this fix? Link please.
Thank you.
Breaking changes will always be listed under the "Breaking Changes" topic in the help, which can be found under
ASP.NET > Developer's Guide > What's New > Revision History
You can look at the Revision History for 7.1 online as well.