<?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.6.5</title>
	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5</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-6-5/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>hitesh on jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p20642</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p20642</guid>
        	        	<description><![CDATA[<blockquote>
<p>admin said:Exactly three years after first publishing of jqGrid, we are happy  to announce the 3.6.5 release of jqGrid. You should consider this release more as bug fix release (more than 30 fixes), but we have added a lot of new enchantments. The most important of them are:  </p>
<ul>
<li>Extended ARIA support</li>
<li>SearchFilter enchantments</li>
</ul>
<p>The full list of fixes and changes can be found  <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:change#jqgrid_3.6.5_changes_and_fixes" target="_blank">here</a> We working hard on the upcoming 3.7 release. Soon it will be available as alfa in the GitHub.  Kind Regard jqGrid Team</p>
</blockquote>
<hr />
<p>Hi Team,</p>
<p>You guys have developed great features.Its damn good. I need small help can u please help me out.</p>
<p>My scenario is I dont want the user to enter special characters in Toolbar Search.I wanna restrict them to enter special characters. Any help to sort this out</p>
]]></description>
        	        	<pubDate>Wed, 03 Nov 2010 14:53:09 +0200</pubDate>
        </item>
        <item>
        	<title>virgilio on jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17923</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17923</guid>
        	        	<description><![CDATA[<p>hi,</p>
<p>what is the best way to update select field values dynamically?</p>
<p>this is the one shown on edit form</p>
</p>
<p>here is how i update field value in colmodel</p>
<pre id="line14"><p><input type='button' class='sfcodeselect' name='sfselectit1572' value='Select Code' data-codeid='sfcode1572' /></p><div class='sfcode' id='sfcode1572'>var value_manager_id = jQuery.parseJSON($.ajax({url:&#39;/admin_users.php?id=managers&#38;a=getValues&#38;f=manager_id&#39;,async:false}).responseText);<br />jQuery(&#39;#managers&#39;).jqGrid(&#39;setColProp&#39;,&#39;manager_id&#39;,{editoptions:{value:value_manager_id}});</div><br />then later did a gridReload<br /><br />the code updated the values in the grid display but not the selections in edit form.<br /><br />thanks<br />regards<br /></pre>
]]></description>
        	        	<pubDate>Tue, 15 Jun 2010 12:14:39 +0300</pubDate>
        </item>
        <item>
        	<title>DR_CHAOS on jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17787</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17787</guid>
        	        	<description><![CDATA[<p>nm</p>
]]></description>
        	        	<pubDate>Tue, 08 Jun 2010 08:04:38 +0300</pubDate>
        </item>
        <item>
        	<title>glittle on jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17389</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17389</guid>
        	        	<description><![CDATA[<p>Help!</p>
<p>This new version has problems with JSON...</p>
<p>Please see details in this post:</p>
<p>/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5/&#38;value=2399&#38;type=9&#38;include=0&#38;search=1&#38;ret=all</p>
]]></description>
        	        	<pubDate>Fri, 21 May 2010 23:10:15 +0300</pubDate>
        </item>
        <item>
        	<title>Les on jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17287</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17287</guid>
        	        	<description><![CDATA[<p>Tony,</p>
</p>
<p>The example that you provided will format the cell content. This is not what I was looking for. &#160;I&#39;d like to format the cell title instead.</p>
</p>
<p>I thought the title option would be overloaded - either boolean or a function, but it doesn&#39;t&#39; work this way.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1428' value='Select Code' data-codeid='sfcode1428' /></p>
<div class='sfcode' id='sfcode1428'>
<p>function myTitle (value, options, rowdata) {</p>
<p>return &#34;My title&#34;;</p>
<p>}</p>
<p>colModel : [</p>
<p>{name: &#39;myname&#39;,title:myTitle</p>
<p>...</p>
<p>]</p>
</div>
]]></description>
        	        	<pubDate>Tue, 18 May 2010 22:37:37 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17196</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17196</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>@Les &#8211; it can be done like this:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7774' value='Select Code' data-codeid='sfcode7774' /></p>
<div class='sfcode' id='sfcode7774'>
<p>colModel : [</p>
<p>{name: &#39;myname&#39;,title:false, formatter:mytitle, unformat:myuntitle... }</p>
<p>...</p>
<p>]</p>
</p>
<p>function mytitle (value, options, rowdata)</p>
<p>{</p>
<p>var mycustom_title = &#34;&#60;span title=&#39;HERE MY TITLE&#39;&#62;&#34;+value+&#34;&#60;/span&#62;&#34;;</p>
<p>return mycustom_title;</p>
<p>}</p>
</p>
<p>function myuntitle(value, options, element)</p>
<p>{</p>
<p>return value;</p>
<p>}</p>
</p>
</div>
<p>@rotoflex</p>
<p>I will try to prepare one. The idea is simple, you will only need to set the postData with the filters object, something like this</p>
</p>
<p>postData: { filters:{groupOp:"AND", rules :[ {field:&#39;some&#39;,op:&#39;eq&#39;,data:&#39;somedata&#39;},.... ]} }</p>
</p>
<p>I hope You got the point.</p>
<p>@williamfjordan,</p>
<p>Should think on this. Thank you</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 16 May 2010 13:36:47 +0300</pubDate>
        </item>
        <item>
        	<title>williamfjordan on jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17157</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17157</guid>
        	        	<description><![CDATA[<p>Thank you for an excellent grid.</p>
</p>
<p>I noticed on the jqGrid 3.6.3 changes and fixes notes that you made the following change:</p>
</p>
<p style="padding-left: 30px;">"Fix in inline edit when the edittype is textarea and a Enter is pressed - now we create a new line and do not save the data to the server."</p>
</p>
<p>When cellEdit is true, a column with&#160; edittype:"textarea" has the same issue and needs a similar fix as the one made in the 3.6.3 release.&#160; Enter will end the edit mode instead of adding a new line to the text area.</p>
</p>
<p>Does anyone have a work around for this?</p></p>
]]></description>
        	        	<pubDate>Thu, 13 May 2010 19:46:45 +0300</pubDate>
        </item>
        <item>
        	<title>rotoflex on jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17028</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17028</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>Is there a demo for that new searchFilters feature?</p>
</p>
<p>Regards,</p>
</p>
<p>Janne</p>
]]></description>
        	        	<pubDate>Mon, 10 May 2010 12:36:26 +0300</pubDate>
        </item>
        <item>
        	<title>Les on jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17016</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17016</guid>
        	        	<description><![CDATA[<p>Tony:</p>
</p>
<p>You write in the release notes:</p>
</p>
<p><em>"Also with this is possible to define a custom formatter and put what you want value for the title."</em></p>
</p>
<p>How is this possible? &#160;The doc states that the title option can be boolean only, not a function.</p>
</p>
<p>Do you have an example how to use the custom title formatter?</p>
</p>
<p>I put each question on a separate line, so it&#39;s easier answer and harder to ignore.&#160;<img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
</p>
<p>Thx,</p>
<p>Les</p>
]]></description>
        	        	<pubDate>Sat, 08 May 2010 19:00:19 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17004</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17004</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>For me the demo pages works fine in Safari Chrome.</p>
<p>Maybe you will need to look here:</p>
<p><a href="http://groups.google.com/group/jquery-en/browse_thread/thread/de95e8adf9c0ffb7" rel="nofollow" target="_blank"><a href="http://groups.google.com/group" rel="nofollow">http://groups.google.com/group</a>.....adf9c0ffb7</a></p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 07 May 2010 17:03:55 +0300</pubDate>
        </item>
        <item>
        	<title>adrian.crapciu on jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17003</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p17003</guid>
        	        	<description><![CDATA[<p>Hi, just tested the new version in Chrome and Safari. It seems to be a problem Uncaught Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7. The grid is not populated just the Loading... is displayed.</p>
]]></description>
        	        	<pubDate>Fri, 07 May 2010 16:31:12 +0300</pubDate>
        </item>
        <item>
        	<title>Les on jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p16921</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p16921</guid>
        	        	<description><![CDATA[<p>Tony:</p>
</p>
<p>&#62;&#62;&#62; Added new option in colModel title. Default is true. If false the title is not displayed in the cell. Also with this is possible to define a custom formatter and put what you want value for the title.</p>
</p>
<p>Do you have an example of a custom formatter for the title? &#160;What are the parameters?</p>
</p>
<p>I don&#39;t see that this is documented.</p>
</p>
<p>Thx,</p>
<p>Les</p>
]]></description>
        	        	<pubDate>Wed, 05 May 2010 16:21:58 +0300</pubDate>
        </item>
        <item>
        	<title>admin on jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p16915</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-3-6-5#p16915</guid>
        	        	<description><![CDATA[<p>Exactly three years after first publishing of jqGrid, we are happy  to announce the 3.6.5 release of jqGrid. You should consider this release more as bug fix release (more than 30 fixes), but we have added a lot of new enchantments. The most important of them are:</p>
<ul>
<li>Extended ARIA support</li>
<li>SearchFilter enchantments</li>
</ul>
<p>The full list of fixes and changes can be found  <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:change#jqgrid_3.6.5_changes_and_fixes" target="_blank">here</a></p>
<p>We working hard on the upcoming 3.7 release. Soon it will be available as alfa in the GitHub.</p>
<p>Kind Regard<br />
jqGrid Team</p>
]]></description>
        	        	<pubDate>Wed, 05 May 2010 11:58:00 +0300</pubDate>
        </item>
</channel>
</rss>