<?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: Group scrolling</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/group-scrolling</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/group-scrolling/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>srfran73 on Group scrolling</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/group-scrolling#p21058</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/group-scrolling#p21058</guid>
        	        	<description><![CDATA[<p>Hi, first sorry for my poor english.</p>
</p>
<p>My problem is the impossibility to virtual paginating when i group the data. I have a normal grid, with virtual scrolling:</p>
</p>
<blockquote>
<p>&#160;&#160;&#160; jQuery("#tabla_recogidas").jqGrid({ <br />&#160;&#160; &#160;&#160;&#160; &#160;sortable: true, <br />&#160;&#160; &#160;&#160;&#160; &#160;url:&#39;getRecogidasConfirmacionJQGrid.json&#39;, <br />&#160;&#160; &#160;&#160;&#160; &#160;datatype: "json", <br />&#160;&#160; &#160;&#160;&#160; &#160;height: 190,<br />&#160;&#160; &#160;&#160;&#160; &#160;autowidth: true, <br />&#160;&#160; &#160;&#160;&#160; &#160;//width: 750, <br />&#160;&#160; &#160;&#160;&#160; &#160;colNames:[&#39;&#60;fmt:message key="datatable.acciones"/&#62;&#39;,&#39;&#60;fmt:message key="recogida.fecha"/&#62;&#39;,&#39;&#60;fmt:message key="recogida.num.recogida"/&#62;&#39;, &#39;&#60;fmt:message key="recogida.estado"/&#62;&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;&#60;fmt:message key="recogida.cliente"/&#62;&#39;, &#39;&#60;fmt:message key="recogida.remitente"/&#62;&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;&#60;fmt:message key="recogida.zonaRemitente"/&#62;&#39;, &#39;&#60;fmt:message key="recogida.conductor"/&#62;&#39;], <br />&#160;&#160; &#160;&#160;&#160; &#160;colModel:[ &#160;&#160; &#160;{name:&#39;acciones&#39;,index:&#39;acciones&#39;, width:50, sortable:false, search:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;fecha&#39;,index:&#39;fecha&#39;, width:65}, <br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;recogida&#39;,index:&#39;recogida&#39;, width:150}, <br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;estado&#39;,index:&#39;estado&#39;, width:65, sortable:false, search:false}, <br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;cliente&#39;,index:&#39;cliente&#39;, width:150}, <br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;remitente&#39;,index:&#39;remitente&#39;, width:150}, <br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;zona&#39;,index:&#39;zona&#39;, width:150}, <br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;conductor&#39;,index:&#39;conductor&#39;, width:150}], &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;rowNum:50,<br />&#160;&#160; &#160;&#160;&#160; &#160;rowTotal: ${num_total_recogidas}, <br />&#160;&#160; &#160;&#160;&#160; &#160;scroll:1, <br />&#160;&#160; &#160;&#160;&#160; &#160;loadonce:false, <br />&#160;&#160; &#160;&#160;&#160; &#160;mtype: "POST", <br />&#160;&#160; &#160;&#160;&#160; &#160;rownumbers: false, &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;shrinkToFit: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;rownumWidth: 40, <br />&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160; &#160;&#160;&#160; &#160;pager: &#39;#ptabla_recogidas&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;sortname: $("#chngroup").val(),<br />&#160;&#160; &#160;&#160;&#160; &#160;viewrecords: true, <br />&#160;&#160; &#160;&#160;&#160; &#160;sortorder: "asc", <br />&#160;&#160; &#160;&#160;&#160; &#160;caption: "",<br />&#160;&#160; &#160;&#160;&#160; &#160;postData: {<br />&#160;&#160; &#160;&#160;&#160; &#160; manautBusq: $(&#39;#manautBusq&#39;).attr(&#39;value&#39;), fechaBusq: $(&#39;#fechaBusq&#39;).attr(&#39;value&#39;) , recogidaBusq: $(&#39;#recogidaBusq&#39;).attr(&#39;value&#39;) , fecPrevistaRecogidaBusq: $(&#39;#fecPrevistaRecogidaBusq&#39;).attr(&#39;value&#39;) , <br />&#160;&#160; &#160;&#160;&#160; &#160; clienteBusq: $(&#39;#clienteBusq&#39;).attr(&#39;value&#39;) , <br />&#160;&#160; &#160;&#160;&#160; &#160; remitenteBusq: $(&#39;#remitenteBusq&#39;).attr(&#39;value&#39;) , <br />&#160;&#160; &#160;&#160;&#160; &#160; zonaBusq: $(&#39;#zonaBusq&#39;).attr(&#39;value&#39;) , <br />&#160;&#160; &#160;&#160;&#160; &#160; conductorBusq: $(&#39;#conductorBusq&#39;).attr(&#39;value&#39;) , <br />&#160;&#160; &#160;&#160;&#160; &#160; fecrearecBusq: $(&#39;#fecrearecBusq&#39;).attr(&#39;value&#39;),<br />&#160;&#160; &#160;&#160;&#160; &#160; zonaNull: $(&#39;#zonaNull&#39;).attr(&#39;checked&#39;) ,<br />&#160;&#160; &#160;&#160;&#160; &#160; conductorNull: $(&#39;#conductorNull&#39;).attr(&#39;checked&#39;)},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;loadComplete : function (request) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if (request.error == 1){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$("#dialog-modal").dialog({<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;height: 140,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;width: 300,&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;modal: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;title: "&#60;fmt:message key="titulo.msg"/&#62;",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;buttons: {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#60;fmt:message key="boton.cerrar"/&#62;: function() {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(this).dialog("close");<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;});<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$("#dialog-modal").html(msgError(request.msg));&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;});</p>
</blockquote>
<p>I see the virtual scrolling normally, but when i group the data with this parameters:</p>
</p>
<blockquote>
<p>grouping:true,</p>
<p>groupingView : { groupField : [$("#chngroup").val()],  groupColumnShow : [true], groupText : [&#39;&#60;b&#62;{0} - {1}  Item(s)&#60;/b&#62;&#39;]&#160; },</p>
</blockquote>
<p>I lost the virtual scrolling and the paginate is with the normal buttons of advance and rewind&#8230;</p>
</p>
<p>Are there any way to mantain the virtual scrolling with the grouping????</p>
</p>
<p>Thx a lot.</p></p>
]]></description>
        	        	<pubDate>Wed, 01 Dec 2010 16:10:16 +0200</pubDate>
        </item>
</channel>
</rss>