<?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: jqGrid 3.8</title>
	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8</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/releases/jqgrid-3-8/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>akanaujia on jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p28257</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p28257</guid>
        	        	<description><![CDATA[<p>hi</p>
<p>I used jqgrid 3.8 Beta. I am getting an error on getRowData method i.e. <strong>t.p.colModel[i].name null </strong>&#160;as per the given content. Please suggest the solution. Thansk in advance.</p>
</p>
<pre>getRowData : function( rowid ) {
		var res = {}, resall, getall=false, len, j=0;
		this.each(function(){
			var $t = this,nm,ind;
			if(typeof(rowid) == &#39;undefined&#39;) {
				getall = true;
				resall = [];
				len = $t.rows.length;
			} else {
				ind = $t.rows.namedItem(rowid);
				if(!ind) { return res; }
				len = 2;
			}
			while(j&#60;len){
				if(getall) { ind = $t.rows[j]; }
				if( $(ind).hasClass(&#39;jqgrow&#39;) ) {
					$(&#39;td&#39;,ind).each( function(i) {
						nm = $t.p.colModel[i].name; 
						if ( nm !== &#39;cb&#39; &#38;&#38; nm !== &#39;subgrid&#39; &#38;&#38; nm !== &#39;rn&#39;) {
							if($t.p.treeGrid===true &#38;&#38; nm == $t.p.ExpandColumn) {
								res[nm] = $.jgrid.htmlDecode($("span:first",this).html());
							} else {
								try {
									res[nm] = $.unformat(this,{rowId:ind.id, colModel:$t.p.colModel[i]},i);
								} catch (e){
									res[nm] = $.jgrid.htmlDecode($(this).html());
								}
							}
						}
					});
					if(getall) { resall.push(res); res={}; }
				}
				j++;
			}
		});
		return resall ? resall: res;
	},</pre>
<pre></pre>
<pre>-AK</pre>
]]></description>
        	        	<pubDate>Tue, 12 Feb 2013 14:55:57 +0200</pubDate>
        </item>
        <item>
        	<title>MattyCiii on jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p20385</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p20385</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>It appears Multiple Search no longer works on locally loaded data.&#160; Both IE8 and FireFox 3.6.8, the search icon will not display.&#160; I&#39;m pretty sure I have everything loaded and configured correctly, I updated a page that worked fine under jqGrid 3.7</p>
</p>
<p>Any thoughts?</p>
]]></description>
        	        	<pubDate>Wed, 20 Oct 2010 20:13:03 +0300</pubDate>
        </item>
        <item>
        	<title>angelo.pellegrinon on jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p20374</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p20374</guid>
        	        	<description><![CDATA[<p>Hello!</p>
<p>The plugin is great!</p>
<p>It&#39;ll be fantastic to have scrolling enabled with the grouping function!</p>
]]></description>
        	        	<pubDate>Wed, 20 Oct 2010 13:41:55 +0300</pubDate>
        </item>
        <item>
        	<title>znarfdwarf on jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p20223</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p20223</guid>
        	        	<description><![CDATA[<p>Another addRowData-Bug i stumpled upon: after i added 37 records with this method, the grid navigator tells me "page 1 of 0". When I resort the grid by clicking on one of the column headers, the navigator display is correct ("page 1 of 2")</p>
]]></description>
        	        	<pubDate>Mon, 11 Oct 2010 10:34:37 +0300</pubDate>
        </item>
        <item>
        	<title>znarfdwarf on jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p20203</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p20203</guid>
        	        	<description><![CDATA[<blockquote>
<p><em>@Franz,</em></p>
<p><em>For me is very important to know how do you do this:</em></p>
<blockquote>
<p><em>When I re-sort the rendered grid,</em></p>
</blockquote>
<p><em>In order to investigate the problem I need a link to the problem or code example.</em></p>
</blockquote>
<hr />
<p>Hi Tony,</p>
</p>
<p>sorry for my late reply, I&#39;ve been busy with other things recently. You can reproduce my bug in four steps:</p>
<ul>
<li>Open the jQGrid Demo Page (<a href="http://www.trirand.com/blog/jqgrid/jqgrid.html" rel="nofollow" target="_blank"><a href="http://www.trirand.com/blog/jq" rel="nofollow">http://www.trirand.com/blog/jq</a>.....qgrid.html</a>) and go to "Loading Data &#62; Array Data" section</li>
</ul>
<ul>
<li>Open Firebug and execute the following statement&#160;</li>
</ul>
<p><input type='button' class='sfcodeselect' name='sfselectit3455' value='Select Code' data-codeid='sfcode3455' /></p>
<div class='sfcode' id='sfcode3455'>jQuery(&#34;#list4&#34;).jqGrid(&#39;addRowData&#39;,83923,{id:&#34;113&#34;,invdate:&#34;2010-09-01&#34;,name:&#34;outtest3&#34;,note:&#34;mynote3&#34;,amount:&#34;400.00&#34;,tax:&#34;30.00&#34;,total:&#34;430.00&#34;}   );</div>
<ul>
<li>Re-sort the table by clicking on the Date or Client header</li>
</ul>
<ul>
<li>Select the newly added row and query its id in firebug with</li>
</ul>
<p><input type='button' class='sfcodeselect' name='sfselectit6353' value='Select Code' data-codeid='sfcode6353' /></p>
<div class='sfcode' id='sfcode6353'>jQuery(&#34;#list4&#34;).jqGrid(&#39;getGridParam&#39;,&#39;selarrrow&#39;);</div>
<p>This will yield &#39;113&#39; instead of &#39;83923&#39;, although &#39;83923&#39; was the explicitely assigned id with the addRow-Statement</p>
</p>
<p>regards,</p>
</p>
<p>Franz</p></p>
]]></description>
        	        	<pubDate>Fri, 08 Oct 2010 14:30:04 +0300</pubDate>
        </item>
        <item>
        	<title>mk on jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p20057</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p20057</guid>
        	        	<description><![CDATA[<p>Thank you martin.</p>
<p>For me it does not solve the problem. I had to change ui.jqgrid.css AND jquery-ui-1.8.2.custom.min.js with the one used in the online demo (which is jquery-ui-1.8.1.custom.min).</p>
]]></description>
        	        	<pubDate>Tue, 28 Sep 2010 18:50:53 +0300</pubDate>
        </item>
        <item>
        	<title>varta on jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p20054</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p20054</guid>
        	        	<description><![CDATA[<p>I had the same problem. You have to Update the ui.jqgrid.css file.</p>
</p>
<p>Mart&#237;n V.</p>
]]></description>
        	        	<pubDate>Tue, 28 Sep 2010 17:30:04 +0300</pubDate>
        </item>
        <item>
        	<title>mk on jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p20018</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p20018</guid>
        	        	<description><![CDATA[<p>Thanks for all the new updates in 3.8 version.&#160; Keep up the excellent work.</p>
<p>The demo download has 2 bugs:</p>
<p>1. the file "js/jquery.min.js" has to be renamed to "js/jquery.js"</p>
<p>2. since 3.6 the "Find records" function is not working. The search modal window is displayed in the table grid and you can not enter any data. See the following hardcopy. I would really appreciate a fix for that.</p>
<p>Thanks</p>
<p>Manfred</p>
<p><a href="http://www.softpoint.de/tv/find.jpg"><img src="http://www.softpoint.de/tv/find.jpg" width="100"  class="sfimageleft spUserImage" alt="find-bug" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p></p>
]]></description>
        	        	<pubDate>Mon, 27 Sep 2010 13:22:27 +0300</pubDate>
        </item>
        <item>
        	<title>angelo.pellegrinon on jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p20000</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p20000</guid>
        	        	<description><![CDATA[<p>Very thanks for the updates of 3.8 version.</p>
<p>I&#39;m using the new grouping functionality and is wonderfoul.</p>
<p>Question: is there a way to use addRowData and see the new row directly insered into the right group? Or if there is not a group, group it?</p>
<p>At this time when I use addRowData, it inserts the new row like it always do.</p>
</p>
<p>Thanks</p>
<p>Angelo</p>
]]></description>
        	        	<pubDate>Sun, 26 Sep 2010 00:59:08 +0300</pubDate>
        </item>
        <item>
        	<title>kk on jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p19990</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p19990</guid>
        	        	<description><![CDATA[<p>Ok. After looking at it a bit more, it seems to be related to Grouping Summary. If I set it to false, the grid displays fine on Chrome 6.</p>
</p>
<p>_K</p>
]]></description>
        	        	<pubDate>Sat, 25 Sep 2010 00:06:22 +0300</pubDate>
        </item>
        <item>
        	<title>kk on jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p19989</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p19989</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>First of all, thanks for such a wonderful plugin. We have been using it for a while. Grouping is an extremely welcome feature and we have upgraded our version to 3.8 now. Though it works fine on FF, we haven&#39;t been able to make it work at all on Chrome browser.&#160;</p>
</p>
<p>The Grid gets stuck at &#39;Loading&#8230;&#39; with the following error in the console -</p>
<p class="p1">&#160;</p>
<p class="p1"><a class="console-message-url " title="http://localhost:3000/javascripts/lib/jquery.jqGrid.min.js?1285392740" href="http://localhost:3000/javascripts/lib/jquery.jqGrid.min.js?1285392740" target="_blank">jquery.jqGrid.min.js:28</a>Uncaught jqGrid &#8211; No such method: groupingCalculations.undefined</p>
<p class="p1">&#160;</p>
<p class="p1">Since the same code works fine on FF, this might point to a bug in 3.8.</p>
<p class="p1">&#160;</p>
<p class="p1">Any help/work around/pointers would be greatly appreciated.</p>
<p class="p1">&#160;</p>
<p class="p1">Thanks again.</p>
<p class="p1">&#160;</p>
<p class="p1">_K</p>
]]></description>
        	        	<pubDate>Fri, 24 Sep 2010 23:00:29 +0300</pubDate>
        </item>
        <item>
        	<title>flack on jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p19951</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p19951</guid>
        	        	<description><![CDATA[<p>Congratulations on the new release, grouping is a feature I have been waiting for a long time!</p>
</p>
<p>There is one request that I have, though: Would it be possible to add an option for sorting to also rearrange groups?</p>
</p>
<p>For example, on your demo page if I go to "Simple grouping with array data" and sort by Tax, the group "test" always stays on top, for me, it would be more helpful if it moves to the bottom when I sort with descending order (in group test3 the Tax column always has the value 30, so it should be on top when sort descending is selected)</p>
<p>Keep up the good work!</p></p>
]]></description>
        	        	<pubDate>Thu, 23 Sep 2010 11:44:54 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p19931</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p19931</guid>
        	        	<description><![CDATA[<p>@Melissa,</p>
<p>Thank you very much for the investigations.</p>
<p>1. Im&#39;m not sure that the lcdata is not used anymore as you write. Ths lcdata is used to be inserted into the local data array.</p>
<p>As of this code</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7252' value='Select Code' data-codeid='sfcode7252' /></p>
<div class='sfcode' id='sfcode7252'>
<p>&#160;if(t.p.datatype == &#39;local&#39;) {<br />&#160; &#160;&#160;&#160;&#160; t.p._index[rowid] = t.p.data.length;<br />&#160; &#160;&#160;&#160;&#160; t.p.data.push(lcdata);<br />&#160; &#160;&#160;&#160;&#160; lcdata = {};<br />}</p>
</div>
<p>The reason that we first unformat the date and put the unformated value in the grid is:</p>
<p>the v value is inserted direct into the grid, but the lcdata contain the reverse date format since we have srcformat and newformat for the date.</p>
<p>You understand what I mean. I think this is not a bug.</p>
</p>
<p>@Franz,</p>
<p>For me is very important to know how do you do this:</p>
<blockquote>
<p>When I re-sort the rendered grid,</p>
</blockquote>
<p>In order to investigate the problem I need a link to the problem or code example.</p>
<p>Thank you</p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 22 Sep 2010 16:29:10 +0300</pubDate>
        </item>
        <item>
        	<title>znarfdwarf on jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p19923</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p19923</guid>
        	        	<description><![CDATA[<p>I also stumpled over the formatting error Melissa mentions. jqGrid seems to ignore the formatter options when adding&#160;a&#160;date row&#160;with addRowData.&#160; When I first sort the grid, the formatting is applied.</p>
</p>
<p>Another addRowData-related bug: I use the id option of addRowData to assign a non-sequential id to each table row, e.g.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4594' value='Select Code' data-codeid='sfcode4594' /></p>
<div class='sfcode' id='sfcode4594'>
<p>$gridNode.addRowData(&#39;9827&#39;, {col1: &#39;value1&#39;, col2: &#39;value2&#39;});</p>
<p>$gridNode.addRowData(&#39;31&#39;, {col1: &#39;value12&#39;, col2: &#39;value22&#39;});</p>
</div>
<p>When I re-sort the rendered grid,</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3640' value='Select Code' data-codeid='sfcode3640' /></p>
<div class='sfcode' id='sfcode3640'>&#160;$gridNode.getGridParam(&#39;selrow&#39;);</div>
<p><span id="_marker">suddenly returns the table row index (1 or 2) instead of the assigned ids (&#39;9827&#39; or &#39;31&#39;). When I don&#39;t re-sort the grid,&#160;the correct&#160;ids are reported.</span></p>
<p><span>&#160;</span></p>
<p><span>Do you plan to fix this bugs soon? I&#39;m not so fond of monkey-patching jqGrid&#39;s source files.</span></p>
<p><span>&#160;</span></p>
<p><span>Thanks for jqGrid!</span></p>
<p><span>&#160;</span></p>
<p><span>Franz</span><span style="font-family: Consolas; font-size: x-small;"><span style="font-family: Consolas; font-size: x-small;"></p>
<p></span></p>
<p></span></p>
<p><span style="font-family: Consolas; font-size: x-small;"></span></p>
]]></description>
        	        	<pubDate>Wed, 22 Sep 2010 11:44:31 +0300</pubDate>
        </item>
        <item>
        	<title>melissaC on jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p19906</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p19906</guid>
        	        	<description><![CDATA[<p>Thanks for all the new updates in 3.8 version.&#160; Keep up the good work.</p>
</p>
<p>I have been using the 3.8 beta for &#39;local&#39; data grid,&#160; I think there is a date formatting bug when I tried to use it in addRowData and setRowData.</p>
<p>In grid.base.js,&#160; for addRowData and setRowdata,</p>
<p>once the date formatter did all the formatting, and reassigned to&#160; lcdata[nm],&#160;&#160; lcdata[nm] is never used.</p>
<p>So, I guess&#160; lcdata[nm]&#160; should be&#160; just data[nm]&#160; to override the existing data or v needs to use the lcdata[dm] instead of data[dm].</p>
<p>
addRowData function:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9657' value='Select Code' data-codeid='sfcode9657' /></p>
<div class='sfcode' id='sfcode9657'>for(i = gi+si+ni; i &#60; t.p.colModel.length;i++){<br />&#160;&#160; cm = t.p.colModel[i];<br />&#160;&#160; nm = cm.name;<br />&#160;&#160; lcdata[nm] = cm.formatter &#38;&#38; typeof(cm.formatter) === &#39;string&#39; <br />&#160;&#160;&#160;&#160;&#160; &#38;&#38; cm.formatter == &#39;date&#39; ? $.unformat.date(data[nm],cm) : data[nm];<br />&#160;&#160; v = t.formatter( rowid, $.jgrid.getAccessor(data,nm), i, data, &#39;edit&#39;);<br />&#160;&#160; prp = t.formatCol(i,1,v);<br />&#160;&#160; row += &#34;&#60;td role=\&#34;gridcell\&#34; aria-describedby=\&#34;&#34;+t.p.id+&#34;_&#34;+nm+&#34;\&#34; &#34;+prp+&#34;&#62;&#34;+v+&#34;&#60;/td&#62;&#34;;<br />}</div>
<p>setRowData function:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7137' value='Select Code' data-codeid='sfcode7137' /></p>
<div class='sfcode' id='sfcode7137'>if( data[nm] !== undefined) {<br />&#160;&#160; lcdata[nm] = this.formatter &#38;&#38; typeof(this.formatter) === &#39;string&#39; <br />&#160;&#160;&#160;&#160;&#160; &#38;&#38; this.formatter == &#39;date&#39; ? $.unformat.date(data[nm],this) : data[nm];<br />&#160;&#160; vl = t.formatter( rowid, data[nm], i, data, &#39;edit&#39;);<br />&#160;&#160; title = this.title ? {&#34;title&#34;:$.jgrid.stripHtml(vl)} : {};<br />&#160;&#160; if(t.p.treeGrid===true &#38;&#38; nm == t.p.ExpandColumn) {<br />&#160;&#160;&#160;&#160;&#160; $(&#34;td:eq(&#34;+i+&#34;) &#62; span:first&#34;,ind).html(vl).attr(title);<br />&#160;&#160; } else {<br />&#160;&#160;&#160;&#160;&#160; $(&#34;td:eq(&#34;+i+&#34;)&#34;,ind).html(vl).attr(title); <br />&#160;&#160; }<br />}</div>
</p>
<p>Thanks,</p>
<p>Melissa.</p>
]]></description>
        	        	<pubDate>Tue, 21 Sep 2010 20:33:22 +0300</pubDate>
        </item>
        <item>
        	<title>admin on jqGrid 3.8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p19899</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-8#p19899</guid>
        	        	<description><![CDATA[<p>Today we released 3.8 version of jqGrid. Again with a lot of bugfixes the version add a grouping.</p>
<p>Many thanks to all for the invaluable  comments, recommendation and bug fixes.</p>
<p>Many Thanks to Oleg, which do the lot of things and give the community perfect solutions.<br />
Thank you Oleg.</p>
<p>The version can be downloaded form the Download section.<br />
All the changes can be found in <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:change#jqgrid_3.8_changes_and_fixes" target="_blank">3.8 changes and fixes</a></p>
<p>The documentation can be found <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:grouping" target="_blank">here</a></p>
<p>In the Download section we have updated the demo files too. </p>
<p>Enjoy.<br />
jqGrid Team.</p>
]]></description>
        	        	<pubDate>Tue, 21 Sep 2010 14:31:26 +0300</pubDate>
        </item>
</channel>
</rss>