<?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: Multi Select Issue with ~</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/multi-select-issue-with</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/multi-select-issue-with/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Multi Select Issue with ~</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/multi-select-issue-with#p7115</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multi-select-issue-with#p7115</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Yes, maybe this is the best solution.</p>
<p>Thanks</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 09 Jun 2009 04:56:14 +0300</pubDate>
        </item>
        <item>
        	<title>DeveloperSteve on Multi Select Issue with ~</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/multi-select-issue-with#p7102</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multi-select-issue-with#p7102</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I have a situation where I want to use the multi-select option.&#160; Our row identifier contains a complex value that has data delimited by ~.&#160; Since the row&#39;s ID is being set to this value it is causing issues with jQuery&#39;s selector.&#160; If I escape it in your code it works fine.</p>
<p>Here is an example:</p>
<p>Line 234 of grid.base.js</p>
</p>
<p><span style="font-size: x-small;"><font size="2"></font></span></p>
<p>$(</p>
</p>
<p><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">"#jqg_"</span></span><span style="font-size: x-small;"> + $t.p.selrow.replace(</span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">"."</span></span><span style="font-size: x-small;">, </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">"\\\\."</span></span><span style="font-size: x-small;">)</span><span style="font-size: x-small;">, $t.rows).attr(</span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">"checked"</span></span></p>
<p><span style="font-size: x-small;">, stat);</span></p>
<p>Gets changed to:</p>
</p>
<p><span style="font-size: x-small;"><font size="2"></font></span></p>
<p>$(</p>
<p><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">"#jqg_"</span></span><span style="font-size: x-small;"> + $t.p.selrow.replace(</span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">"."</span></span><span style="font-size: x-small;">, </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">"\\\\."</span></span><span style="font-size: x-small;">).replace(/~/g, </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">"\\\\~"</span></span><span style="font-size: x-small;">), $t.rows).attr(</span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">"checked"</span></span></p>
<p><span style="font-size: x-small;">, stat);</span></p>
<p>And everything works perfectly.&#160; Since there are multiple places this change would have to be made, it would probably make sense to move the escaping to a separate function.&#160; If this is something that could be included that would be excellent!</p>
]]></description>
        	        	<pubDate>Mon, 08 Jun 2009 11:17:48 +0300</pubDate>
        </item>
</channel>
</rss>