0
kicks
Forcing a GridView to use clean html for use with jQuery plug-ins
One of the problems of using a GridView with a lot of the table plug-ins for jQuery or any other JavaScript table library is that the library expects your html to be well formatted with your table headers appearing within a thead which is not the default behavior or a GridView. This simple Extension Method solves makes the GridView output clean html.