<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sortable GridView using jQuery&#8217;s TableSorter</title>
	<atom:link href="http://ponnu.net/index.php/2008/10/09/sortable-gridview-using-jquerys-tablesorter/feed/" rel="self" type="application/rss+xml" />
	<link>http://ponnu.net/index.php/2008/10/09/sortable-gridview-using-jquerys-tablesorter/</link>
	<description></description>
	<lastBuildDate>Wed, 06 Oct 2010 15:07:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ponnu</title>
		<link>http://ponnu.net/index.php/2008/10/09/sortable-gridview-using-jquerys-tablesorter/comment-page-1/#comment-35928</link>
		<dc:creator>Ponnu</dc:creator>
		<pubDate>Tue, 17 Aug 2010 20:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://ponnu.net/?p=90#comment-35928</guid>
		<description>@Surya,

Sorry for the delayed reply. I do not know what jQuery plugin you are using for clientside paging. You could see if the plugin provides any options to sort the data and implement events for the header instead of using tablesorter.</description>
		<content:encoded><![CDATA[<p>@Surya,</p>
<p>Sorry for the delayed reply. I do not know what jQuery plugin you are using for clientside paging. You could see if the plugin provides any options to sort the data and implement events for the header instead of using tablesorter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ponnu</title>
		<link>http://ponnu.net/index.php/2008/10/09/sortable-gridview-using-jquerys-tablesorter/comment-page-1/#comment-35927</link>
		<dc:creator>Ponnu</dc:creator>
		<pubDate>Tue, 17 Aug 2010 20:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://ponnu.net/?p=90#comment-35927</guid>
		<description>@Chris,

Sorry for the delayed reply. You could handle the sort event and re-apply the CSS to fix the issue.

Hope it helps others with same issue looking here.</description>
		<content:encoded><![CDATA[<p>@Chris,</p>
<p>Sorry for the delayed reply. You could handle the sort event and re-apply the CSS to fix the issue.</p>
<p>Hope it helps others with same issue looking here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surya</title>
		<link>http://ponnu.net/index.php/2008/10/09/sortable-gridview-using-jquerys-tablesorter/comment-page-1/#comment-35926</link>
		<dc:creator>Surya</dc:creator>
		<pubDate>Mon, 05 Jul 2010 11:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://ponnu.net/?p=90#comment-35926</guid>
		<description>Hi Ponnu,

I have used TableSorter and JQuery Paging for a gridview. When I sort the data in the table, only current page data is getting sorted. I want to sort on all the data and then display the approriate page data. For eg., user is in 2nd page and sorted on one column, I want to sort on entire data and display the 2nd page data. How to do that?</description>
		<content:encoded><![CDATA[<p>Hi Ponnu,</p>
<p>I have used TableSorter and JQuery Paging for a gridview. When I sort the data in the table, only current page data is getting sorted. I want to sort on all the data and then display the approriate page data. For eg., user is in 2nd page and sorted on one column, I want to sort on entire data and display the 2nd page data. How to do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://ponnu.net/index.php/2008/10/09/sortable-gridview-using-jquerys-tablesorter/comment-page-1/#comment-35925</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 25 May 2010 14:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://ponnu.net/?p=90#comment-35925</guid>
		<description>Thanks for this post. 

When I sort my &quot;even&quot; and &quot;odd&quot; rows CSS get mixed up and don&#039;t refresh (ending up with two dark rows, then a single light, then one dark, and two light... etc).

The demo&#039;s don&#039;t do this so I&#039;m hoping there&#039;s some easy fix for this.</description>
		<content:encoded><![CDATA[<p>Thanks for this post. </p>
<p>When I sort my &#8220;even&#8221; and &#8220;odd&#8221; rows CSS get mixed up and don&#8217;t refresh (ending up with two dark rows, then a single light, then one dark, and two light&#8230; etc).</p>
<p>The demo&#8217;s don&#8217;t do this so I&#8217;m hoping there&#8217;s some easy fix for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ponnu</title>
		<link>http://ponnu.net/index.php/2008/10/09/sortable-gridview-using-jquerys-tablesorter/comment-page-1/#comment-35921</link>
		<dc:creator>Ponnu</dc:creator>
		<pubDate>Sun, 14 Feb 2010 21:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://ponnu.net/?p=90#comment-35921</guid>
		<description>@Priyadarsini

You will have to check the linenumber and see what&#039;s the problem if it&#039;s showing one. 

Check and make sure you have specified the correct gridview id for tablesorter and included jQuery and tablesorter js files.</description>
		<content:encoded><![CDATA[<p>@Priyadarsini</p>
<p>You will have to check the linenumber and see what&#8217;s the problem if it&#8217;s showing one. </p>
<p>Check and make sure you have specified the correct gridview id for tablesorter and included jQuery and tablesorter js files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ponnu</title>
		<link>http://ponnu.net/index.php/2008/10/09/sortable-gridview-using-jquerys-tablesorter/comment-page-1/#comment-35920</link>
		<dc:creator>Ponnu</dc:creator>
		<pubDate>Sun, 14 Feb 2010 21:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://ponnu.net/?p=90#comment-35920</guid>
		<description>@sadhana

Have a look at using parser here - http://tablesorter.com/docs/example-parsers.html</description>
		<content:encoded><![CDATA[<p>@sadhana</p>
<p>Have a look at using parser here &#8211; <a href="http://tablesorter.com/docs/example-parsers.html" rel="nofollow">http://tablesorter.com/docs/example-parsers.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio</title>
		<link>http://ponnu.net/index.php/2008/10/09/sortable-gridview-using-jquerys-tablesorter/comment-page-1/#comment-23175</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Mon, 12 Oct 2009 23:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://ponnu.net/?p=90#comment-23175</guid>
		<description>And about TableSorter Pager plugin?</description>
		<content:encoded><![CDATA[<p>And about TableSorter Pager plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyadarsini</title>
		<link>http://ponnu.net/index.php/2008/10/09/sortable-gridview-using-jquerys-tablesorter/comment-page-1/#comment-14790</link>
		<dc:creator>Priyadarsini</dc:creator>
		<pubDate>Mon, 10 Aug 2009 09:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://ponnu.net/?p=90#comment-14790</guid>
		<description>Hi,
How to integrate it with JQuery Paging?
I got the JQuery for paging and added the script given in this article for sorting. But i am getting  &quot;Microsoft JScript runtime error: Object doesn&#039;t support this property or method &quot; error.

Please help me for this problem.

Thanks.

Priyadarsini</description>
		<content:encoded><![CDATA[<p>Hi,<br />
How to integrate it with JQuery Paging?<br />
I got the JQuery for paging and added the script given in this article for sorting. But i am getting  &#8220;Microsoft JScript runtime error: Object doesn&#8217;t support this property or method &#8221; error.</p>
<p>Please help me for this problem.</p>
<p>Thanks.</p>
<p>Priyadarsini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sadhana</title>
		<link>http://ponnu.net/index.php/2008/10/09/sortable-gridview-using-jquerys-tablesorter/comment-page-1/#comment-7161</link>
		<dc:creator>sadhana</dc:creator>
		<pubDate>Sat, 30 May 2009 17:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://ponnu.net/?p=90#comment-7161</guid>
		<description>Hi,

Can you please confirm me if the sorting works for a gridview having a column of images. 
Images having names say &#039;A.gif&#039; or  &#039;B.gif&#039; or &#039;C.gif&#039;. 
If yes, on what basis this image column will get sorted........
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can you please confirm me if the sorting works for a gridview having a column of images.<br />
Images having names say &#8216;A.gif&#8217; or  &#8216;B.gif&#8217; or &#8216;C.gif&#8217;.<br />
If yes, on what basis this image column will get sorted&#8230;&#8230;..<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nhi</title>
		<link>http://ponnu.net/index.php/2008/10/09/sortable-gridview-using-jquerys-tablesorter/comment-page-1/#comment-6668</link>
		<dc:creator>Nhi</dc:creator>
		<pubDate>Fri, 29 May 2009 00:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://ponnu.net/?p=90#comment-6668</guid>
		<description>Hi Ponnu,

I have a table gridview and view button on each rows. When I mouseover on each view button, popup panel that displays each user&#039;s information shows up, the panel is gone when mouse out. How do I use Jquery to make that work?  Do you have any idea? 

Thanks in advance
Nhi</description>
		<content:encoded><![CDATA[<p>Hi Ponnu,</p>
<p>I have a table gridview and view button on each rows. When I mouseover on each view button, popup panel that displays each user&#8217;s information shows up, the panel is gone when mouse out. How do I use Jquery to make that work?  Do you have any idea? </p>
<p>Thanks in advance<br />
Nhi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

