1f44
<?xml version="1.0" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Group: jqGrid Forum</title>
	<link>http://www.trirand.com/blog/?page_id=393&#038;group=6</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Forum Version 4.1.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393&#038;group=6&#038;xfeed=group" rel="self" type="application/rss+xml" />
<item>
	<title>rbsorensen on Enabling toolbar search icons/graphics</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics/#p28829</link>
	<category>Help</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics/#p28829</guid>
	<description><![CDATA[<p>Hi,</p>
<p>I am using the toolbar search facility&#160;in one of my grids and would like to enable the display of the icon/graphic for selecting the operation type ("="&#160;for "eq", "&#60;" for "lt"&#160;etc.)&#160; Two questions:</p>
<p>1. How do I turn on the display of these graphics?</p>
<p>2. How do I enable the selection of&#160;a different search operation from the list of operations allowed for a column?</p>
<p>Thank you</p>
]]></description>
	<pubDate>Mon, 20 May 2013 01:47:49 +0000</pubDate>
</item>
<item>
	<title>mfarahy on addrowdata and grouping</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/addrowdata-and-grouping/#p28828</link>
	<category>Help</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addrowdata-and-grouping/#p28828</guid>
	<description><![CDATA[I have same problem, how i can regrouping after i add row by addRowData method ?
]]></description>
	<pubDate>Sun, 19 May 2013 16:32:32 +0000</pubDate>
</item>
<item>
	<title>svgorin on Multiselect. Multikey. Unselect using checkbox doesn't work</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiselect-multikey-unselect-using-checkbox-doesnt-work/#p28827</link>
	<category>Bugs</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multiselect-multikey-unselect-using-checkbox-doesnt-work/#p28827</guid>
	<description><![CDATA[<p>If you select/unselect using Shift-Click, works fine. When you click checkbox on selected row, checkbox turnes to unselected, but row stay selected. It&#39;s not only visual effect: this row is returned as selected in query selected.</p>
<br />
<p>&#60;table id="grid1"&#62;&#60;/table&#62;</p>
<p>&#60;div id="pager1"&#62;&#60;/div&#62;</p>
<br />
<p>&#60;script type="text/javascript"&#62;</p>
<p>var gridData = [{ id: "1", name1: "v1" }</p>
<p>, { id: "2", name1: "v2" }</p>
<p>,{ id: "3", name1: "v3"}];</p>
<br />
<p>$(document).ready(function () {</p>
<p>$("#grid1").jqGrid({</p>
<p>data: gridData,</p>
<p>datatype: "local",</p>
<p>colModel: [</p>
<p>{ name: "id" },</p>
<p>{ name: "name1" }</p>
<p>],</p>
<p>multiselect: true,</p>
<p>multikey: "shiftKey"</p>
<p>});</p>
<p>});</p>
<p>&#60;/script&#62;</p>
<br />
]]></description>
	<pubDate>Sun, 19 May 2013 12:35:06 +0000</pubDate>
</item>
<item>
	<title>dailyblog on submit multi changed rows</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/submit-multi-changed-rows/#p28826</link>
	<category>Help</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/submit-multi-changed-rows/#p28826</guid>
	<description><![CDATA[<p>hi,im new here.</p>
<p>how to edit muti rows and submit once ?&#160;</p>
]]></description>
	<pubDate>Sat, 18 May 2013 03:33:06 +0000</pubDate>
</item>
<item>
	<title>dailyblog on get row staus</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/get-row-staus/#p28825</link>
	<category>Feature Request</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/get-row-staus/#p28825</guid>
	<description><![CDATA[get status of changed rows,such as inserted,updated,deleted
]]></description>
	<pubDate>Sat, 18 May 2013 03:30:52 +0000</pubDate>
</item>
<item>
	<title>rbsorensen on Column Show/Hide</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/column-showhide/#p28824</link>
	<category>Feature Request</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/column-showhide/#p28824</guid>
	<description><![CDATA[<p>Hi,</p>
<br />
<p>I noticed that Show/Hide column facility that was previously available is no longer supported.</p>
<br />
<p>I have implemented a column show/hide facility for jqGrid&#160;that works with&#160;the latest jqGrid version and also&#160;allows users to persist the show/hide column status and configure a grid whenever it is loaded.</p>
<br />
<p>If you are interested in including this content, let me know.</p>
<br />
<p>Rich Sorensen</p>
<p><a href="mailto:rich@westernesse.com" target="_blank">rich@westernesse.com</a></p>
<br />
]]></description>
	<pubDate>Fri, 17 May 2013 18:19:46 +0000</pubDate>
</item>
<item>
	<title>ithrees on Keep the focus to the current row while adding new rows dynamically to the jqgrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/keep-the-focus-to-the-current-row-while-adding-new-rows-dynamically-to-the-jqgrid/#p28823</link>
	<category>Help</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/keep-the-focus-to-the-current-row-while-adding-new-rows-dynamically-to-the-jqgrid/#p28823</guid>
	<description><![CDATA[<p>check this..</p>
<br />
<p><a href="http://stackoverflow.com/questions/12601306/keep-the-focus-to-the-current-row-while-adding-new-rows-dynamically-to-the-jqgri" target="_blank">http://stackoverflow.com/quest.....-the-jqgri</a></p>
]]></description>
	<pubDate>Fri, 17 May 2013 14:44:14 +0000</pubDate>
</item>
<item>
	<title>Rajesh.Bhopalan@cognizant.com on Issue with Dynamic Grouping - Need Help</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/issue-with-dynamic-grouping-need-help/#p28822</link>
	<category>Help</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/issue-with-dynamic-grouping-need-help/#p28822</guid>
	<description><![CDATA[<p>Link has been posted wrongly.&#160; Please check in below link : <a href="http://jsfiddle.net/RajeshBhopalan/Br6j2/5/" target="_blank">http://jsfiddle.net/RajeshBhop.....n/Br6j2/5/</a></p>
RajeshBhop&#8230;..n - RajeshBhopalan*
]]></description>
	<pubDate>Fri, 17 May 2013 14:36:11 +0000</pubDate>
</item>
<item>
	<title>Rajesh.Bhopalan@cognizant.com on Issue with Dynamic Grouping - Need Help</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/issue-with-dynamic-grouping-need-help/#p28821</link>
	<category>Help</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/issue-with-dynamic-grouping-need-help/#p28821</guid>
	<description><![CDATA[<p>Hi,</p>
<p>&#160;&#160;&#160;&#160; We are facing problem with specific column while perform dynamic grouping with it.</p>
<p>Options Enabled : Grouping, While grouping hiding respective column.</p>
<br />
<p>Grid Hosted In:&#160;<a href="http://jsfiddle.net/RajeshBhopalan/Br6j2/4/" target="_blank">http://jsfiddle.net/RajeshBhop.....n/Br6j2/4/</a></p>
<br />
<p>Select the "Requested By" in the drop down to perform dynamic grouping.</p>
<p>Error: &#160;Column filters (Textboxes) getting hidden while we select that particular column.</p>
<br />
<p>Regards,</p>
<p>Rajesh.B</p>
]]></description>
	<pubDate>Fri, 17 May 2013 14:34:27 +0000</pubDate>
</item>
<item>
	<title>jags on Call Grid search with user values</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/call-grid-search-with-user-values/#p28820</link>
	<category>Help</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/call-grid-search-with-user-values/#p28820</guid>
	<description><![CDATA[
1f5e
Yep, that worked perfectly. Thank you very much for all your help Oleg!
]]></description>
	<pubDate>Fri, 17 May 2013 13:25:53 +0000</pubDate>
</item>
<item>
	<title>OlegK on Call Grid search with user values</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/call-grid-search-with-user-values/#p28819</link>
	<category>Help</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/call-grid-search-with-user-values/#p28819</guid>
	<description><![CDATA[Sorry, the correct link to the docomentation is <a href="/jqgridwiki/doku.php?id=wiki:advanced_searching#options" target="_blank">here</a>. If you need implement (id=1 OR id = 2) AND col2 = 456 then you should create subgroup with groupOp:"OR" and use groupOp:"AND" on the top level. See <a href="http://stackoverflow.com/a/13906292/315935" target="_blank">the answer</a> for the code example.
]]></description>
	<pubDate>Fri, 17 May 2013 12:53:34 +0000</pubDate>
</item>
<item>
	<title>jags on Call Grid search with user values</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/call-grid-search-with-user-values/#p28818</link>
	<category>Help</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/call-grid-search-with-user-values/#p28818</guid>
	<description><![CDATA[<p>Hmm&#8230;Is that link you gave working? It shows this same topic or do I miss something. But what I&#180;m trying to achieve is, that for example I have 2 grid columns and I want to filter them like this based on user selections:</p>
<p>(id=1 OR id = 2) AND col2 = 456</p>
<br />
<p>So for example the code could be if possible:</p>
<pre>f = {groupOp:"AND",rules:[]};<br />f.rules.push({field:"id",op:"eq",data:[1,2]});<br />f.rules.push({field:"col2",op:"eq",data:456});
</pre>
]]></description>
	<pubDate>Fri, 17 May 2013 12:28:08 +0000</pubDate>
</item>
<item>
	<title>HenryYan on Fill value of field use origin data when editing record</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/fill-value-of-field-use-origin-data-when-editing-record/#p28817</link>
	<category>Feature Request</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/fill-value-of-field-use-origin-data-when-editing-record/#p28817</guid>
	<description><![CDATA[<p>If a column has custom <strong>formatter</strong>, like this:</p>
<p>---------</p>
<p>formatter: function(cellValue, options, rowObject) {</p>
<p>&#160; &#160; return (cellValue &#124;&#124; &#39;&#39;).replace(/n/g, &#39;&#60;br/&#62;&#39;);</p>
<p>}</p>
<p>-----</p>
<p>part of grid:</p>
<p><img src="http://imgbin.org/images/13556.png" alt="" /></p>
<br />
<p>After open dialog:&#160;</p>
<p><img src="http://imgbin.org/images/13557.png" alt="" width="452" height="302" /></p>
<br />
<p>I hope that use origin value to fill field instead of text of column in grid.</p>
<br />
]]></description>
	<pubDate>Fri, 17 May 2013 11:43:41 +0000</pubDate>
</item>
<item>
	<title>OlegK on Call Grid search with user values</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/call-grid-search-with-user-values/#p28816</link>
	<category>Help</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/call-grid-search-with-user-values/#p28816</guid>
	<description><![CDATA[<p><a href="/blog/?page_id=393/help/call-grid-search-with-user-values/#p28815" target="_blank">here</a>&#160;is described format of postData.</p>
<p>With</p>
<div class="sfcode">f.rules.push({field:&#34;id&#34;,op:&#34;eq&#34;,data:[id1,id2]});</div>
<p>you mean probably something like id=123 OR id=345.</p>
<p>You should just use groupOp: "OR" like I described in previously referenced answers.</p>
]]></description>
	<pubDate>Fri, 17 May 2013 10:28:56 +0000</pubDate>
</item>
<item>
	<title>jags on Call Grid search with user values</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/call-grid-search-with-user-values/#p28815</link>
	<category>Help</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/call-grid-search-with-user-values/#p28815</guid>
	<description><![CDATA[Where can I find some documentation about the filters option in postData? Is it possible to pass multiple values in data -property? For example:<br /><br />
<pre>f.rules.push({field:"id",op:"eq",data:[id1,id2]});<br /><br />At least it didn&#180;t work for me....</pre>
]]></description>
	<pubDate>Fri, 17 May 2013 10:20:19 +0000</pubDate>
</item>
<item>
	<title>akwolf on groupText help</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/grouptext-help/#p28814</link>
	<category>Help</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grouptext-help/#p28814</guid>
	<description><![CDATA[<p>Hi,</p>
<p>I have been working with jqgrid for a couple of months. &#160;Now, my peers want me to group the data and add buttons into the group row header, so that they can call up documents related to the group. &#160;I have tried using the groupView -&#62; groupText but it doesn&#39;t work. &#160;It is like the groupText row has it&#39;s own DOM that doesn&#39;t understand any other script on the page or references to other columns. &#160;I have an example code below</p>
<br />
<p>setup A:</p>
<p>groupView:</p>
<p><span style="white-space: pre;"> </span>groupText: ["{0} {1} : &#60;button class=&#39;mybutton&#39;&#62;{fileguid}&#60;/button&#62;"]</p>
<p>...</p>
<p>$(&#39;.mybutton&#39;).button({icons: [{primary: "ui-icon-document"}]});</p>
<br />
<p>outcome: the button does not render and the fileguid field is not accessible</p>
<br />
<p>setup B:</p>
<p>groupView:</p>
<p><span style="white-space: pre;"> </span>groupText: mycustomfunc()</p>
<p>...</p>
<p>var mycustomfunc = function(cellval, options, rowObject) {</p>
<p><span style="white-space: pre;"> </span>return cellval + "&#60;input type=&#39;button&#39; value=&#39;mybutton&#39; onclick=&#39;alert("" + rowObject + "")&#39;/&#62;";</p>
<p>}</p>
<br />
<p>outcome: error cellval and rowobject undefined</p>
<br />
<p>I am at lost. &#160;My project is coming due in about 2 weeks and need a way to solve this or I will have to switch to a different jquery grid.</p>
]]></description>
	<pubDate>Fri, 17 May 2013 07:18:29 +0000</pubDate>
</item>
<item>
	<title>JackOfShadows on Search operators are shown below the grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-operators-are-shown-below-the-grid/#p28813</link>
	<category>Bugs</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/search-operators-are-shown-below-the-grid/#p28813</guid>
	<description><![CDATA[Yes, that did the trick. Thanks, Tony!
]]></description>
	<pubDate>Thu, 16 May 2013 16:15:29 +0000</pubDate>
</item>
<item>
	<title>venugopalsmartboy on problem with importing remapColumns grid option</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-importing-remapcolumns-grid-option/#p28812</link>
	<category>Help</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-with-importing-remapcolumns-grid-option/#p28812</guid>
	<description><![CDATA[A simple yet efficient work around is , use&#160; label option in the colModel to set the grid headers and avoid using colNames.&#160; That will set things properly.
]]></description>
	<pubDate>Thu, 16 May 2013 12:31:31 +0000</pubDate>
</item>
<item>
	<title>tony on Search operators are shown below the grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-operators-are-shown-below-the-grid/#p28811</link>
	<category>Bugs</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/search-operators-are-shown-below-the-grid/#p28811</guid>
	<description><![CDATA[<p>Hello,</p>
<br />
<p>Be a sure you have copied the latest CSS and language file. We have make a lot ofchanges in these.</p>
<br />
<p>Regards</p>
<br />

29a
]]></description>
	<pubDate>Thu, 16 May 2013 09:01:38 +0000</pubDate>
</item>
<item>
	<title>tony on Demos on site broken</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/demos-on-site-broken/#p28810</link>
	<category>Bugs</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/demos-on-site-broken/#p28810</guid>
	<description><![CDATA[<p>Hello,</p>
<p>Thank you.</p>
<p>The demo contain old code which is not included in the last release.</p>
<p>We will correct this ASAP.</p>
<br />
<p>Regards</p>
<p>Tony</p>
]]></description>
	<pubDate>Wed, 15 May 2013 21:09:03 +0000</pubDate>
</item>
</channel>
</rss>
0

