How to force asp.net GridView control to wrap first row within <thead> </thead> tags
- by burak ozdogan
Hi,
I want to use Christian Bach's tableSorter client-side table sorting jQuery plugin with my asp.Net GridView control.
But the problem is, in the documentation it writes:
tablesorter works on standard HTML
tables. You must include THEAD and
TBODY tags:
And unfortunately asp.net renders my GridView only with tags and header row stays…