<?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: multiselect causes indent problem with SubGrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiselect-causes-indent-problem-with-subgrid</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/multiselect-causes-indent-problem-with-subgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on multiselect causes indent problem with SubGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiselect-causes-indent-problem-with-subgrid#p7906</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multiselect-causes-indent-problem-with-subgrid#p7906</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Will correct this. Not sure 100%, but the same will be if you enable rownumbers.</p>
<p>Best Regards</p>
<p>Tony&#160;</p>
]]></description>
        	        	<pubDate>Mon, 20 Jul 2009 10:41:15 +0300</pubDate>
        </item>
        <item>
        	<title>eliaweiss on multiselect causes indent problem with SubGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/multiselect-causes-indent-problem-with-subgrid#p7894</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/multiselect-causes-indent-problem-with-subgrid#p7894</guid>
        	        	<description><![CDATA[<p>multiselect causes some indent problem with SubGrid, not a major problem but looks a little funny.</p>
<p>When using a grid with multiselect and subgrid, opening the subgrid,</p>
<p>whe subgrid displayed funny...</p>
</p>
<p>code:</p>
<p>jQuery(document).ready(function(){<br />&#160; jQuery("#list").jqGrid({<br />&#160;&#160;&#160; <a href="&#39;getDb2Xml.php&#39;" target="_blank">url:&#39;getDb2Xml.php&#39;</a>,<br />&#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160; colNames:[&#39;id&#39;,&#39;num&#39;, &#39;txt&#39;, &#39;act&#39;],<br />&#160;&#160;&#160; colModel :[<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;id&#39;, index:&#39;id&#39;, width:55, editable:true},<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;num&#39;, index:&#39;num&#39;, width:90, editable:true},<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;txt&#39;, index:&#39;txt&#39;, width:150, sortable:false, editable:true},<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;act&#39;, index:&#39;act&#39;, width:75,sortable:false}<br />&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160; pager: jQuery(&#39;#pager&#39;),<br />&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160; sortname: &#39;id&#39;,<br />&#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; imgpath: &#39;themes/basic/images&#39;,<br />&#160;&#160;&#160; editurl: "saverow.php",<br />&#160;&#160;&#160; subGrid : true,<br />&#160;&#160;&#160; subGridUrl: &#39;subgrid.php&#39;,<br />&#160;&#160;&#160; subGridModel: [{ name&#160; : [&#39;Num&#39;,&#39;txt&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; width : [55,200] }],<br />&#160;multiselect: true,<br />&#160;&#160;&#160; caption: &#39;My first grid&#39;<br />&#160; });<br />});</p>
]]></description>
        	        	<pubDate>Mon, 20 Jul 2009 05:28:13 +0300</pubDate>
        </item>
</channel>
</rss>