<?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: selection performance issue</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/selection-performance-issue</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/help/selection-performance-issue/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>mikesmith on selection performance issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/selection-performance-issue#p18549</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/selection-performance-issue#p18549</guid>
        	        	<description><![CDATA[<p>Hi</p>
</p>
<p>My css skills are not the best. Can you give me an example of how to define my own interaction states to improve selection performance? Maybe you can post your own example.</p>
</p>
<p>Thanks for your help</p>
]]></description>
        	        	<pubDate>Tue, 13 Jul 2010 01:29:22 +0300</pubDate>
        </item>
        <item>
        	<title>bodyjar on selection performance issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/selection-performance-issue#p17970</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/selection-performance-issue#p17970</guid>
        	        	<description><![CDATA[<p>Ok the problem was in the jQuery-UI Css</p>
</p>
<p>the section:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4604' value='Select Code' data-codeid='sfcode4604' /></p>
<div class='sfcode' id='sfcode4604'>/* Interaction states<br />----------------------------------</div>
<p>This is very heavy for the cpu, you can resolve that by removing that section and define your own interaction states...</p>
]]></description>
        	        	<pubDate>Wed, 16 Jun 2010 16:59:22 +0300</pubDate>
        </item>
        <item>
        	<title>bodyjar on selection performance issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/selection-performance-issue#p17861</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/selection-performance-issue#p17861</guid>
        	        	<description><![CDATA[<p>Here is</p>
<p>a sample of the javascript:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3196' value='Select Code' data-codeid='sfcode3196' /></p>
<div class='sfcode' id='sfcode3196'>$.jgrid.no_legacy_api = true;<br />$.jgrid.useJSON = true;<br />$.extend($.jgrid.defaults, {<br />&#160;&#160; &#160;autowidth:true,<br />&#160;&#160; &#160;height:&#34;100%&#34;,<br />&#160;&#160; &#160;altRows: true,<br />&#160;&#160; &#160;loadonce: true,<br />&#160;&#160; &#160;forceFit: true,<br />&#160;&#160; &#160;rowNum:100,<br />&#160;&#160; &#160;gridview:true,<br />&#160;&#160; &#160;datatype:&#34;json&#34;,<br />&#160;&#160; &#160;jsonReader:{<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;id: &#34;id&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;root: &#34;rows&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;cell: &#34;&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;userdata: &#34;userdata&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;repeatitems:false<br />&#160;&#160; &#160;&#160;&#160; &#160;}<br />});<br />$().ready(function() {<br />&#160;&#160; &#160;$(&#39;#grid&#39;).jqGrid({<br />&#160;&#160; &#160;url:&#34;grid3.php&#34;,<br />&#160;&#160; &#160;colNames:[&#39;Col1&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;Col2&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;Col3&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;Col4&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;Col5 &#60;a href=&#34;grid3.php&#34; style=&#34;text-decoration: none;&#34;&#62;V&#60;/a&#62;&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;Col6.&#60;a onclick=&#34;javascript:divPopUp(\&#39;Col6Note\&#39;,\&#39;200\&#39;,\&#39;300\&#39;);&#34; href=&#34;javascript:;&#34;&#62;[?]&#60;/a&#62;&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;Col7 &#60;a href=&#34;grid3.php&#34; style=&#34;text-decoration: none;&#34;&#62;V&#60;/a&#62;&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;Col8&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;Col9&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;&#60;span class=&#34;hiddenInGrid&#34;&#62;Col10&#60;/span&#62;&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;Col11 &#60;a onclick=&#34;javascript:divPopUp(\&#39;Col11Note\&#39;,\&#39;200\&#39;,\&#39;300\&#39;);&#34; href=&#34;javascript:;&#34;&#62;[?]&#60;/a&#62;&#39;<br />&#160;&#160; &#160;&#160;&#160; &#160;],<br />&#160;&#160; &#160;colModel:[{name:&#34;col1&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;align:&#39;center&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;formatter:selectCheckbox,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;editable:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;resizable:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;width:20,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;search:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;hidedlg:true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortable:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#34;col2&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;formatter:formatterCol2,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;width:85,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;search:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortable:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#34;col3&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;formatter:formatterCol3,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;width:200,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;search:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortable:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#34;col4&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;width:119,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;search:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortable:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#34;col5&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;width:34,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;search:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#34;col6&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;width:44,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;search:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortable:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#34;col7&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;width:40,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;search:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#34;col8&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;formatter:formatterCol8,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;width:122,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;search:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortable:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#34;col9&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;width:38,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;search:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortable:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#34;col10&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;formatter:formatterCol10,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;width:18,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;search:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;resizable:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortable:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#34;col11&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;width:37,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;search:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortable:false}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;]<br />&#160;&#160; &#160;});<br />});</div>
<p>Here is the json structure:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8034' value='Select Code' data-codeid='sfcode8034' /></p>
<div class='sfcode' id='sfcode8034'>{&#34;page&#34;:1,&#34;records&#34;:100,&#34;rows&#34;:[<br />{&#34;col1&#34;: &#34;a&#34;,&#34;col2&#34;: &#34;b&#34;,&#34;col3&#34;: &#34;c&#34;,&#34;col4&#34;: &#34;d&#34;,&#34;col5&#34;: &#34;e&#34;,&#34;col6&#34;: &#34;f&#34;,&#34;col7&#34;: &#34;g&#34;,&#34;col8&#34;: &#34;h&#34;,&#34;col9&#34;: &#34;i&#34;,&#34;col10&#34;: &#34;j&#34;,&#34;col11&#34;: &#34;k&#34;},<br />...<br />],&#34;total&#34;:100,&#34;userdata&#34;:{&#34;ud1&#34;:true,&#34;ud2&#34;:0}}</div>
<p>When you click on a checkbox in the first column, it takes almost 2 seconds to be checked, I observed that it was related with the time for the row to be selected. In a more complex page with header, left menu, content, footer it&#39;s even longuer.</p>
]]></description>
        	        	<pubDate>Thu, 10 Jun 2010 20:50:45 +0300</pubDate>
        </item>
        <item>
        	<title>mikesmith on selection performance issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/selection-performance-issue#p17847</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/selection-performance-issue#p17847</guid>
        	        	<description><![CDATA[<p>I am facing a similar issue with 16 columns.</p>
]]></description>
        	        	<pubDate>Wed, 09 Jun 2010 23:12:54 +0300</pubDate>
        </item>
        <item>
        	<title>bodyjar on selection performance issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/selection-performance-issue#p17844</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/selection-performance-issue#p17844</guid>
        	        	<description><![CDATA[<p>Update: It&#39;s only in firefox.</p>
]]></description>
        	        	<pubDate>Wed, 09 Jun 2010 22:11:28 +0300</pubDate>
        </item>
        <item>
        	<title>bodyjar on selection performance issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/selection-performance-issue#p17840</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/selection-performance-issue#p17840</guid>
        	        	<description><![CDATA[<p>I&#39;m using jqGrid 3.6.5, my grid have 11 columns and show 100 rows without scrolling.</p>
<p>everything works well except for one thing, when I click on a row it takes 2 seconds to be selected.</p>
<p>I tried to decrease the number of rows showen to 10 and it works fine. The problem is that I have a checkbox in the first row and when I click on it, it won&#39;t be checked before the row is selected. I tried to find a away to disable the row selection without success&#8230;</p>
]]></description>
        	        	<pubDate>Wed, 09 Jun 2010 21:30:31 +0300</pubDate>
        </item>
</channel>
</rss>