[jQuery] Re: ASP.NET GridView: losing tablesorter on postback

2008-04-15 Thread orip
Hi Rob, I finally found the cause and a solution :) Cause: asp:GridView loses the '' section on postback and reverts to the default (header row in ''), and tablesorter expects ''. I tried different WebForms tricks to get it to keep '', but got tired before I succeeded. I ended up with this 'cre

[jQuery] Re: ASP.NET GridView: losing tablesorter on postback

2008-04-15 Thread orip
Hi Rob, I finally found the cause and a solution :) Cause: asp:GridView loses the '' section on postback and reverts to the default (header row in ''), and tablesorter expects ''. I tried different WebForms tricks to get it to keep '', but got tired before I succeeded. I ended up with this 'cre

[jQuery] Re: ASP.NET GridView: losing tablesorter on postback

2008-03-28 Thread wyldemann
Did you ever find out the solution to this issue. I'm running into the same problem. anyhelp would be appreciated. Thanks, Rob On Mar 5, 12:44 pm, orip <[EMAIL PROTECTED]> wrote: > (I apologize for the ASP.NET WebForms terminology) > > I'm using ASP.NET's GridView to generate a table, and the j