<?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: datepicker ui</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/datepicker-ui</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/datepicker-ui/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Martin on datepicker ui</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/datepicker-ui#p8817</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/datepicker-ui#p8817</guid>
        	        	<description><![CDATA[<p>@Nathan, @Tony, yes that was it, thanks.</p>
]]></description>
        	        	<pubDate>Wed, 19 Aug 2009 13:50:30 +0300</pubDate>
        </item>
        <item>
        	<title>tony on datepicker ui</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/datepicker-ui#p8784</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/datepicker-ui#p8784</guid>
        	        	<description><![CDATA[<p>Hello Nathan,</p>
<p>Thanks for this fix. I update my post so that other can set it correct.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 19 Aug 2009 05:41:35 +0300</pubDate>
        </item>
        <item>
        	<title>Nathan on datepicker ui</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/datepicker-ui#p8733</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/datepicker-ui#p8733</guid>
        	        	<description><![CDATA[<p>Hi Martin,</p>
</p>
<p>If you can provide more source I&#39;d be happy to take a look. The link you provided doesn&#39;t resolve a page so I can&#39;t see what source your working with.</p>
</p>
<p>Here&#39;s a snipet of how I fixed it:</p>
</p>
<p>&#160;&#160;&#160; &#60;style type="text/css"&#62;<br />&#160;&#160;&#160; &#160;&#160;&#160; .ui-datepicker {z-index:1200;}<br />&#160;&#160;&#160; &#60;/style&#62;</p>
<p>Hope that helps!</p>
</p>
<p>Nathan</p>
]]></description>
        	        	<pubDate>Tue, 18 Aug 2009 07:44:23 +0300</pubDate>
        </item>
        <item>
        	<title>Martin on datepicker ui</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/datepicker-ui#p8717</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/datepicker-ui#p8717</guid>
        	        	<description><![CDATA[<p>Just FYI,&#160; I get an error:</p>
<p>Warning: Expected identifier for pseudo-class or pseudo-element but found &#39; &#39;.&#160; Ruleset ignored due to bad selector.<br />Source File: <a href="http://www.devneq.org/index.php/EventController/index" rel="nofollow" target="_blank"><a href="http://www.devneq.org/index.ph" rel="nofollow">http://www.devneq.org/index.ph</a>.....ller/index</a><br />Line: 24</p>
</p>
<p>When I do that...</p>
</p>
<p>Thx</p>
<p>Martin</p>
]]></description>
        	        	<pubDate>Mon, 17 Aug 2009 14:49:16 +0300</pubDate>
        </item>
        <item>
        	<title>tony on datepicker ui</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/datepicker-ui#p5499</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/datepicker-ui#p5499</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>In your head section after you load the datepicker css set</p>
<p>&#60;style&#62;</p>
<p>.ui-datepicker : {zIndex:1200;}</p>
<p>&#60;/style&#62;</p>
<p>Edit:</p>
<p>The above code is wrong. We should as Nathan say:</p>
<p>&#60;style&#62;</p>
<p>.ui-datepicker  {zIndex:1200;}</p>
<p>&#60;/style&#62;</p></p>
]]></description>
        	        	<pubDate>Sat, 21 Mar 2009 12:43:56 +0200</pubDate>
        </item>
        <item>
        	<title>Nathan on datepicker ui</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/datepicker-ui#p5474</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/datepicker-ui#p5474</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>I&#39;m trying to use the datepicker ui with a grid. My date picker always appears behind the modal form. &#160; I&#39;ve reviewed a number of the posts on the site that this a zIndex issue.&#160; My question is how to fix this...</p>
<p>Using jquery ui version 1.7, and jqgrid version 3.4.2</p>
<p>1)&#160; Set the zIndex as a parameter - I can&#39;t seem to find any docs in regards to this parameter and the following code does not work:</p>
<p>&#160;&#160;&#160; }).navGrid(&#39;#hoursNav&#39;,{refresh:true,add:true,del:true,edit:false, search:false,},{},{height:280,reloadAfterSubmit:true,modal:true,onInitializeForm:function(formid){jQuery("#DATE",formid).datepicker({showOn: &#39;button&#39;, buttonImage: &#39;./css/artwork/calendar.gif&#39;, buttonImageOnly: true, zIndex:950})}},{reloadAfterSubmit:true});</p>
<p>2) Change the CSS file for ui.datepicker.</p>
<p>I&#39;ve looked in this file and the only line that sets the zIndex is IE special case:</p>
<p>/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */<br />.ui-datepicker-cover {<br />&#160;&#160;&#160; display: none; /*sorry for IE5*/<br />&#160;&#160;&#160; display/**/: block; /*sorry for IE5*/<br />&#160;&#160;&#160; position: absolute; /*must have*/<br />&#160;&#160;&#160; z-index: -1; /*must have*/<br />&#160;&#160;&#160; filter: mask(); /*must have*/<br />&#160;&#160;&#160; top: -4px; /*must have*/<br />&#160;&#160;&#160; left: -4px; /*must have*/<br />&#160;&#160;&#160; width: 200px; /*must have*/<br />&#160;&#160;&#160; height: 200px; /*must have*/<br />}</p>
<p>Any help in solving this problem would be greatly appreciated.</p>
<p>Nathan</p></p>
]]></description>
        	        	<pubDate>Fri, 20 Mar 2009 22:59:52 +0200</pubDate>
        </item>
</channel>
</rss>