<?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: checkOnSubmit undefined</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined</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/checkonsubmit-undefined/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on checkOnSubmit undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11512</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11512</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Downloading the last does not mean that you use them.</p>
<p>Please be asure that you copy the file to the right palce and see in FireBug if you load them.</p>
<p>Also clearing the cache after this operation is recommended.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 04 Nov 2009 23:27:02 +0200</pubDate>
        </item>
        <item>
        	<title>ploppy on checkOnSubmit undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11484</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11484</guid>
        	        	<description><![CDATA[<p>tony</p>
<p>i have downloaded the latest file. i think it is nowember? still not working. FYI, if i put</p>
</p>
<p>checkOnSubmit: true,<br />&#160;saveData:"Data has been changed! Save changes?",<br />&#160;bYes:"Yes",<br />&#160;bNo:"No",<br />&#160;bExit:"Cancel",</p>
<p>in the page, it works. all the best</p>
]]></description>
        	        	<pubDate>Wed, 04 Nov 2009 09:21:38 +0200</pubDate>
        </item>
        <item>
        	<title>tony on checkOnSubmit undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11464</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11464</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I will not comment.</p>
<p>IMHO the problem is that you have old language file. Please update to the latest grid.locale-en.js (or used from you language file)</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 04 Nov 2009 03:57:55 +0200</pubDate>
        </item>
        <item>
        	<title>ploppy on checkOnSubmit undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11461</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11461</guid>
        	        	<description><![CDATA[<p>ok guys. i guess there is no answer to this bug. though i have to wonder why this forum is here. Tony, no disresepct to you or your great product, but i have to say that if you are not going to offer support here, then the docs should be updated to reflect that. by the time an answer is given here, there is probably an update which makes the answer redundant. all the best with a great prodyuct. cheers</p>
]]></description>
        	        	<pubDate>Wed, 04 Nov 2009 03:16:36 +0200</pubDate>
        </item>
        <item>
        	<title>ploppy on checkOnSubmit undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11429</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11429</guid>
        	        	<description><![CDATA[<p>tony</p>
</p>
<p>thanks for reply. yes, i appreciate it is open source software and with all due respect, other forums that i use, respond well within 24 hours. people use a forum such as this because it gives them a direct line to the developers and contributors and whilst they are learning to use the software, advice from forums such as this is invaluable.</p>
</p>
<p>but all that aside, the software is truly inspirational and you are to be congartulated on offering this product for free. here is the html code.</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit314' value='Select Code' data-codeid='sfcode314' /></p>
<div class='sfcode' id='sfcode314'>
<p>&#60;link rel="stylesheet" type="text/css" media="screen" href="./css/jquery-ui-1.7.2.custom.css" /&#62;</p>
<p>&#60;link rel="stylesheet" type="text/css" media="screen" href="./css/all.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="./css/ui.jqgrid.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="./css/jquery.searchFilter.css" /&#62;</p>
<p>&#60;script src="./js/jquery.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="./js/jquery-ui-1.7.2.custom.min.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="./js/i18n/grid.locale-en.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="./js/jquery.jqGrid.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="./js/jqDnR.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="./js/jqModal.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="./js/grid.formedit.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="./js/formatter.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;table&#62; Filter by:<br />&#60;tr&#62;&#60;td&#62;Title&#60;/td&#62;&#60;td&#62;&#60;input type="text" id="search_title" onkeydown="doSearch(arguments[0]&#124;&#124;event)" /&#62;&#60;/td&#62;&#60;/tr&#62; <br />&#60;tr&#62;&#60;td&#62;Director&#60;/td&#62;&#60;td&#62;&#60;input type="text" id="search_director" onkeydown="doSearch(arguments[0]&#124;&#124;event)" /&#62;&#60;/td&#62;&#60;/tr&#62; <br />&#60;tr&#62;&#60;td&#62;Year&#60;/td&#62;&#60;td&#62;&#60;input type="text" id="search_year" onkeydown="doSearch(arguments[0]&#124;&#124;event)" /&#62;&#60;/td&#62;&#60;/tr&#62; <br />&#60;tr&#62;&#60;td&#62;Bond&#60;/td&#62;&#60;td&#62;&#60;input type="text" id="search_bond" onkeydown="doSearch(arguments[0]&#124;&#124;event)" /&#62;&#60;/td&#62;&#60;/tr&#62; <br />&#160;<br />&#60;/table&#62; <br />&#60;table id="list2" class="scroll" cellpadding="0" cellspacing="0"&#62;&#60;/table&#62;<br />&#60;div id="pager2" class="scroll" style="text-align:center;"&#62;&#60;/div&#62;</p>
<p>&#60;hr /&#62;</p>
<p>&#60;script type="text/javascript"&#62;</p>
</p>
<p>// This is the actual grid<br />jQuery("#list2").jqGrid({<br />&#160;&#160;&#160; scrollrows : true,<br />&#160;<a href="/blog/&#39;json.php&#39;" target="_blank">url:&#39;json.php&#39;</a>,<br />&#160;&#160;&#160; datatype: "json",<br />&#160;&#160;&#160; width: 1024,<br />&#160;&#160;&#160; height:&#39;auto&#39;,<br />&#160;&#160;&#160; colNames:[&#39;ID&#39;, &#39;Title&#39;,&#39;Director&#39;, &#39;Year&#39;, &#39;Bond&#39;,&#39;Budget&#39;],<br />&#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;id&#39;,index:&#39;id&#39;, width:30, hidden:true, editable:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;title&#39;,index:&#39;title&#39;, width:150, editrules:{required:true}, editable:true, editoptions:{size:30}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;director&#39;,index:&#39;director&#39;, width:95, editrules:{required:true}, editable:true, editoptions:{size:30}},<br />&#160;&#160;&#160; &#160;{name:&#39;year&#39;,index:&#39;year&#39;, width:60, align:"left", editrules:{required:true}, editable:true, editoptions:{size:30}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;bond&#39;,index:&#39;bond&#39;, width:90, align:"left", editrules:{required:true}, editable:true, editoptions:{size:30}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;budget&#39;,index:&#39;budget&#39;, width:60, align:"left", editrules:{required:true}, editable:true, editoptions:{size:30}}&#160;&#160;<br />&#160;&#160;&#160; ],<br />&#160;&#160;&#160; pager: jQuery(&#39;#pager2&#39;),<br />&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160; imgpath: &#39;themes/sand/images&#39;,<br />&#160;&#160;&#160; sortname: &#39;year&#39;,<br />&#160;&#160; &#160;mtype: "POST",<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160;&#160; loadonce: false, <br />&#160;multiselect: true,<br />&#160;shrinkToFit: true,<br />&#160;editrules: { required: true },<br />&#160;editurl: &#39;edit.php&#39;,<br />&#160;&#160;&#160; caption: "James Bond movies"<br />});<br />&#160;&#160;&#160; // jqGrid Form tune&#160;&#160;&#160; <br />&#160;&#160;&#160; jQuery.jgrid.edit = {<br />&#160;&#160;&#160; bSubmit: "Submit",<br />&#160;addCaption: "Add Record",<br />&#160;editCaption: "Edit Record",<br />&#160;closeAfterAdd: true,<br />&#160;closeAfterEdit: true,<br />&#160;checkOnSubmit: true,<br />&#160;bottominfo: "This can be used for many things.",<br />&#160;&#160;&#160; bCancel: "Cancel",&#160;&#160;&#160; <br />&#160;&#160;&#160; msg: {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; required:"This Field is required",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; number:"Please enter valid number",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; minValue:"value must be greater than or equal to ",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; maxValue:"value must be less than or equal to"<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160; processData: "Processing...",<br />&#160;&#160;&#160; editData:{myname:"myvalue"},<br />&#160;height:250,<br />&#160;&#160;&#160; top:0,<br />&#160;&#160;&#160; left:0&#160;&#160; <br />&#160;&#160;&#160;&#160; };</p>
<p>jQuery("#list2").navGrid(&#39;#myvalue&#39;,<br />&#160;&#160;&#160;&#160;{edit:true,edittext:"Edit",add:true,<br />&#160;&#160;&#160;&#160;addtext:"Add",refresh:true,refreshtext:"Refresh Data",del:true,<br />&#160;&#160;&#160;&#160;deltext:"Delete",search:false,searchtext:"Search"<br />&#160;&#160;&#160;&#160;})</p>
<p>var timeoutHnd;<br />var flAuto = true;</p>
<p>// Live search<br />function doSearch(ev){<br />&#160;if(timeoutHnd) {<br />&#160;&#160;clearTimeout(timeoutHnd); }<br />&#160;timeoutHnd = setTimeout(gridReload,500);<br />}</p>
<p>// Send the data and refresh the grid<br />function gridReload(){<br />&#160;var title_mask = jQuery("#search_title").val();<br />&#160;var director_mask = jQuery("#search_director").val();<br />&#160;var year_mask = jQuery("#search_year").val();<br />&#160;var bond_mask = jQuery("#search_bond").val();<br />&#160;jQuery("#list2").setGridParam({url:"json.php?title_mask="+title_mask+"&#38;director_mask="+director_mask+"&#38;year_mask="+year_mask+"&#38;bond_mask="+bond_mask,page:1}).trigger("reloadGrid");<br />}</p>
<p>&#60;/script&#62;</p>
</p>
<p><a href="http://img511.imageshack.us/img511/1378/checkonsubmit.jpg"><img src="http://img511.imageshack.us/img511/1378/checkonsubmit.jpg" width="100"  style="border: 0; margin: 0px;" class="spUserImage" alt="undefined" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class=" sfmouseother" alt="Image Enlarger" /></a></p>
<p>result after submit when in edit.</p>
</div>
<p>all i want to know, is there any properties or options for checkOnSubmit. many thanks once again tony.</p>
]]></description>
        	        	<pubDate>Mon, 02 Nov 2009 14:30:33 +0200</pubDate>
        </item>
        <item>
        	<title>tony on checkOnSubmit undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11411</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11411</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>This is a open source software and you expect answer whitin 24hours? Wow? Did you have answer whitin 24hr on product that you pay? If you want presto support within 24 hours there is a menu support and this page and you can use it.</p>
<p>Now to the problem.</p>
<p>Could you please post your entry html page with the code?</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 02 Nov 2009 12:58:39 +0200</pubDate>
        </item>
        <item>
        	<title>ploppy on checkOnSubmit undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11409</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11409</guid>
        	        	<description><![CDATA[<p>sorry for the rant, but why is there such a lack of response here? have i asked a question that is unacceptable? 24 hrs and not even a hint of help? what is the point of a great product such a jqgrid, when the docs are sparse and you tend learn more looking at other peoples post, but sometimes you need an answer to a specific problem. oh well, rant over and feel free to chip in if i am out of order. cheers</p>
]]></description>
        	        	<pubDate>Mon, 02 Nov 2009 12:18:18 +0200</pubDate>
        </item>
        <item>
        	<title>ploppy on checkOnSubmit undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11383</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11383</guid>
        	        	<description><![CDATA[<p>does anyone know where the docs are for this function? they are not in the wiki that i can see. many thanks</p>
]]></description>
        	        	<pubDate>Mon, 02 Nov 2009 05:09:32 +0200</pubDate>
        </item>
        <item>
        	<title>ploppy on checkOnSubmit undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11372</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/checkonsubmit-undefined#p11372</guid>
        	        	<description><![CDATA[<p>hi</p>
<p>i use checkOnSubmit: true, and when i click submit in edit, i get a heading of undefined and 3 buttons with undefined. do i have to set some text or msg somewhere? it does not state this in the wiki. many thanks</p>
]]></description>
        	        	<pubDate>Sun, 01 Nov 2009 17:41:42 +0200</pubDate>
        </item>
</channel>
</rss>