<?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: Add new row with a default value</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/add-new-row-with-a-default-value</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/add-new-row-with-a-default-value/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Add new row with a default value</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/add-new-row-with-a-default-value#p29917</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/add-new-row-with-a-default-value#p29917</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Thank you for posting the right syntax.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Wed, 04 Dec 2013 12:01:53 +0200</pubDate>
        </item>
        <item>
        	<title>julianonunes on Add new row with a default value</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/add-new-row-with-a-default-value#p29914</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/add-new-row-with-a-default-value#p29914</guid>
        	        	<description><![CDATA[<p>Problem solved by removing the rowid parameter from the addRow method.</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit9411' value='Select Code' data-codeid='sfcode9411' /></p><div class='sfcode' id='sfcode9411'>$("#containerGrid").jqGrid(&#39;addRow&#39;, parameters);</div></pre>
]]></description>
        	        	<pubDate>Tue, 03 Dec 2013 14:30:29 +0200</pubDate>
        </item>
        <item>
        	<title>julianonunes on Add new row with a default value</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/add-new-row-with-a-default-value#p29911</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/add-new-row-with-a-default-value#p29911</guid>
        	        	<description><![CDATA[<p>I&#39;m using the following code to fill one of the cells of a new row with a default value, but this is not working (the cell is empty). What is wrong with my code?</p>
</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit2133' value='Select Code' data-codeid='sfcode2133' /></p><div class='sfcode' id='sfcode2133'>var parameters =
                {
                    rowID: "new_row",
                    initdata: {
                        IdField: $(&#39;#IdField&#39;).val(),
                        Description: $(&#39;#IdField option:selected&#39;).text()
                    },
                    position: "first",
                    useDefValues: false,
                    useFormatter: false,
                    addRowParams: { extraparam: {} }
                };

            $("#containerGrid").jqGrid(&#39;addRow&#39;, rowid, parameters);</div></pre>
]]></description>
        	        	<pubDate>Tue, 03 Dec 2013 03:05:40 +0200</pubDate>
        </item>
</channel>
</rss>