Details
Description
There are a few tags with unused tag attributes. These normally don't cause a problem if they're not mandatory and not used, but in some cases they don't even have a property setter in the class, so they'd barf if they were specified. These should be cleaned up.
I removed the group attribute from fieldSetGroup tag (it's used in the row) and have checked the renderers to make sure they're using all the attributes assigned to them.