<?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: search toolbar with editable grid gives me an error</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-toolbar-with-editable-grid-gives-me-an-error</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/search-toolbar-with-editable-grid-gives-me-an-error/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on search toolbar with editable grid gives me an error</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-toolbar-with-editable-grid-gives-me-an-error#p5874</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/search-toolbar-with-editable-grid-gives-me-an-error#p5874</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Check to see if you heve unneeded ; at end of string -i.e</p>
<p>minutos = &#8220;00:00;15:15;30:30;45:45<strong>; &#60;-----</strong>&#8243;;</p>
<p>If this is set the select will not work.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 07 Apr 2009 03:21:23 +0300</pubDate>
        </item>
        <item>
        	<title>snip3r05 on search toolbar with editable grid gives me an error</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-toolbar-with-editable-grid-gives-me-an-error#p5844</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/search-toolbar-with-editable-grid-gives-me-an-error#p5844</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>i have a grid with editable rows that was working just fine, when i added the seach toolbar the fields that are select type in the editable row dont appear and i have this error</p>
<p>&#8221; options.value is undefined<span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch"></span></p>
<div class="errorSourceBox errorSource-exec">[Image Can Not Be Found]<span class="errorSource"> var so = options.value.split(&#8221;;&#8221;),sv, ov</span>&#8220;</div>
<div class="errorSourceBox errorSource-exec"></div>
<div class="errorSourceBox errorSource-exec">i have notice that in another grid that i have with a checkbox it works fine</div>
<div class="errorSourceBox errorSource-exec">where is my grid</div>
<div class="errorSourceBox errorSource-exec"></div>
<div class="errorSourceBox errorSource-exec"></div>
<div class="errorSourceBox errorSource-exec">minutos = "00:00;15:15;30:30;45:45";<br />horas = "00:00;01:01;02:02;03:03;04:04;05:05;06:06;07:07;08:08;09:09;10:10;11:11;12:12;13:13;14:14;15:15;16:16;17:17;18:18;19:19;20:20;21:21;22:22;23:23";
</div>
<div class="errorSourceBox errorSource-exec">jQuery(&#8221;#edit_hours&#8221;).jqGrid({<br />&#160;&#160; &#160;&#160;&#160; url:&#39;server.php&#39;,<br />&#160;&#160;&#160; datatype: &#8220;json&#8221;,<br />&#160;&#160;&#160;&#160; colNames:[&#39;Id&#39;,&#39;IdF&#39;,&#39;Funcionario&#39;,&#39;Seccao&#39;,&#39;Funcao&#39;,&#39;Dia&#39;,&#39;HH Ent&#39;,&#39;MM Ent&#39;,&#39;HH Sai&#39;,&#39;MM Sai&#39;,&#39;Total&#39;,&#39;Refeicao&#39;],<br />&#160;&#160; &#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;id&#39;,index:&#39;id&#39;, width:90,hidden:true},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;idF&#39;,index:&#39;id_funcionario&#39;, width:30},<br />&#160;&#160;&#160; &#160; {name:&#39;funcionario&#39;,index:&#39;funcionario&#39;, width:140},&#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;seccao&#39;,index:&#39;seccao_desc&#39;, width:120},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;funcao&#39;,index:&#39;funcao_desc&#39;, width:90},<br />&#160;&#160;&#160; &#160; {name:&#39;data&#39;,index:&#39;data&#39;, width:75,editable:true,sorttype:&#39;date&#39;, datefmt:&#39;Y-m-d&#39;},&#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160; {name:&#39;ent_horas&#39;,index:&#39;ent_horas&#39;, width:55,editable:true,edittype:&#39;select&#39;,align:"center",<br />&#160;&#160;&#160; &#160;&#160;&#160; editoptions: {value:horas}},<br />&#160; &#160;&#160;&#160; &#160; {name:&#39;ent_min&#39;,index:&#39;ent_min&#39;, width:57,editable:true,edittype:&#39;select&#39;,align:"center",<br />&#160;&#160;&#160; &#160;&#160;&#160; editoptions: {value:minutos}},<br />&#160; &#160;&#160;&#160; &#160; {name:&#39;sai_horas&#39;,index:&#39;sai_horas&#39;, width:55,editable:true,edittype:&#39;select&#39;,align:"center",<br />&#160;&#160;&#160; &#160;&#160;&#160; editoptions: {value:horas}},<br />&#160; &#160;&#160;&#160; &#160; {name:&#39;sai_min&#39;,index:&#39;sai_min&#39;, width:57,editable:true,edittype:&#39;select&#39;,align:"center",<br />&#160;&#160;&#160; &#160;&#160;&#160; editoptions: {value:minutos}},<br />&#160; &#160;&#160;&#160; &#160; {name:&#39;total&#39;,index:&#39;total&#39;, width:48,editable:true,align:"center"},&#160;&#160;&#160; <br />&#160;&#160;&#160; &#160; {name:&#39;extra&#39;,index:&#39;extra&#39;, width:58,editable:true,align:"center"},&#160;&#160;&#160; <br />&#160;&#160;&#160; ],<br />&#160;&#160; &#160;&#160;&#160; rowNum:50,<br />&#160;&#160; &#160;&#160;&#160; rowList:[50,150,300],<br />&#160;&#160; &#160;&#160;&#160; imgpath: &#39;themes/sand/images&#39;,<br />&#160;&#160; &#160;&#160;&#160; pager: jQuery(&#39;#prowed3&#39;),<br />&#160;&#160; &#160;&#160;&#160; sortname: &#39;data&#39;,<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; sortorder: &#8220;asc&#8221;,<br />&#160;&#160;&#160; onSelectRow: function(id){<br />&#160;&#160;&#160; &#160;&#160;&#160; if(id &#38;&#38; id!==lastsel){<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery(&#39;#edit_hours&#39;).restoreRow(lastsel);<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery(&#39;#edit_hours&#39;).editRow(id,true);<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; lastsel=id;<br />&#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160;&#160; },<br />&#160;&#160;&#160; height: 430,&#160;&#160;&#160; <br />&#160;&#160;&#160; width: 750,<br />&#160;&#160;&#160; editurl: &#8220;edit.php,<br />&#160;&#160;&#160; caption: &#8220;Editar Horas&#8221;<br />}).navGrid(&#8221;#prowed3&#8243;,{edit:false,add:false,del:false});<br />jQuery(&#8221;#t_rowed3&#8243;).height(25).hide().filterGrid(&#8221;edit_hours&#8221;,{gridModel:true,gridToolbar:true}); <br />jQuery(&#8221;#edit_hours&#8221;).navGrid(&#39;#prowed3&#39;,{edit:false,add:false,del:false,search:false,refresh:false})<br />&#160;.navButtonAdd(&#8221;#prowed3&#8243;,{caption:&#8221;Search&#8221;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; title:&#8221;Toggle Search&#8221;,buttonimg:&#39;themes/sand/images/find.gif&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; onClickButton:function(){ <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if(jQuery(&#8221;#t_rowed3&#8243;).css(&#8221;display&#8221;)==&#8221;none&#8221;) { <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery(&#8221;#t_rowed3&#8243;).css(&#8221;display&#8221;,&#8221;"); <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; } else { <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery(&#8221;#t_rowed3&#8243;).css(&#8221;display&#8221;,&#8221;none&#8221;); } } });
</div>
</p>
<p>Thanks in advaced</p>
<p>Snip3r</p></p>
]]></description>
        	        	<pubDate>Fri, 03 Apr 2009 15:56:38 +0300</pubDate>
        </item>
</channel>
</rss>