This question is locked. New answers and comments are not allowed.
I am binding the grid to a List<T> collection in a custom view model - that part seems to work just fine. The grid is just some simple bound columns with two command columns for edit and delete. When the page renders it is putting a wrapper/border around the first row and the rest of the rows are then rendered in another "section" with it's own border. The grid definition is embedded in some custom div (cssclass) tags based on our standard layout template. I'm not sure if that is the problem or the fact that I am setting pixel widths for the columns or if it is something to do with IE8. I am using IISExpress for the moment but don't think that is an issue because the problem is also seen using the Cassini server. I have attached the view page definition and screen shot in a zip file.