<?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: New search toolbar &#38; Add/Edit buttons</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-search-toolbar-addedit-buttons</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/new-search-toolbar-addedit-buttons/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on New search toolbar &#38; Add/Edit buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-search-toolbar-addedit-buttons#p2546</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/new-search-toolbar-addedit-buttons#p2546</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>This is definitley a bug. Thank you.</p>
<p>Soon will be bug fix release.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 16 Oct 2008 02:16:30 +0300</pubDate>
        </item>
        <item>
        	<title>softcore on New search toolbar &#38; Add/Edit buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-search-toolbar-addedit-buttons#p2544</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/new-search-toolbar-addedit-buttons#p2544</guid>
        	        	<description><![CDATA[<p>Tony I don&#39;t have differences in fields. In filterGrid I want to use the same colModel. I don&#39;t think that the problem is in my code because it&#39;s quite simple. If I delete &#8220;edittype:&#8221;select&#8221;" from the second column (type_worker) everything works well, but with &#8220;edittype:&#8221;select&#8221;" add/edit forms don&#39;t work. Also add/edit forms work if I delete the line with filterGrid (the last line in my code)</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7780' value='Select Code' data-codeid='sfcode7780' /></p>
<div class='sfcode' id='sfcode7780'>jQuery(document).ready(function(){ <br />var lastsel;<br />&#160; jQuery(&#8221;#list&#8221;).jqGrid({<br />&#160;&#160;&#160; url:&#39;z-workers.php&#39;,<br />&#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;&#160;&#160; height: &#39;100%&#39;,<br />&#160;&#160;&#160; colNames:[&#39;Ð¤Ð˜Ðž&#39;,&#39;Ð¢Ð¸Ð¿&#39;],<br />&#160;&#160;&#160; colModel :[ <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;fio_worker&#39;, index:&#39;fio_worker&#39;, width:200, editable:true, editoptions:{size:30}},<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;type_worker&#39;, index:&#39;type_worker&#39;, width:150, editable:true, edittype:"select",editoptions:{value:"ÐŸÑ€Ð¾Ð¸Ð·Ð²Ð¾Ð´ÑÑ‚Ð²Ð¾:ÐŸÑ€Ð¾Ð¸Ð·Ð²Ð¾Ð´ÑÑ‚Ð²Ð¾;ÐœÐ¾Ð½Ñ‚Ð°Ð¶:ÐœÐ¾Ð½Ñ‚Ð°Ð¶"}}],<br />&#160;&#160;&#160; pager: jQuery(&#39;#pager&#39;),<br />&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160; sortname: &#39;type_worker&#39;,<br />&#160;&#160;&#160; sortorder: &#8220;asc&#8221;,<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; imgpath: &#39;themes/basic/images&#39;,<br />&#160;&#160;&#160; caption: &#39;Ð Ð°Ð±Ð¾Ñ‚Ð½Ð¸ÐºÐ¸&#39;,<br />&#160;&#160;&#160; toolbar: [true, "top"],<br />&#160;&#160;&#160; editurl: &#8220;z-workers-edit.php?a=edit&#8221;<br />&#160; }).navGrid(&#39;#pager&#39;, <br />&#160;&#160;&#160; {refresh: true, edit: true, add: true, del: true, search: true},<br />&#160;&#160;&#160; {url: &#39;z-workers-edit.php?a=edit&#39;},<br />&#160;&#160;&#160; {url: &#39;z-workers-edit.php?a=add&#39;},<br />&#160;&#160;&#160; {url: &#39;z-workers-edit.php?a=del&#39;});<br />jQuery(&#8221;#t_list&#8221;).filterGrid(&#8221;#list&#8221;,{gridModel:true,gridToolbar:true});<br />});</div></p>
]]></description>
        	        	<pubDate>Thu, 16 Oct 2008 00:30:29 +0300</pubDate>
        </item>
        <item>
        	<title>tony on New search toolbar &#38; Add/Edit buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-search-toolbar-addedit-buttons#p2533</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/new-search-toolbar-addedit-buttons#p2533</guid>
        	        	<description><![CDATA[<p>If you have differences with edit fields in add/edit form and the new</p>
<p>search functionality maybe a good idea is to use your own</p>
<p>filterModel - i.e gridModel is false, then configure your filterModel and set</p>
<p>gridToolbar to true. Also refer to doc to see how you can configure your</p>
<p>custom search model.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 15 Oct 2008 07:03:57 +0300</pubDate>
        </item>
        <item>
        	<title>softcore on New search toolbar &#38; Add/Edit buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-search-toolbar-addedit-buttons#p2532</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/new-search-toolbar-addedit-buttons#p2532</guid>
        	        	<description><![CDATA[<p>I&#39;ve tested this issue. The problem is only when we have editable field(s) with edittype="select". In other cases everything is OK. But I think that this should be solved.</p>
]]></description>
        	        	<pubDate>Wed, 15 Oct 2008 06:28:22 +0300</pubDate>
        </item>
        <item>
        	<title>softcore on New search toolbar &#38; Add/Edit buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-search-toolbar-addedit-buttons#p2531</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/new-search-toolbar-addedit-buttons#p2531</guid>
        	        	<description><![CDATA[<p>Tony, maybe it seems strange, but is it possible to use add/edit buttons (form editing) in the grid with new search toolbar (filterGrid), introduces in 3.3? I&#39;ve tried to implement this toolbar. Everything is OK, but add/edit form don&#39;t appear when I click pager buttons (even if searh toolbar is hidden). Standart search form and warning forms works well. When I delete search toolbar add/edit forms works again.</p>
<p>I want to implement new search toolbar without loosing ability to add and edit records.</p>
<p>Tested with different browsers, with grid.packall</p>
]]></description>
        	        	<pubDate>Wed, 15 Oct 2008 05:34:18 +0300</pubDate>
        </item>
</channel>
</rss>