<?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: Frozen Column Impressions</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/frozen-column-impressions</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/frozen-column-impressions/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>kobruleht on Frozen Column Impressions</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/frozen-column-impressions#p25776</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/frozen-column-impressions#p25776</guid>
        	        	<description><![CDATA[<p>Thank you. Removing sortable:true fixes thy issue.</p>
<p>Unfortunately other column re-ordering is more important so I cannot use frozen columns this case.</p>
<p>How to allow unfrozen column re-ordering if only cb (and maybe actions column also)&#160;&#160;are frozen ?</p>
]]></description>
        	        	<pubDate>Tue, 24 Jan 2012 13:08:08 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on Frozen Column Impressions</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/frozen-column-impressions#p25774</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/frozen-column-impressions#p25774</guid>
        	        	<description><![CDATA[<p>Sorry, but is <a href="http://www.ok-soft-gmbh.com/jqGrid/FrozenMultiselectColumns.htm" target="_blank">my demo</a> work correctly in your environment? If it works than you should debug your code and verify why the setFrozenColumns method still not executed. Probably you use some additional options of jqGrid which are not supported by frozen columns (see the limitations <a href="/jqgridwiki/doku.php?id=wiki:frozencolumns#limitations" target="_blank">here</a>)? For example you could uses <strong>scroll:1</strong> (<strong>scroll:true</strong>) or something like that.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Tue, 24 Jan 2012 12:37:51 +0200</pubDate>
        </item>
        <item>
        	<title>kobruleht on Frozen Column Impressions</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/frozen-column-impressions#p25765</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/frozen-column-impressions#p25765</guid>
        	        	<description><![CDATA[<p>Thank you.</p>
<p>I added code from the demo to my applicaton but cb column is not froozen. I looks like code is ignored. I added alert() boxes and verified that code is actually running.</p>
<p>I&#39;m no idea what I&#39;m doing wrong. How to solve or debug this issue?</p>
<p>How to froze action button column also ?</p>
]]></description>
        	        	<pubDate>Mon, 23 Jan 2012 21:05:47 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on Frozen Column Impressions</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/frozen-column-impressions#p25746</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/frozen-column-impressions#p25746</guid>
        	        	<description><![CDATA[<p>Hello!</p>
<p>I find that you found a good method to do what you need. The problem is that frozen columns is the new feature. After small modifications it can be used in more cases as where it currently used. The method <strong>setFrozenColumns</strong> tests some criteria and exit in some situaltion like in your case. So one should just deceive it.</p>
<p>I tought about your problem and now I can suggest you one more method to solve the problem. <a href="http://www.ok-soft-gmbh.com/jqGrid/FrozenMultiselectColumns.htm" target="_blank">The demo</a>, which I created for you, demonstrates this. The demo is the modification of my demo from <a href="http://stackoverflow.com/a/8771429/315935" target="_blank">the answer</a>. The main part of code which solve your problem is below:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9492' value='Select Code' data-codeid='sfcode9492' /></p>
<div class='sfcode' id='sfcode9492'>$grid.jqGrid(&#39;setColProp&#39;, &#39;cb&#39;, {frozen: true});<br />$grid.jqGrid(&#39;setGridParam&#39;, {multiselect: false});<br />$grid.jqGrid(&#39;setFrozenColumns&#39;);<br />$grid.jqGrid(&#39;setGridParam&#39;, {multiselect: true});&#160;</div>
<p>As the results you will receive the frozen column with the multiselect checkboxes only.</p>
<p>One more benifit of the demo is that it supports editing: inline editing too. Typically inline editing are not supported with the frozen columns (see <a href="/jqgridwiki/doku.php?id=wiki:frozencolumns#limitations" target="_blank">here</a>), but using the tricks which I described in <a href="http://stackoverflow.com/a/8771429/315935" target="_blank">the refferenced answer</a> on the stackoverflow.com <strong>it is do possible to use inline editing if you have no editable frozen columns</strong>. In my demo I used double-click event to start inline editing. You can try the demo and see the results like</p>
<p><a href="http://www.ok-soft-gmbh.com/jqGrid/FrozenMultiselectColumns.png"><img src="http://www.ok-soft-gmbh.com/jqGrid/FrozenMultiselectColumns.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>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Fri, 20 Jan 2012 18:28:52 +0200</pubDate>
        </item>
        <item>
        	<title>SteveT on Frozen Column Impressions</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/frozen-column-impressions#p25742</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/frozen-column-impressions#p25742</guid>
        	        	<description><![CDATA[<p>We wanted to use frozen columns to only freeze the checkbox column on the left (multiple: true). &#160;</p>
</p>
<p>I found that if I set frozen: true to a hidden column that is at the beginning of the column list, I can accomplish this. &#160; Maybe there is a better way?</p>
</p>
<p>We display various HTML in our grid including images, text with line breaks, etc. &#160;I noticed that if the height of a non-frozen cell is greater than the height of the frozen column they will get misaligned. &#160;We can&#39;t currently use frozen columns because of this. &#160;This might be the same problem as:</p>
</p>
<p><a title="Bugs in Position of Frozezn Divs" href="/blog/?page_id=393/bugs/some-bugs-in-position-of-frozen-dives/&#38;value=frozen&#38;type=1&#38;include=1&#38;search=1&#38;ret=all" target="_blank"></a><a href="http://www.trirand.com/blog/?p" rel="nofollow" target="_blank">http://www.trirand.com/blog/?p</a>.....=all&#160;</p>
</p>
<p>Thanks for all the great work you do!</p>
]]></description>
        	        	<pubDate>Fri, 20 Jan 2012 16:47:03 +0200</pubDate>
        </item>
</channel>
</rss>