<?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: Edit and Add not working simultaneously</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously</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/edit-and-add-not-working-simultaneously/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Edit and Add not working simultaneously</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31111</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31111</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Â </p>
<p>I have fixed the bug in GitHub. More commits are,but the main is <a href="https://github.com/tonytomov/jqGrid/commit/c2ceeced1230ab7e91570c3d9a1400f3e7f0f8ed" target="_blank">here</a></p>
<p>Many thanks again for all.</p>
<p>Â </p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 11 Sep 2014 13:20:00 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Edit and Add not working simultaneously</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31080</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31080</guid>
        	        	<description><![CDATA[<p>Hello Oleg,</p>
<p>As always thanks. The problem is only in jqModal: false.</p>
<p>In the new 4.6 the form should be always deleted independent ofÂ  recreateForm parameter.</p>
<p>The problem is in jqModal - if it is set to false the form is not deleted independed for the recreateForm.</p>
<p>Â </p>
<p>Will try to resolve the problem.</p>
<p>Many thanks again</p>
<p>Best Regards</p>
]]></description>
        	        	<pubDate>Mon, 08 Sep 2014 12:16:45 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Edit and Add not working simultaneously</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31074</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31074</guid>
        	        	<description><![CDATA[<p>I want to add for better description of the problem that in case ofÂ <strong>jqModal: false</strong> jqGrid just add every time new Add/Edit form with the same ids and then shows the first form (because of usage of id selector in <strong>$.jgrid.viewModalÂ </strong>/Â <strong>$.jgrid.hideModal</strong> which find the first elementÂ on the page with the id). As the result theÂ HTMLÂ representation of grid after one click on Edit and another Click on Add look like</p>
<p><a href="http://www.ok-soft-gmbh.com/jqGrid/formEditingBug1.png"><img src="http://www.ok-soft-gmbh.com/jqGrid/formEditingBug1.png" width="100"  class="sfimageleft spUserImage" alt="" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>After repeat of Edit and Add clicks one will have 4Â forms with the same id and so on:</p>
<p><a href="http://www.ok-soft-gmbh.com/jqGrid/formEditingBug2.png"><img src="http://www.ok-soft-gmbh.com/jqGrid/formEditingBug2.png" width="100"  class="sfimageleft spUserImage" alt="" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>So it's definitively a bug in jqGrid.</p>
<p>One more small problem in jqGrid in case of is theÂ font-size value. TheÂ font size in the form will be specified byÂ </p>
<div class="sfcode">
<pre class="brush-css syntax">.ui-jqdialog {...}</pre></div><p>Â CSS rule (see <a href="https://github.com/tonytomov/jqGrid/blob/v4.6.0/css/ui.jqgrid.css#L92" target="_blank">the line</a>Â ofÂ ui.jqgrid.css). On the other sizeÂ the rule will be overwritten by CSS rule</p>
<div class="sfcode">
<pre class="brush-css syntax">.ui-widget .ui-widget {font-size: 1em;}</pre></div><p>Â of jQuery UI (see <a href="https://github.com/jquery/jquery-ui/blob/1.11.1/themes/base/theme.css#L21-L23" target="_blank">here</a>). To fix the problem one should add additional CSS rule toÂ ui.jqgrid.css:</p>
<div class="sfcode">
<pre class="brush-css syntax">.ui-jqgrid .ui-jqdialog { font-size:11px; }</pre></div><p>I hope that Tony will read the thread and will make the reported problems (<strong>recreateForm: true</strong> don't remove old form,Â <strong>jqModal: false</strong> creates forms with id duplicates and opens always the first form, incorrectÂ <strong>font-size</strong> in editing form in case of <strong>jqModal: false</strong>)</p>
<p>Best regards<br />
 Oleg</p>
]]></description>
        	        	<pubDate>Fri, 05 Sep 2014 18:46:34 +0300</pubDate>
        </item>
        <item>
        	<title>palashbolia91 on Edit and Add not working simultaneously</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31071</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31071</guid>
        	        	<description><![CDATA[<p>Oleg,</p>
<p class="syntax"><span class="javascript">beforeIinitData is working great.Thanks Oleg for your help,would be eager to know further changes made regarding this .</span></p>
<p>Thanks.</p>
<p>PalashÂ </p>
]]></description>
        	        	<pubDate>Fri, 05 Sep 2014 16:32:31 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Edit and Add not working simultaneously</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31070</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31070</guid>
        	        	<description><![CDATA[<p>It seems to me that it's really a bug in jqGrid. I will post later details. As a workaround I suggest to remove</p>
<div class="sfcode">
<pre class="brush-javascript syntax">jqModal: false</pre></div><p>option from editing options. One of the reason of the problem is that jqGrid 4.5.4 (previous version, before 4.6) hadÂ <a href="https://github.com/tonytomov/jqGrid/blob/v4.5.4/js/grid.formedit.js#L388-L390" target="_blank">the lines</a>Â </p>
<div class="sfcode">
<pre class="brush-javascript syntax">if(p.recreateForm===true &#38;&#38; $("#"+$.jgrid.jqID(IDs.themodal))[0] !== undefined) {
    $("#"+$.jgrid.jqID(IDs.themodal)).remove();
}</pre></div><p>which are removed from jqGrid 4.6 because of some reasons. <span style="text-decoration: underline"><em>SoÂ <strong>recreateForm</strong> option don't really work in jqGrid 4.6</em></span>.</p>
<p>An alternative workaround would be to addÂ <strong>beforeInitData</strong> callback in <strong>jQuery.jgrid.edit</strong>Â which would remove the previous created Edit/Add form:</p>
<div class="sfcode">
<pre class="brush-javascript syntax">beforeInitData: function () {
    $("#editmod" + this.id).remove();
}</pre></div><p>Best regards<br />
Oleg</p>
]]></description>
        	        	<pubDate>Fri, 05 Sep 2014 14:09:13 +0300</pubDate>
        </item>
        <item>
        	<title>palashbolia91 on Edit and Add not working simultaneously</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31069</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31069</guid>
        	        	<description><![CDATA[<p>Yes i tried your line ,but still not able to resolve the problem.Please look into my above posted code,if you find some error.<br />
 When i select a row and click on edit,and then cancel edit operation.And when i click add option,the row remains selected ,is the problemÂ because of this issue.the problem is<strong>Â when we click Â on add button it opens edit dialog box.</strong></p>
<p>or can i reloadÂ the opening of grid on cancel and close button of form dialog?</p>
]]></description>
        	        	<pubDate>Fri, 05 Sep 2014 13:08:13 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Edit and Add not working simultaneously</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31068</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31068</guid>
        	        	<description><![CDATA[<p>If you use default options of jqGridÂ or useÂ <strong>recreateForm: true</strong>Â only for Edit and not for Add then jqGrid works as following</p>
<p>If the user clicks Edit button the Edit form will be created. On closing the Edit form the form will be not destroyed, it will be just hidden (see <a href="https://github.com/tonytomov/jqGrid/blob/v4.6.0/js/grid.formedit.js#L1024" target="_blank">here</a>).</p>
<p>If the user clicks Add button later jqGrid test theÂ <strong>recreateFormÂ </strong>option of Add operation. If it's true then the previous created Add/Edit form will beÂ destroyed (just some form options will be saved before see <a href="https://github.com/tonytomov/jqGrid/blob/v4.6.0/js/grid.formedit.js#L389-L393" target="_blank">the lines</a>).</p>
<p>In generalÂ jqGrid try to modify Edit Form to Add form, but it works not always because of different reasons. So I personally recommend everybodyÂ to useÂ <strong>recreateForm: true</strong>.</p>
<p>Do you tried the line</p>
<div class="sfcode">
<pre class="brush-javascript syntax">$("#itemsList").jqGrid('navGrid',"#itempager",{del:false,search:false},{recreateForm:true},{recreateForm:true});</pre></div><p>Â which I posted in one of my previous posts? Is the problem fixed now?</p>
<p>Best regards<br />
Oleg</p>
]]></description>
        	        	<pubDate>Fri, 05 Sep 2014 12:49:23 +0300</pubDate>
        </item>
        <item>
        	<title>palashbolia91 on Edit and Add not working simultaneously</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31067</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31067</guid>
        	        	<description><![CDATA[<p>Is there any need to have Â add and edit options for both the operation orÂ <strong>jQuery.extend(jQuery.jgrid.edit);</strong>Â Â will suffice for both edit and add.</p>
<p>I have problem that when i click on edit button and then click add button ,it show only edit form with poplulated data.<br />
Please help ,for how to add extend for add operations.</p>
]]></description>
        	        	<pubDate>Fri, 05 Sep 2014 12:08:17 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Edit and Add not working simultaneously</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31066</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31066</guid>
        	        	<description><![CDATA[<p>You still don't answer on my previous questions:</p>
<blockquote>
<p>
The code which you posted contains exact the same Add and Edit options. So which problem you have exactly? How you see the differences?</p>
</blockquote>
<p>Moreover you usedÂ <strong>recreateForm: true</strong> only for Edit and not for Add options.Â Setting of <strong>jQuery.extend(jQuery.jgrid.edit, {...});</strong> would be more logically to do beforeÂ <strong>navGrid</strong>.</p>
<p>Regards<br />
Oleg</p>
]]></description>
        	        	<pubDate>Fri, 05 Sep 2014 11:41:03 +0300</pubDate>
        </item>
        <item>
        	<title>palashbolia91 on Edit and Add not working simultaneously</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31065</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31065</guid>
        	        	<description><![CDATA[<p>Oleg i tried replacing navgrid call ,but still its not workingÂ </p>
<p>I am posting whole codeÂ </p>
<p>jQuery('#itemsList').jqGrid(<br />
 {<br />
 datatype : "jsonstring",<br />
 datastr : value,<br />
 pager : "#itempager",<br />
 viewrecords : true,<br />
 rowNum : 10,<br />
 height : 400,<br />
 rownumbers: true,<br />
 rowList:[10,20,50,100],<br />
 sortname: 'name',<br />
 editurl: 'editData.htm',<br />
 mtype: 'POST',<br />
 colNames : [ 'Name', 'Type',<br />
 'Write', 'Description', 'Default',<br />
 'Version', 'Requirement',<br />
 'Comment', 'appSource','RowID'],<br />
 colModel : [ {<br />
 name : 'name',<br />
 width : 350,<br />
 resizable : true,<br />
 sortable : true,<br />
 editable : true,<br />
 editoptions: {width: 600},<br />
 },</p>
<p> {<br />
 name : 'type',<br />
 width : 80,<br />
 resizable : true,<br />
 sortable : false,<br />
 editable : true<br />
 }, {<br />
 name : 'writeRead',<br />
 width : 50,<br />
 resizable : true,<br />
 sortable : false,<br />
 editable : true<br />
 }, {<br />
 name : 'description',<br />
 width : 300,<br />
 resizable : true,<br />
 sortable : false,<br />
 title :true,<br />
 editable : true,<br />
 edittype: 'textarea',<br />
 editoptions: {rows:"3",cols:"50"}<br />
 }, {<br />
 name : 'objectDefault',<br />
 width : 50,<br />
 resizable : true,<br />
 sortable : false,<br />
 editable : true<br />
 }, </p>
<p> {<br />
 name:'version',<br />
 formatter: 'select',<br />
 edittype: 'select',editoptions:{value:"1:1;2:2;3:3;4:4;5:5",defaultValue:''},editable:true,<br />
 editrules:{required:true,edithidden:false},<br />
 sortable : true,<br />
 clearSearch:true<br />
 }</p>
<p> , {<br />
 name : 'requirements',<br />
 width : 60,<br />
 resizable : true,<br />
 sortable : true,<br />
 editable : true<br />
 }, {<br />
 name : 'comments',<br />
 width : 150,<br />
 resizable : true,<br />
 sortable : false,<br />
 editable : true<br />
 },</p>
<p> {<br />
 name:'appSource',<br />
 formatter: 'select',<br />
 edittype: 'select',<br />
 editable:true,<br />
editrules:{required:true,edithidden:false},<br />
 clearSearch:true<br />
 },<br />
 {<br />
 name : 'row_id',<br />
 width : 120,<br />
 resizable : true,<br />
 sortable : true,<br />
 editable : true,<br />
 hidden:true<br />
 }]</p>
<p>Â </p>
<p>}); jQuery("#itemsList").jqGrid('filterToolbar', { stringResult: true, searchOnEnter: false, defaultSearch: "cn" });<br />
 //.trigger("reloadGrid");<br />
$("#itemsList").jqGrid('navGrid',"#itempager",{add:true,edit:true,del:false,search:false,refresh:true},{recreateForm: true},{},{});</p>
<p>Â </p>
<p>jQuery.extend(jQuery.jgrid.edit, {<br />
ajaxEditOptions: { contentType: "application/json" },<br />
recreateForm: true,<br />
jqModal:false,<br />
reloadAfterSubmit:true,<br />
closeOnEscape:true,<br />
closeAfterEdit:true,<br />
closeAfterAdd:true,<br />
afterSubmit: function(response){<br />
var success = false;<br />
if(response.responseText == "added"){<br />
// alert("Data added successfully");<br />
$('#edit').trigger('click');<br />
}<br />
if(response.responseText == "edited"){<br />
// alert("Data edited successfully");<br />
$('#edit').trigger('click');<br />
}<br />
if(response.responseText == "wrongSource"){<br />
alert("Wrong Â Source selected");<br />
}<br />
return[true,"success",null];<br />
},</p>
<p>top: 100,<br />
left: 200,</p>
<p>height: 600,<br />
width: 500,<br />
closeAfterSubmit:true,</p>
<p>// mtype: 'POST',<br />
serializeEditData: function (postData) {<br />
if (postData.name == undefined) { postData.name = null; }</p>
<p>//alert(JSON.stringify(postData));<br />
var elemId;<br />
$('[name=chkboxId]:checked').each(function() {<br />
elemId = $(this).val();<br />
});<br />
var postDatas=JSON.stringify(postData);</p>
<p>postDatas = postDatas.substring(0, postDatas.length -1);</p>
<p>var elemIdJson = ","elem":"";<br />
var elemIdJson = elemIdJson+elemId;<br />
var elemIdJson = elemIdJson+""}";<br />
var postDatas=postDatas.concat(elemIdJson);</p>
<p>return postDatas;</p>
<p>}</p>
<p>});</p>
<p>Â </p>
<p>Really thankful to you,as you are working on my issue.</p>
]]></description>
        	        	<pubDate>Fri, 05 Sep 2014 11:29:25 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Edit and Add not working simultaneously</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31064</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31064</guid>
        	        	<description><![CDATA[<p>You still posted fragments of the code (the order could be important too for example).Â The code which you posted contains exact the same Add and Edit options. So which problem you have exactly? How you see the differences?</p>
<p>To be sure that the problem is do not recreateForm problem I would recommend you to try to replace navGrid call which you posted to the following</p>
<div class="sfcode">
<pre class="brush-javascript syntax">$("#itemsList").jqGrid('navGrid',"#itempager",{del:false,search:false},{recreateForm:true},{recreateForm:true});</pre></div><p>I recommend you additionally to rewrite the code of serializeEditData. The current code is very dirty.Â Instead of appendingÂ elem in the way like you do you can use for exampleÂ <span style="color: #333333">onclickSubmit callback</span></p>
<div class="sfcode">
<pre class="brush-javascript syntax"><span style="color: #333333">onclickSubmit: function () {
</span>    return {elem:Â $('[name=chkboxId]:checked').last().val()};
}</pre></div><p>and uses justÂ </p>
<div class="sfcode">
<pre class="brush-javascript syntax">serializeEditData: function (postData) {
 Â  Â  returnÂ JSON.stringify(postData);
}</pre></div><p>regards<br />
 Oleg</p>
]]></description>
        	        	<pubDate>Fri, 05 Sep 2014 11:16:27 +0300</pubDate>
        </item>
        <item>
        	<title>palashbolia91 on Edit and Add not working simultaneously</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31063</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31063</guid>
        	        	<description><![CDATA[<p>Hi Oleg,</p>
<p>I used form editing and used jqgrid.extend() function andÂ jQuery.jgrid.edit for both add and edit .</p>
<p>I have used singleÂ jQuery.jgrid.edit Â for both add and edit ,and used for buttons</p>
<p>Â </p>
<p>$("#itemsList").jqGrid('navGrid',"#itempager",{add:true,edit:true,del:false,search:false,refresh:true},{},{},{});</p>
<p>Â </p>
<p>Please help.</p>
<p>Â </p>
<p>The code is :</p>
<p>Â </p>
<p>jQuery.extend(jQuery.jgrid.edit, {<br />
 ajaxEditOptions: { contentType: "application/json" },<br />
 recreateForm: true,<br />
 jqModal:false,<br />
 reloadAfterSubmit:true,<br />
 closeOnEscape:true,<br />
 closeAfterEdit:true,<br />
 closeAfterAdd:true,<br />
 afterSubmit: function(response){<br />
 var success = false;<br />
 if(response.responseText == "added"){<br />
 // alert("Data added successfully");<br />
 $('#edit').trigger('click');<br />
 }<br />
 if(response.responseText == "edited"){<br />
 // alert("Data edited successfully");<br />
 $('#edit').trigger('click');<br />
 }<br />
 if(response.responseText == "wrongSource"){<br />
 alert("Wrong Â Source selected");<br />
 }<br />
 return[true,"success",null];<br />
 },</p>
<p>top: 100,<br />
 left: 200,</p>
<p>height: 600,<br />
 width: 500,<br />
 closeAfterSubmit:true,</p>
<p>// mtype: 'POST',<br />
 serializeEditData: function (postData) {<br />
 if (postData.name == undefined) { postData.name = null; }</p>
<p>//alert(JSON.stringify(postData));<br />
 var elemId;<br />
 $('[name=chkboxId]:checked').each(function() {<br />
 elemId = $(this).val();<br />
 });<br />
 var postDatas=JSON.stringify(postData);</p>
<p>postDatas = postDatas.substring(0, postDatas.length -1);</p>
<p>var elemIdJson = ","elem":"";<br />
 var elemIdJson = elemIdJson+elemId;<br />
 var elemIdJson = elemIdJson+""}";<br />
 var postDatas=postDatas.concat(elemIdJson);</p>
<p>return postDatas;</p>
<p>}</p>
<p>});</p>
]]></description>
        	        	<pubDate>Fri, 05 Sep 2014 10:56:37 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Edit and Add not working simultaneously</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31062</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31062</guid>
        	        	<description><![CDATA[<p>First of all you should always post more details about what you do. Which editing mode you use (<a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing" target="_blank">form editing</a>, <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing" target="_blank">inline editing</a>, <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:cell_editing" target="_blank">cell editing</a>) and in which form (inline editing for example can be used by direct call of <strong>editRow</strong>, by usage <strong>inlineNav</strong> or by usage ofÂ <strong>formatter: "actions"</strong>).</p>
<p>If you use form editing for example then youÂ can solve your problem probably by adding <strong><span style="color: #333333">recreateForm</span>: true</strong> option for both Add and Edit options.</p>
<p>Best regards<br />
 Oleg</p>
]]></description>
        	        	<pubDate>Fri, 05 Sep 2014 10:45:30 +0300</pubDate>
        </item>
        <item>
        	<title>palashbolia91 on Edit and Add not working simultaneously</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31061</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31061</guid>
        	        	<description><![CDATA[<p>HI</p>
<p>When i click on add option and then if i select a row then want to edit it,it opens add option by default.So is this a bug in jquery when we use jquery.extend() function,please help.</p>
]]></description>
        	        	<pubDate>Fri, 05 Sep 2014 10:37:54 +0300</pubDate>
        </item>
</channel>
</rss>