<?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: Small Change to jqID function for 3.6</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/small-change-to-jqid-function-for-36</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/bugs/small-change-to-jqid-function-for-36/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Small Change to jqID function for 3.6</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/small-change-to-jqid-function-for-36#p11430</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/small-change-to-jqid-function-for-36#p11430</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Steve, this is not allowed ID caharcter, but you can easy fix this in your code, whitout changing the grid&#39;s code</p>
<p>just after calling jqGrid JS file do</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7734' value='Select Code' data-codeid='sfcode7734' /></p>
<div class='sfcode' id='sfcode7734'>
<p>&#160;&#160;&#160; $.extend($.jgrid,jqID : function(sid){<br />&#160;&#160;&#160; &#160;&#160;&#160; sid = sid + &#8220;&#8221;;<br />&#160;&#160;&#160; &#160;&#160;&#160; return sid.replace(/([\\~\\.\\:\\[\\]])/g,&#8221;\\\\$1&#8243;);<br />&#160;&#160;&#160; });</p>
</div>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 02 Nov 2009 14:37:27 +0200</pubDate>
        </item>
        <item>
        	<title>SteveT on Small Change to jqID function for 3.6</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/small-change-to-jqid-function-for-36#p11418</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/small-change-to-jqid-function-for-36#p11418</guid>
        	        	<description><![CDATA[<p>3.6 is looking great.&#160; Excellent work.&#160;&#160;It would help me a&#160;bunnch&#160;if you could escape &#160;~ in the jqID function.&#160; Thanks again!</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3046' value='Select Code' data-codeid='sfcode3046' /></p>
<div class='sfcode' id='sfcode3046'>
<p>return sid.replace(/([\\.\\:\\[\\]])/g, "<a href="file://$1/" target="_blank">\\\\$1</a>");</p>
<p>=== beomes ===</p>
<p>return sid.replace(/([\\~\\.\\:\\[\\]])/g, "<a href="file://\\\\$1" target="_blank">\\\\$1</a>");</p>
</div>
]]></description>
        	        	<pubDate>Mon, 02 Nov 2009 13:34:04 +0200</pubDate>
        </item>
</channel>
</rss>