<?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: jqGrid and autocomplete</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete</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/jqgrid-and-autocomplete/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>brad8118 on jqGrid and autocomplete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1630</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1630</guid>
        	        	<description><![CDATA[<p>Awesome.</p>
<p>Thanks.&#160; I had tried this but I was also using the setCell function.</p>
<p>Thanks again.</p>
]]></description>
        	        	<pubDate>Wed, 20 Aug 2008 11:41:02 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid and autocomplete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1626</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1626</guid>
        	        	<description><![CDATA[<p>I do not think so. You first applay editRow and then setCell - these method are not compatible.</p>
<p>To attach datepicker in you case</p>
<p>...</p>
<p>jQuery(&#39;#rowed6&#39;).editRow(id,true,pickdates);</p>
<p>function pickdates(id){ 	jQuery("#"+id+"_sdate","#rowed6").datepicker({dateFormat:"yy-mm-dd"}); }</p>
</p>
<p>Also see examples - datepicker integration in demo page</p>
]]></description>
        	        	<pubDate>Wed, 20 Aug 2008 10:11:06 +0300</pubDate>
        </item>
        <item>
        	<title>brad8118 on jqGrid and autocomplete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1623</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1623</guid>
        	        	<description><![CDATA[<p>I created a text box in the html</p>
<p>&#60;input type="text" id="examplePicker" value="Not set yet" style="width: 90px;" /&#62;</p>
<p>I attached the datepicker to it and was able to choose a date from the popup calendar. (not in jqgrid).</p>
<p>I then used setCell and set&#160; $(&#39;#examplePicker&#39;) as the data ie</p>
<p>jQuery("#list").setCell(rowNum, "Promised", $(&#39;#examplePicker&#39;), { &#39;text-align&#39;: &#39;center&#39; });</p>
<p>This moves the element examplePicker from the page into the jqgrid. Good- I click on the text box and the calendar appears. I click a date and the date is saved in the text box. This means there isn&#39;t a layer problem.</p>
<p>I cancel/save the row then edit the same row again and now there is no text box to click.&#160; I think this happens because the examplePicker is added to the jqgrid.&#160; Then it tries to add it again but its gone...</p>
</p>
<p>I have also tried to create the element as a div, text, and textarea.</p>
<p>Text and textarea did not work.</p>
<p>Using the div (ie calText = document.createElement("div");) added the calender to be displayed inline.&#160; The calendar&#39;s months and days can be switched and selected.</p>
]]></description>
        	        	<pubDate>Wed, 20 Aug 2008 09:21:37 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid and autocomplete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1595</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1595</guid>
        	        	<description><![CDATA[<p>Also try first to implement your script without using setCell -i.e.</p>
<p>apply this to other element in the page and see the result - IMHO the way</p>
<p>you do this is not correct.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 19 Aug 2008 11:49:06 +0300</pubDate>
        </item>
        <item>
        	<title>brad8118 on jqGrid and autocomplete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1588</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1588</guid>
        	        	<description><![CDATA[<p>Tried - No luck</p>
<p>🙁</p>
]]></description>
        	        	<pubDate>Tue, 19 Aug 2008 07:15:15 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid and autocomplete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1568</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1568</guid>
        	        	<description><![CDATA[<p>I think that the right syntax is:</p>
<p><strong>$("#calText").datepicker();</strong></p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 19 Aug 2008 01:23:37 +0300</pubDate>
        </item>
        <item>
        	<title>brad8118 on jqGrid and autocomplete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1565</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1565</guid>
        	        	<description><![CDATA[<p>I&#39;m trying to create an text element and set a datepicker to it when a row is edited.&#160;</p>
<p>$("#list").editRow(rowNum);</p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; var calText = document.createElement("text");<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(calText).html("&#60;input&#160; id=&#39;calText&#39; name=&#39;calText&#39; type= &#39;text&#39;&#160; style=&#39;width: 95px&#39; value=&#39;Click To Set&#39;/&#62;");<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(calText).datepicker();<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery("#list").setCell(rowNum, "Promised", calText, { &#39;text-align&#39;: &#39;center&#39; });</p>
<p>The datepicker isn&#39;t being applied to calText.</p>
<p>Any ideas?</p></p>
]]></description>
        	        	<pubDate>Mon, 18 Aug 2008 12:19:39 +0300</pubDate>
        </item>
        <item>
        	<title>kaare on jqGrid and autocomplete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1114</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1114</guid>
        	        	<description><![CDATA[<p>Finally I had a little time to test this.</p>
<p>You&#39;re right, it&#39;s easy. I put</p>
<p>jQuery(&#39;...&#39;).editRow(id,true,fieldfunctions);</p>
<p>in onSelecctRow. And in fieldfunctions:</p>
<p>jQuery("#"+id+"_field1","#...").datepicker({dateFormat:"yy-mm-dd"}); <br />jQuery("#"+id+"_field2","#...").autocomplete(...etc etc</p>
<p>This is just great!</p>
]]></description>
        	        	<pubDate>Wed, 16 Jul 2008 15:29:41 +0300</pubDate>
        </item>
        <item>
        	<title>julizar on jqGrid and autocomplete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1072</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1072</guid>
        	        	<description><![CDATA[<p>I`ll create an example page for&#160; exchange of experience soon. 🙂</p>
]]></description>
        	        	<pubDate>Tue, 15 Jul 2008 03:50:50 +0300</pubDate>
        </item>
        <item>
        	<title>kaare on jqGrid and autocomplete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1040</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1040</guid>
        	        	<description><![CDATA[<p>julizar, do you mind sharing your code?</p>
]]></description>
        	        	<pubDate>Fri, 11 Jul 2008 13:02:06 +0300</pubDate>
        </item>
        <item>
        	<title>julizar on jqGrid and autocomplete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1039</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1039</guid>
        	        	<description><![CDATA[<p>I`m using on a one row <a href="http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/" target="_blank">autocompete</a> and ui.datapicker, and there is no</p>
<p>problem.</p>
]]></description>
        	        	<pubDate>Fri, 11 Jul 2008 12:16:49 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid and autocomplete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1035</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1035</guid>
        	        	<description><![CDATA[<p>I think that this is very interesting. Generally there should be no problem The only think that you will to known is that every input id is created as combination of rowid+"_"+name where the rowid is the edited row and name is the name from colModel of that field.</p>
<p>Please let me known of the result. It will be very interesting to demostrate this in the demo page.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 11 Jul 2008 07:43:52 +0300</pubDate>
        </item>
        <item>
        	<title>kaare on jqGrid and autocomplete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1034</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-autocomplete#p1034</guid>
        	        	<description><![CDATA[<p>I wonder if it will be straight forward to include autocomplete functionality with jqGrid?</p>
<p>I imagine jQuery(&#39;#...&#39;).editRow(id,true,doautocommit);</p>
<p>function doautocommit(id){</p>
<p>use_autocommit_plugin</p>
<p>}</p>
<p>Is this the way? Any pitfalls?</p>
]]></description>
        	        	<pubDate>Fri, 11 Jul 2008 07:21:18 +0300</pubDate>
        </item>
</channel>
</rss>