For those of us who are aesthetically challenged, is there a way to apply JQuery's themes (e.g. redmond) to an ASP.NET gridview?
Something like ...
$(document).ready(function() { $(function() { $("<%= MyGridView.ClientID %>").Table(); }); });
Perhaps there's an addin that would emulate that type of functionality?