<?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: dataUrl in searchoptions{} for filterToolbar notused</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/dataurl-in-searchoptions-for-filtertoolbar-notused</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/dataurl-in-searchoptions-for-filtertoolbar-notused/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>adamwatkins on dataUrl in searchoptions{} for filterToolbar notused</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/dataurl-in-searchoptions-for-filtertoolbar-notused#p28660</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/dataurl-in-searchoptions-for-filtertoolbar-notused#p28660</guid>
        	        	<description><![CDATA[<p>Thank you for your assistance. I moved the searchoptions and stype etc. outside of editoptions, not sure how i missed that one. It all seems to work fine now. Funny how a small comment from someone "in the know" tremendously helps.</p>
</p>
<p>One additional query though, is there a way to refresh the searchoptions dropdown list on the filtertoolbar after it is initiated (like how you can do recreateForm: true in the pager edit/add options).</p>
]]></description>
        	        	<pubDate>Mon, 15 Apr 2013 13:50:10 +0300</pubDate>
        </item>
        <item>
        	<title>tony on dataUrl in searchoptions{} for filterToolbar notused</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/dataurl-in-searchoptions-for-filtertoolbar-notused#p28653</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/dataurl-in-searchoptions-for-filtertoolbar-notused#p28653</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>The code :</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4064' value='Select Code' data-codeid='sfcode4064' /></p>
<div class='sfcode' id='sfcode4064'>
<p>{name:"category_id_link",index:"c.id",editable:true,edittype:"select",width:140,sortable:false,search:true, editoptions:{<br />&#160;&#160; &#160;dataUrl:"jqGrid/actions/selectbox/sb_menu_categories.php",<br />&#160;&#160; &#160;stype:&#39;select&#39;,<br />&#160;&#160; &#160;style:&#39;width:95%&#39;,<br />&#160;&#160; &#160;surl:"jqGrid/actions/selectbox/sb_menu_categories.php",<br />&#160;&#160; &#160;searchoptions:{<br />&#160;&#160; &#160;&#160;&#160; &#160;dataUrl:"jqGrid/actions/selectbox/sb_menu_categories.php"<br />&#160;&#160; &#160;}<br />}},</p>
</p>
</div>
<p>is wrong. You put searchoptions and stype as part of editoptions which is not correct. Please look the documentation and examples.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Mon, 15 Apr 2013 10:25:06 +0300</pubDate>
        </item>
        <item>
        	<title>adamwatkins on dataUrl in searchoptions{} for filterToolbar notused</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/dataurl-in-searchoptions-for-filtertoolbar-notused#p28595</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/dataurl-in-searchoptions-for-filtertoolbar-notused#p28595</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Could someone please explain how to use the dataUrl in conjunction with the filterToolbar. My aim is to get a dropdown box on the filter toolbar which is dynamically loaded from an ajax request. This is fine for editoptions{} and pulls the data correctly.</p>
<p>The problem is that the filter toolbar field always displays a normal textbox. However if i used searchoptions {value:... } then it is fine. It just doesnt seem to work with dataUrl. Am i missing something please? Is this a bug in the system as i think i have followed documentation thoroughly. Any guidance will be appreciated. Thank you.</p>
</p>
<p>An example column in colmodel is this:</p>
<p><span style="color: #3366ff;"><strong>The Column:</strong></span></p>
<p>{name:"category_id_link",index:"c.id",editable:true,edittype:"select",width:140,sortable:false,search:true, editoptions:{<br />&#160;&#160; &#160;dataUrl:"jqGrid/actions/selectbox/sb_menu_categories.php",<br />&#160;&#160; &#160;stype:&#39;select&#39;,<br />&#160;&#160; &#160;style:&#39;width:95%&#39;,<br />&#160;&#160; &#160;surl:"jqGrid/actions/selectbox/sb_menu_categories.php",<br />&#160;&#160; &#160;searchoptions:{<br />&#160;&#160; &#160;&#160;&#160; &#160;dataUrl:"jqGrid/actions/selectbox/sb_menu_categories.php"<br />&#160;&#160; &#160;}<br />}},</p>
</p>
<p><span style="color: #3366ff;"><strong>The Pager:</strong></span></p>
<p>$("#menugridlist").jqGrid(&#39;navGrid&#39;,&#39;#menugridpager&#39;, {search:false}, //options<br />&#160;&#160;&#160; {height:&#39;auto&#39;,width:&#39;auto&#39;,reloadAfterSubmit:false, recreateForm: true}, // edit options<br />&#160;&#160;&#160; {height:&#39;auto&#39;,width:&#39;auto&#39;,reloadAfterSubmit:false, recreateForm: true}, // add options<br />&#160;&#160;&#160; {reloadAfterSubmit:false}, // del options<br />&#160;&#160;&#160; {jqModal:false}, // search options<br />&#160;&#160;&#160; {height:250,jqModal:false,closeOnEscape:true} // view options<br />);</p>
<p><span style="color: #3366ff;"><strong>The Filter Toolbar:</strong></span></p>
<p>$("#menugridlist").jqGrid(&#39;filterToolbar&#39;,{stringResult: true,searchOnEnter : false});</p>
]]></description>
        	        	<pubDate>Fri, 05 Apr 2013 15:17:09 +0300</pubDate>
        </item>
</channel>
</rss>