<?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: Edittype Select Multiple Issue</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/edittype-select-multiple-issue</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/edittype-select-multiple-issue/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>skunkman on Edittype Select Multiple Issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edittype-select-multiple-issue#p29850</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edittype-select-multiple-issue#p29850</guid>
        	        	<description><![CDATA[<p>I was able to figure out what was causing this to happen.&#160; There is a section of the main source JS file that has this:</p>
</p>
<p>// fix IE8/IE7 problem with selecting of the first item on multiple=true<br />if (i === 0 &#38;&#38; elem.multiple) { this.selected = false; }</p>
<p>It was causing the first element to not be selected when it needed to be.&#160; This issue can be closed.</p>
]]></description>
        	        	<pubDate>Thu, 14 Nov 2013 17:06:31 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Edittype Select Multiple Issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edittype-select-multiple-issue#p29848</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edittype-select-multiple-issue#p29848</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>As far as I remember the selected values are based on grid data and not on selected data that comes from the dataUrl.</p>
<p>It seems that the cell data (the field with multiselect) in the grid is not consistent with the data from the dataUrl.</p>
<p>Please check if the items in the grid cell are the same as in the dataUrl.</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 14 Nov 2013 09:15:44 +0200</pubDate>
        </item>
        <item>
        	<title>skunkman on Edittype Select Multiple Issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edittype-select-multiple-issue#p29845</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edittype-select-multiple-issue#p29845</guid>
        	        	<description><![CDATA[<p>When creating a table and setting one of the columns as:</p>
<p><em>edittype:"select", editoptions:{multiple: true, dataUrl: "somelocation"}</em></p>
<p>The first &#60;option&#62; tag for the multiselect drop down that is created is not selecting when set to select by default.</p>
<p>Viewing the code returned by the AJAX call, the "selected" attribute is present.&#160; When the code is copied to an HTML page by itself, it is selected properly.&#160; An example of this returned HTML from the AJAX call is this:</p>
</p>
<p>&#60;select id="devices" multiple&#62;&#60;option selected value="26"&#62;data&#60;/option&#62;&#60;option selected value="23"&#62;network&#60;/option&#62;&#60;option selected value="32"&#62;template&#60;/option&#62;&#60;/select&#62;</p>
</p>
<p>In the jqGrid, the above when returned does not have the first option showing as selected, but the other two are.&#160; When adding a blank &#60;option&#62; tag before the first one, it then selects the blank one AND the first one.</p>
</p>
<p>Please let me know if any more information is needed.</p>
</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Wed, 13 Nov 2013 20:49:20 +0200</pubDate>
        </item>
</channel>
</rss>