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

2008-04-15 Thread orip
orter(...); Or, to be WebForms-specific: $('#<%=MyGridView.ClientID=>').fixGridView().tablesorter(); On Mar 28, 5:42 pm, wyldemann <[EMAIL PROTECTED]> wrote: > Did you ever find out the solution to this issue. I'm running into the > same problem. anyhelp wo

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

2008-04-15 Thread orip
orter(...); Or, to be WebForms-specific: $('#<%=MyGridView.ClientID=>').fixGridView().tablesorter(); On Mar 28, 5:42 pm, wyldemann <[EMAIL PROTECTED]> wrote: > Did you ever find out the solution to this issue. I'm running into the > same problem. anyhelp wo

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

2008-03-05 Thread orip
I call it, but nothing happens. >>> $("#ctl00_ctl00_MainContentPlaceHolder_MainContentPlaceHolder_GridView1").tablesorter() Calling it with '$(...).tablesorter({debug:true})' doesn't print anything to the console either. Does anyone have any ideas? Thanks! orip