<?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: Height of toobar seach row</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row</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/help/height-of-toobar-seach-row/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>kxlin on Height of toobar seach row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20058</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20058</guid>
        	        	<description><![CDATA[<p>OK, I figured that out.</p>
</p>
<p>The page is missing DOCTYPE declaration, which brought IE 6 into quirks mode.</p>
]]></description>
        	        	<pubDate>Tue, 28 Sep 2010 23:36:13 +0300</pubDate>
        </item>
        <item>
        	<title>kxlin on Height of toobar seach row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20040</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20040</guid>
        	        	<description><![CDATA[<p>OK, it&#39;s confirmed that it was not my code, there must be something wrong with browser that runs in Citrix environment. I tested your demo with local browser and citrix browser, the former worked fine and the latter gave me the same mess.</p>
<p>Questions for you CSS/HTML/JavaScrit gurus, what (configurations?) can possiblely cause a browser (IE6) to render HTML/CSS improperly? Is it a security setting?</p>
]]></description>
        	        	<pubDate>Tue, 28 Sep 2010 06:01:51 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Height of toobar seach row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20038</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20038</guid>
        	        	<description><![CDATA[<p>jqGrid extends $("#list") with some additional elements to find easyer some divs which it create. About hDiv look at my <a href="http://stackoverflow.com/questions/2683108/jqgrid-footer-cells-inherits-css-from-cells-in-the-main-grid/2697747#2697747" target="_blank">old answer</a> and <a href="http://stackoverflow.com/questions/3462071/jqgrid-get-th-and-thead-using-jquery/3463002#3463002" target="_blank">another one</a>.</p>
<p>About problem with IE6 SP2 with Citrix it is different to say something because I have no such environment. Moreover you don&#39;t post nothing more as a screenshorts. I can cot find a bug looking only on thescreenshorts.</p>
<p>Try to use <a href="/jqgridwiki/doku.php?id=wiki:how_to_install#development_installation" target="_blank">the developer version</a> of jqGrid an debug a little.</p>
<p>Best regards<br />Oleg</p></p>
]]></description>
        	        	<pubDate>Tue, 28 Sep 2010 04:12:49 +0300</pubDate>
        </item>
        <item>
        	<title>kxlin on Height of toobar seach row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20037</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20037</guid>
        	        	<description><![CDATA[<blockquote>
<p>OlegK said:</p>
<p>If I read "please help" and know the solution it is difficult keep the silent. So I made <a href="http://www.ok-soft-gmbh.com/jqGrid/CustomFilter4.htm" target="_blank">a small demo</a>. It shows how one use</p>
<p>$("thead &#62; tr.ui-search-toolbar", $("#list").hDiv).height(60);</p>
<p>to set the heigth of the search toolbar to 60 pixels. In the way you can also modify the size of elements inside of the toolbar. You can do this on cause only if the toolbar exist. See a small trick with <strong>setTimeout</strong> in my demo. I hope it will save your time (no a week more).</p>
<p>Best regards<br />Oleg</p>
</blockquote>
<hr />
<p>What&#39;s the "hDiv" in $(&#39;#list&#39;).hDiv?</p>
]]></description>
        	        	<pubDate>Tue, 28 Sep 2010 03:29:35 +0300</pubDate>
        </item>
        <item>
        	<title>kxlin on Height of toobar seach row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20036</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20036</guid>
        	        	<description><![CDATA[<blockquote>
<p>OlegK said:</p>
<p>If I read "please help" and know the solution it is difficult keep the silent. So I made <a href="http://www.ok-soft-gmbh.com/jqGrid/CustomFilter4.htm" target="_blank">a small demo</a>. It shows how one use</p>
<p>$("thead &#62; tr.ui-search-toolbar", $("#list").hDiv).height(60);</p>
<p>to set the heigth of the search toolbar to 60 pixels. In the way you can also modify the size of elements inside of the toolbar. You can do this on cause only if the toolbar exist. See a small trick with <strong>setTimeout</strong> in my demo. I hope it will save your time (no a week more).</p>
<p>Best regards<br />Oleg</p>
</blockquote>
<hr />
<p>Your help is much appreciated... my problem now doesn&#39;t seem to be the toolbar height as I originally thought. Looks like there is something wrong with Citrix browser as lots of components are not rendered properly... everything is working fine in the local browser!! They are both IE6 SP2.</p></p>
]]></description>
        	        	<pubDate>Tue, 28 Sep 2010 03:16:42 +0300</pubDate>
        </item>
        <item>
        	<title>kxlin on Height of toobar seach row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20035</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20035</guid>
        	        	<description><![CDATA[<p>See screen shot below.</p>
</p>
<p>The left browser is a Citrix browser and the right one is local. The toolbar search, the navigation bar and the whole table content are not rendered properly.</p>
<p><a href="http://64.59.32.157/img/gridcompare.png" rel="nofollow" target="_blank">http://64.59.32.157/img/gridcompare.png</a></p>
</p>
<p><a href="http://64.59.32.157/img/gridcompare.png"><img src="http://64.59.32.157/img/gridcompare.png" width="100"  style="float: left;" class="spUserImage" alt="Screen shot" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class=" sfmouseother" alt="Image Enlarger" /></a></p>
]]></description>
        	        	<pubDate>Tue, 28 Sep 2010 03:09:12 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Height of toobar seach row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20033</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20033</guid>
        	        	<description><![CDATA[<p>If I read "please help" and know the solution it is difficult keep the silent. So I made <a href="http://www.ok-soft-gmbh.com/jqGrid/CustomFilter4.htm" target="_blank">a small demo</a>. It shows how one use</p>
<p>$("thead &#62; tr.ui-search-toolbar", $("#list").hDiv).height(60);</p>
<p>to set the heigth of the search toolbar to 60 pixels. In the way you can also modify the size of elements inside of the toolbar. You can do this on cause only if the toolbar exist. See a small trick with <strong>setTimeout</strong> in my demo. I hope it will save your time (no a week more).</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Tue, 28 Sep 2010 02:23:19 +0300</pubDate>
        </item>
        <item>
        	<title>kxlin on Height of toobar seach row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20030</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20030</guid>
        	        	<description><![CDATA[<p>Please, help. If my question doesn&#39;t make sense, I can clarify.</p>
</p>
<p>Spent a&#160; whole week on putting the grid to work, and everything works in a local browser. Then I test it in a citirx, both toolbar search and navigration bar are messed up.</p>
</p>
<p>I can proivde screen shots, but I don&#39;t know how, no button for uploading pictures.</p>
]]></description>
        	        	<pubDate>Tue, 28 Sep 2010 01:38:52 +0300</pubDate>
        </item>
        <item>
        	<title>kxlin on Height of toobar seach row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20028</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20028</guid>
        	        	<description><![CDATA[<p>Here is the link to the documentation where search toolbar is introduced:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:toolbar_searching" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>....._searching</a></p>
</p>
<p>I aslo have problem to render the toolbar and navigation bar in a citrix browser. They all work fine in a local browser. Please help.</p>
]]></description>
        	        	<pubDate>Tue, 28 Sep 2010 00:56:05 +0300</pubDate>
        </item>
        <item>
        	<title>kxlin on Height of toobar seach row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20027</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20027</guid>
        	        	<description><![CDATA[<p>Here is the link to the documentation where search toolbar is introduced:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:toolbar_searching" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>....._searching</a></p>
</p>
<p>I aslo have problem to render the toolbar and navigation bar in a citrix browser. They all work fine in a local browser. Please help.</p>
]]></description>
        	        	<pubDate>Tue, 28 Sep 2010 00:56:01 +0300</pubDate>
        </item>
        <item>
        	<title>kxlin on Height of toobar seach row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20025</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/height-of-toobar-seach-row#p20025</guid>
        	        	<description><![CDATA[<p>How do I adjust height of toobar search row?</p>
</p>
<p>[Image Can Not Be Found]</p>
]]></description>
        	        	<pubDate>Mon, 27 Sep 2010 22:51:07 +0300</pubDate>
        </item>
</channel>
</rss>