<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Sorting on the client side</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/sorting-on-the-client-side</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/discussion/sorting-on-the-client-side/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>ScorpioN on Sorting on the client side</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/sorting-on-the-client-side#p23484</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/sorting-on-the-client-side#p23484</guid>
        	        	<description><![CDATA[<p>Oleg, thank you for your reply. Actually, I do not need to increase a &#160;performance. I can&#39;t use server sorting due to some external service restrictions. All I need is to show a message "wait..." to client immediately after user clicks on column header.</p>
]]></description>
        	        	<pubDate>Mon, 06 Jun 2011 12:50:08 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Sorting on the client side</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/sorting-on-the-client-side#p23482</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/sorting-on-the-client-side#p23482</guid>
        	        	<description><![CDATA[<p>The performance of the client sorting depend mostly from the performance of the JavaScript, so depend on the browser which you use. For example Google Chrome is much better as IE6 in the JavaScript performance. In any way you should understand that your requirement client side instead of the server side makes the sorting at least 1000 times slowly. Is it really what your customer want?</p>
<p>Do you use at least client side <strong>paging</strong>? It can improve the performance dramatically. Look at the old demos <a href="http://www.ok-soft-gmbh.com/jqGrid/1000paged.htm" target="_blank">this</a> and <a href="http://www.ok-soft-gmbh.com/jqGrid/1000.htm" target="_blank">this</a> and compare the sorting performance. Which web browser you use? Do you use <strong>gridview: true</strong>&#160;jqGrid parameter?</p>
<p>If you write about the performance, the full jqGrid definition or better the demo would help very much.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Mon, 06 Jun 2011 12:19:44 +0300</pubDate>
        </item>
        <item>
        	<title>ScorpioN on Sorting on the client side</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/sorting-on-the-client-side#p23480</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/sorting-on-the-client-side#p23480</guid>
        	        	<description><![CDATA[<p>Hello!</p>
<p>I have about 500 records and I need to implement sorting on the client side(requirement). Sorting takes about 2-3 seconds and I need to show to client some message like "please, wait&#8230;". I&#39;m trying to use jQuery blockUI plugin. I&#39;ve implemented handler for onSortCol event, but message appears with a big delay. If I try to show alert &#8211; it appears immediately. If I try to show just some div with a text I have delay also. Can anybody help me? JQGrid version &#8211; 3.7.2.</p>
]]></description>
        	        	<pubDate>Mon, 06 Jun 2011 11:46:23 +0300</pubDate>
        </item>
</channel>
</rss>