<?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: checkbox value when true not saving to false in jqGrid-3.6</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/checkbox-value-when-true-not-saving-to-false-in-jqgrid-36</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/checkbox-value-when-true-not-saving-to-false-in-jqgrid-36/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on checkbox value when true not saving to false in jqGrid-3.6</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/checkbox-value-when-true-not-saving-to-false-in-jqgrid-36#p12626</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/checkbox-value-when-true-not-saving-to-false-in-jqgrid-36#p12626</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You can grab the fix from GitHub and if you have installed ant you can build the min version</p>
<p>Also I plan to publish a bug fix at end of this week.</p>
<p>There will be no post for this, so you will check the download page.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 02 Dec 2009 09:02:45 +0200</pubDate>
        </item>
        <item>
        	<title>fed on checkbox value when true not saving to false in jqGrid-3.6</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/checkbox-value-when-true-not-saving-to-false-in-jqgrid-36#p12621</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/checkbox-value-when-true-not-saving-to-false-in-jqgrid-36#p12621</guid>
        	        	<description><![CDATA[<p>Thanks!!!&#160; When will your next stable release go out?</p>
<p>Fed</p>
]]></description>
        	        	<pubDate>Tue, 01 Dec 2009 20:18:14 +0200</pubDate>
        </item>
        <item>
        	<title>tony on checkbox value when true not saving to false in jqGrid-3.6</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/checkbox-value-when-true-not-saving-to-false-in-jqgrid-36#p12490</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/checkbox-value-when-true-not-saving-to-false-in-jqgrid-36#p12490</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Take me a long time to reproduce your bug. In your description you missed that the bug is present when we use a mouse click. Also if you use the following scenario &#8211; evarthing work ok.</p>
<p>1. Click on cell with content Yes</p>
<p>2. Change the value from checked to unchecked</p>
<p>3. Press Enter to save it</p>
<p>evarthing correct.</p>
<p>But this not work (bug)</p>
<p>1. Click on cell with content Yes</p>
<p>2. Change the value from checked to unchecked</p>
<p>3. &#8220;CLICK ANOTHER CELL&#8221;</p>
</p>
<p>Also the problem is not in grid.common.js, but in grid.celledit.js</p>
<p>Have corrected them</p>
<p>Thanks</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 27 Nov 2009 02:57:36 +0200</pubDate>
        </item>
        <item>
        	<title>aristideau on checkbox value when true not saving to false in jqGrid-3.6</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/checkbox-value-when-true-not-saving-to-false-in-jqgrid-36#p12481</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/checkbox-value-when-true-not-saving-to-false-in-jqgrid-36#p12481</guid>
        	        	<description><![CDATA[<p>I have come here to log this very same bug.</p>
<p>Here is a simple self explanatory demo that highlights the bug</p>
</p>
<p>Sorry boss does not want me linking to the site</p>
</p>
<p>regards</p>
<p>AA</p>
]]></description>
        	        	<pubDate>Thu, 26 Nov 2009 22:46:09 +0200</pubDate>
        </item>
        <item>
        	<title>fed on checkbox value when true not saving to false in jqGrid-3.6</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/checkbox-value-when-true-not-saving-to-false-in-jqgrid-36#p12448</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/checkbox-value-when-true-not-saving-to-false-in-jqgrid-36#p12448</guid>
        	        	<description><![CDATA[<p>When does the value get set to its unchecked value when the user unchecks the actual checkbox?&#160; If you look at the line I posted it will always be cbval[0] which always be the &#39;true&#39; value.&#160; Here is my my grid:</p>
<p>&#60;script&#62;<br />&#160;&#160;&#160; // Load the Product Search Grid using JQGrids<br />&#160;&#160;&#160; jQuery(document).ready(function(){</p>
<p>jQuery("#pricingGrid").jqGrid({ <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: &#39;/vine-admin-static/jquery-pricing.json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;json&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname : &#39;productId&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder : &#39;desc&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewsortcols: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum:100, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList:[25,50,75,100],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: &#39;#pricingGridPager&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height : &#39;400&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; width : &#39;1698&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cellEdit: true, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cellsubmit: &#39;clientArray&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jsonReader : {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; root : "results",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; page : "currentpage",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; total : "totalpages",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; records : "totalCount",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; repeatitems : false<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;productId&#39;, index:&#39;productId&#39;, width:100, label:&#39;Product Id&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; /* commented it out just so the grid would be smaller to look at the checkbox problem<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;offerId&#39;, index:&#39;offerId&#39;, width:100, label:&#39;Offer ID&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;npOfferId&#39;, index:&#39;npOfferId&#39;, width:100, label:&#39;NPOffer ID&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;slotGroupId&#39;, index:&#39;slotGroupId&#39;, width:100, label:&#39;SG ID&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;versionDate&#39;, index:&#39;versionDate&#39;, width:100, label:&#39;Version Date&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;publisherName&#39;, index:&#39;publisherName&#39;, width:100, label:&#39;Publisher&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;publisherId&#39;, index:&#39;publisherId&#39;, width:100, label:&#39;Publisher ID&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;productName&#39;, index:&#39;productName&#39;, width:100, label:&#39;Product Name&#39;, sortable: false},&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;storeCode&#39;, index:&#39;storeCode&#39;, width:100, label:&#39;Store&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;displayStoreCode&#39;, index:&#39;displayStoreCode&#39;, width:100, label:&#39;Display Store code&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;productType&#39;, index:&#39;productType&#39;, width:100, label:&#39;Product Type&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;quickTurn&#39;, index:&#39;quickTurn&#39;, width:100, label:&#39;QT&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;licenseCode&#39;, index:&#39;licenseCode&#39;, width:100, label:&#39;License Code&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;videoType&#39;, index:&#39;videoType&#39;, width:100, label:&#39;Video Type&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;displayVideoType&#39;, index:&#39;displayVideoType&#39;, width:100, label:&#39;&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;releaseDate&#39;, index:&#39;releaseDate&#39;, width:100, label:&#39;&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;releaseDateDiff&#39;, index:&#39;releaseDateDiff&#39;, width:100, label:&#39;&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;homeVideoStreetStartDateDiff&#39;, index:&#39;homeVideoStreetStartDateDiff&#39;, width:100, label:&#39;&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;offerStartDate&#39;, index:&#39;offerStartDate&#39;, width:100, label:&#39;&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;wspFormula&#39;, index:&#39;wspFormula&#39;, width:100, label:&#39;&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;minWholesalePrice&#39;, index:&#39;minWholesalePrice&#39;, width:100, label:&#39;&#39;, sortable: false, align:&#39;center&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;deemedRetailPrice&#39;, index:&#39;deemedRetailPrice&#39;, width:100, label:&#39;&#39;, sortable: false, align:&#39;center&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;publisherSuggestedRetailPrice&#39;, index:&#39;publisherSuggestedRetailPrice&#39;, width:100, label:&#39;&#39;, sortable: false, align:&#39;center&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;suggestedRetailPrice&#39;, index:&#39;suggestedRetailPrice&#39;, width:100, label:&#39;&#39;, sortable: false, align:&#39;center&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;notes&#39;, index:&#39;notes&#39;, width:100, label:&#39;&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;split&#39;, index:&#39;split&#39;, width:100, label:&#39;&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; */<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;firstApprover&#39;, index:&#39;firstApprover&#39;, width:50, label:&#39;&#39;, sortable: false, align:&#39;center&#39;, editable:true, edittype:&#39;checkbox&#39;, editoptions: { value:"Yes:No" }},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;secondApprover&#39;, index:&#39;secondApprover&#39;, width:50, label:&#39;&#39;, sortable: false, align:&#39;center&#39;, editable:true, edittype:&#39;checkbox&#39;, editoptions: { value:"Yes:No" }},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; /*<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;newNote&#39;, index:&#39;newNote&#39;, width:100, label:&#39;&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;statusMsg&#39;, index:&#39;statusMsg&#39;, width:100, label:&#39;&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;statusCode&#39;, index:&#39;statusCode&#39;, width:100, label:&#39;&#39;, sortable: false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;pricingUserRuleId&#39;, index:&#39;pricingUserRuleId&#39;, width:100, label:&#39;&#39;, sortable: false}&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; */&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</p>
<p>&#160;&#160;&#160; });<br />&#60;/script&#62;</p>
</p>
<p>&#60;div id="ppricingGridPager"&#62;&#60;/div&#62;<br />&#60;table id="pricingGrid"&#62;&#60;/table&#62;</p>
<p>Here is a sample of the json that comes back when loading the grid:</p>
<p>{<br />&#160;&#160;&#160; "currentpage" : 1,<br />&#160;&#160;&#160; "totalpages" : 9,<br />&#160;&#160;&#160; "totalCount" : 849,<br />&#160;&#160;&#160; "results" : [{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "slotGroupId" : 41567,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "versionDate" : "1256688884011",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "productId" : 40012,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "npOfferId" : "2BC0024BE",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "publisherName" : "MTV",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "publisherId" : 1227,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "offerId" : 98907,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "productName" : "Dora&#39;s Special Adventures &#124; Season 3, Ep. 3",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "productType" : "EPISODE",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "wspFormula" : "Split_N_MinWSP",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "licenseCode" : "EST",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "videoType" : "SD",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "displayVideoType" : "SD-PSN",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "releaseDate" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "homeVideoStreetStartDate" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "offerStartDate" : "12/14/2009",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "offerEndDate" : "12/31/2999",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "split" : "70",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "minWholesalePrice" : "1.4",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "wholesalePrice" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "deemedRetailPrice" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "publisherSuggestedRetailPrice" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "suggestedRetailPrice" : "1.99",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "firstApprover" : "Yes",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "secondApprover" : "No",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "quickTurn" : "false",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "storeCode" : "US-EN",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "displayStoreCode" : "US",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "pricingUserRuleId" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "notes" : []<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }, {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "slotGroupId" : 41566,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "versionDate" : "1256688884202",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "productId" : 40011,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "npOfferId" : "2BC0024BG",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "publisherName" : "MTV",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "publisherId" : 1227,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "offerId" : 98909,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "productName" : "Dora&#39;s Special Adventures &#124; Season 3, Ep. 2",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "productType" : "EPISODE",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "wspFormula" : "Split_N_MinWSP",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "licenseCode" : "EST",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "videoType" : "SD",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "displayVideoType" : "SD-PSN",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "releaseDate" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "homeVideoStreetStartDate" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "offerStartDate" : "12/14/2009",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "offerEndDate" : "12/31/2999",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "split" : "70",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "minWholesalePrice" : "1.4",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "wholesalePrice" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "deemedRetailPrice" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "publisherSuggestedRetailPrice" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "suggestedRetailPrice" : "1.99",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "firstApprover" : "No",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "secondApprover" : "Yes",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "quickTurn" : "false",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "storeCode" : "US-EN",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "displayStoreCode" : "US",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "pricingUserRuleId" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "notes" : []<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }, {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "slotGroupId" : 41565,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "versionDate" : "1256688884230",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "productId" : 40010,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "npOfferId" : "2BC0024BC",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "publisherName" : "MTV",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "publisherId" : 1227,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "offerId" : 98905,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "productName" : "Dora&#39;s Special Adventures &#124; Season 3, Ep. 1",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "productType" : "EPISODE",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "wspFormula" : "Split_N_MinWSP",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "licenseCode" : "EST",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "videoType" : "SD",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "displayVideoType" : "SD-PSN",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "releaseDate" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "homeVideoStreetStartDate" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "offerStartDate" : "12/14/2009",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "offerEndDate" : "12/31/2999",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "split" : "70",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "minWholesalePrice" : "1.4",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "wholesalePrice" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "deemedRetailPrice" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "publisherSuggestedRetailPrice" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "suggestedRetailPrice" : "1.99",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "firstApprover" : "No",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "secondApprover" : "No",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "quickTurn" : "false",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "storeCode" : "US-EN",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "displayStoreCode" : "US",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "pricingUserRuleId" : "",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "notes" : []<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }]<br />}</p>
]]></description>
        	        	<pubDate>Wed, 25 Nov 2009 12:38:23 +0200</pubDate>
        </item>
        <item>
        	<title>tony on checkbox value when true not saving to false in jqGrid-3.6</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/checkbox-value-when-true-not-saving-to-false-in-jqgrid-36#p12422</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/checkbox-value-when-true-not-saving-to-false-in-jqgrid-36#p12422</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Not sure if this is exactley the problem - here is the definition of the value when the input type is checkbox -</p>
<p>"<span class="text"><span class="style1">Value that is submitted if checked." - i.e. in terms of jqGrid this should be the Yes value.</span></span></p>
<p>Also could you please post the entry jqGrid related code -&#160; I have impression that you have other things - like events and etc which may cause this.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 25 Nov 2009 10:03:37 +0200</pubDate>
        </item>
        <item>
        	<title>fed on checkbox value when true not saving to false in jqGrid-3.6</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/checkbox-value-when-true-not-saving-to-false-in-jqgrid-36#p12404</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/checkbox-value-when-true-not-saving-to-false-in-jqgrid-36#p12404</guid>
        	        	<description><![CDATA[<p>I noticed that when I am using cell editing with checkboxes (using edittype:&#39;checkbox&#39;) in jqGrid-3.6 and the cell has a value of true (&#39;Yes&#39;)&#160; prior to editing it and then I click on the cell to make if false (&#39;No&#39;) the change is never saved.&#160; However if the cell has a value of false (&#39;No&#39;) and i click on it to make it true (&#39;Yes&#39;) then the cell value is changed correctly and the cell is made &#39;dirty&#39;.&#160; The problem seems to be in grid.common.js inside the createElm function. By changing line 303 from:</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; elem.value = cbval[0];</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; to</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; elem.value = (vl === cbval[0]) ? cbval[1] : cbval[0];</p>
<p>seems to fix the problem.&#160; Is this a correct fix?&#160; Am I the only one having this bug?</p></p>
]]></description>
        	        	<pubDate>Tue, 24 Nov 2009 19:23:55 +0200</pubDate>
        </item>
</channel>
</rss>