Well, boys and girls, here come one more dilemma with the GridView.
I work with CSS friendly GridView and try to implement grouping a la http://www.asp.net/learn/dataaccess/tutorial27vb.aspx?tabid=63. Basically you override Render method in order to add a new row for each new group. It doesn?t work. And the reason is that a new row is added to GridView?s table not to the GridViewRowCollection which is used to render a CSS friendly GridView.
The solution would be to use the first method described in the article mentioned earlier. Right?