<?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: (Un)Selection problem</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/unselection-problem</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/unselection-problem/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on (Un)Selection problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/unselection-problem#p9916</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/unselection-problem#p9916</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Please refer what are the allowed id characters here:</p>
<p><a href="http://www.w3.org/TR/REC-xml/#NT-Name" rel="nofollow" target="_blank">http://www.w3.org/TR/REC-xml/#NT-Name</a></p>
]]></description>
        	        	<pubDate>Mon, 21 Sep 2009 07:10:33 +0300</pubDate>
        </item>
        <item>
        	<title>marko on (Un)Selection problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/unselection-problem#p9905</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/unselection-problem#p9905</guid>
        	        	<description><![CDATA[<pre><code>Hi,<br /><br />There is a problem selecting rows in the situation showed in below sample code.<br />When you select a sigle row, and then you select another row, both rows stay selected.<br />I noticed that if I remove the backslash (the same thing happens with slashes) from the username, selection works perfectly.<br /><br />Thanks.<br /><br />jQuery().ready(function() {<br />    // We use a document ready jquery function.<br />    jQuery("#list2").jqGrid({<br />    datastr: "{\\"Page\\":1,\\"Total\\":1,\\"Records\\":3,\\"Rows\\":[{\\"Username\\":\\"ISTRA\\\\\\\\marko\\"},{\\"Username\\":\\"ISTRA\\\\\\\\marko2\\"},{\\"Username\\":\\"ISTRA\\\\\\\\marko3\\"}]}",<br />    datatype: "jsonstring",<br />    jsonReader: {<br />        root: "Rows",<br />        page: "Page",<br />        total: "Total",<br />        records: "Records",<br />        repeatitems: false,<br />        id: "0"<br />    },<br />    height: 250,<br />        colModel: [<br />           { name: &#39;Username&#39;, key: true, label: &#39;Username&#39;, width: 150, editable: true },<br />           { name: &#39;DatabaseName&#39;, label: &#39;DatabaseName&#39;, width: 50, editable: false },<br />           { name: &#39;ServerName&#39;, label: &#39;ServerName&#39;, width: 50, editable: false },<br />           { name: &#39;ConnectionString&#39;, label: &#39;ConnectionString&#39;, width: 250, editable: true },<br />           { name: &#39;XslFilesPath&#39;, label: &#39;XslFilesPath&#39;, width: 250, editable: true }<br />         ],<br />        caption: "Manipulating Array Data"<br />    });<br />}); <br /></code></pre>
]]></description>
        	        	<pubDate>Mon, 21 Sep 2009 03:53:18 +0300</pubDate>
        </item>
</channel>
</rss>