<?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: support  inside of </title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/support-inside-of</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/support-inside-of/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on support  inside of </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/support-inside-of#p24263</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/support-inside-of#p24263</guid>
        	        	<description><![CDATA[<p>Look here:</p>
</p>
<p>/blog/?page_id=393/bugs/small-incompatibilities-to-jquery-ui-theme/#p24262</p>
]]></description>
        	        	<pubDate>Sun, 14 Aug 2011 12:37:48 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on support  inside of </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/support-inside-of#p24173</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/support-inside-of#p24173</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>please don&#39;t forget about the fixing of the problems described above. The initial topic described <a href="http://stackoverflow.com/questions/6492100/jqgrid-edittype-select-using-dataurl-returns-select-with-optgroup-not-savi/6505546#6505546" target="_blank">here</a> contains not only suddestion how to support&#160;<strong>&#60;optgroup&#62;</strong>&#160;together with&#160;<strong>&#60;option&#62;</strong>&#160;elements inside of&#160;<strong>&#60;selects&#62;</strong>&#160;but additionally described a bug in standard <strong>&#60;selects&#62;</strong>&#160;in case of the usage both <strong>multiple: true</strong>&#160;and <strong>dataUrl</strong>&#160;options. In the case the <a href="https://github.com/tonytomov/jqGrid/blob/v4.1.2/js/grid.inlinedit.js#L67" target="_blank">line 67</a> of the grid.inlinedit.js should be changed from</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8563' value='Select Code' data-codeid='sfcode8563' /></p>
<div class='sfcode' id='sfcode8563'>if(cm[i].edittype == &#34;select&#34; &#38;&#38; cm[i].editoptions.multiple===true &#38;&#38; $.browser.msie) {</div>
<p>to somethinh like</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2242' value='Select Code' data-codeid='sfcode2242' /></p>
<div class='sfcode' id='sfcode2242'>if(cm[i].edittype === &#34;select&#34; &#38;&#38; typeof(cm[i].editoptions)!==&#34;undefined&#34; &#38;&#38; cm[i].editoptions.multiple===true &#38;&#38; typeof(cm[i].editoptions.dataUrl)===&#34;undefined&#34; &#38;&#38; $.browser.msie) {</div>
<p>so that the next line</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9530' value='Select Code' data-codeid='sfcode9530' /></p>
<div class='sfcode' id='sfcode9530'>$(elc).width($(elc).width());</div>
<p>will be not executed. Currently the width of the select will be set <strong>before</strong> the data will be loaded from the <strong>dataUrl</strong>&#160;and after the loading the data can&#39;t be seen.</p>
<p>Recently I answerd on <a href="http://stackoverflow.com/questions/6952809/with-edittype-select-and-multiple-true-select-box-is-not-loading-data/6960946#6960946" target="_blank">another question</a> where the user had the problem.</p>
<p>Tony please fix at least the problem.</p>
<p>Another changes described in <a href="http://stackoverflow.com/questions/6492100/jqgrid-edittype-select-using-dataurl-returns-select-with-optgroup-not-savi/6505546#6505546" target="_blank">the answer</a> are also prity simple and consists in removing of "&#62;" in constructions like "select&#62;option:selected". So there are clear and should have no side effects.</p>
<p>Best regards<br />Oleg&#160;</p></p>
]]></description>
        	        	<pubDate>Sat, 06 Aug 2011 18:06:20 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on support  inside of </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/support-inside-of#p23915</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/support-inside-of#p23915</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>I want just remind you about the problem and some other proplems reported in the last time:</p>
<ul>
<li><a rel="nofollow" href="/blog/?page_id=393/bugs/onselectrow-not-called-on-checkboxes-formattercheckbox/#p23823" target="_blank"></a><a href="http://www.trirand.com/blog/?p" rel="nofollow" target="_blank">http://www.trirand.com/blog/?p</a>.....ox/#p23823</li>
<li><a rel="nofollow" href="/blog/?page_id=393/bugs/small-incompatibilities-to-jquery-ui-theme/#p23815" target="_blank"></a><a href="http://www.trirand.com/blog/?p" rel="nofollow" target="_blank">http://www.trirand.com/blog/?p</a>.....me/#p23815</li>
<li><a rel="nofollow" href="/blog/?page_id=393/bugs/inline-editing-undinding-of-keydown-after-an-error-in-the-server-reponse/#p23507" target="_blank"></a><a href="http://www.trirand.com/blog/?p" rel="nofollow" target="_blank">http://www.trirand.com/blog/?p</a>.....se/#p23507</li>
<li><a rel="nofollow" href="/blog/?page_id=393/bugs/set-rownum-to-some-large-value-in-the-settreegrid/#p23140" target="_blank"></a><a href="http://www.trirand.com/blog/?p" rel="nofollow" target="_blank">http://www.trirand.com/blog/?p</a>.....id/#p23140</li>
<li><a rel="nofollow" href="/blog/?page_id=393/bugs/opera-and-showing-cell-titles/#p23023" target="_blank"></a><a href="http://www.trirand.com/blog/?p" rel="nofollow" target="_blank">http://www.trirand.com/blog/?p</a>.....es/#p23023</li>
<li><a rel="nofollow" href="/blog/?page_id=393/treegrid/jqgrid-4-adjacency-model-expanded_field-problem/#p23012" target="_blank"></a><a href="http://www.trirand.com/blog/?p" rel="nofollow" target="_blank">http://www.trirand.com/blog/?p</a>.....em/#p23012</li>
</ul>
<p>Some from there are really simple other more complex, but all there seems still exist.</p>
<p>So if you will find the time for it please look at the bug reports.</p>
<p>One more small suggestion: it would be very nice if the bug fixes from the github code will be published more frequently as a new minor jqGrid release. For example it would be nice to see jqGrid 4.1.2 in the next time. Thank you.</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Fri, 08 Jul 2011 11:47:06 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on support  inside of </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/support-inside-of#p23814</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/support-inside-of#p23814</guid>
        	        	<description><![CDATA[<p>Thank you Tony!</p>
<p>I have seen that in my first topic I forget to include the most importan information - the link to my answer on the satckoverflow where I described my suggestion how to fix the described problem. I&#39;m sorry. You can find the link&#160;<a href="http://stackoverflow.com/questions/6492100/jqgrid-edittype-select-using-dataurl-returns-select-with-optgroup-not-savi/6505546#6505546" target="_blank">here</a>.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Thu, 30 Jun 2011 13:51:46 +0300</pubDate>
        </item>
        <item>
        	<title>tony on support  inside of </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/support-inside-of#p23800</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/support-inside-of#p23800</guid>
        	        	<description><![CDATA[<p>Oleg,</p>
<p>Thanks. Will look at this at end of week.</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 29 Jun 2011 11:55:40 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on support  inside of </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/support-inside-of#p23788</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/support-inside-of#p23788</guid>
        	        	<description><![CDATA[<p>(Sorry the title of the topic was saved wrong and it could not be modified. It should be "support of &#60;optgroup&#62; inside of &#60;select&#62;")</p>
<p>Hello Tony,</p>
<p>I answerd recently one question on the stackoverflow which described small fixes in jqGrid which will allow to support <strong>&#60;optgroup&#62;</strong> together with <strong>&#60;option&#62;</strong> elements inside of <strong>&#60;selects&#62;</strong>. After the changes inline editing will support grouping in the selects:</p>
<p><a href="http://www.ok-soft-gmbh.com/jqGrid/OptGroup.png"><img src="http://www.ok-soft-gmbh.com/jqGrid/OptGroup.png" width="100"  class="sfimageleft spUserImage" alt="" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>and</p>
<p><a href="http://www.ok-soft-gmbh.com/jqGrid/OptGroupMultiple.png"><img src="http://www.ok-soft-gmbh.com/jqGrid/OptGroupMultiple.png" width="100"  class="sfimageleft spUserImage" alt="" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>The corresponding demos are here: <a href="http://www.ok-soft-gmbh.com/jqGrid/OptGroup.htm" target="_blank">single select demo</a>, <a href="http://www.ok-soft-gmbh.com/jqGrid/OptGroupMultiple.htm" target="_blank">multiple select demo</a>.</p>
<p>I hope the feature will be interesting for other who use jqGrid.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Tue, 28 Jun 2011 14:29:48 +0300</pubDate>
        </item>
</channel>
</rss>