<?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: jqGrid's dialog</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrids-dialog</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/jqgrids-dialog/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>sagesmith on jqGrid's dialog</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrids-dialog#p17009</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrids-dialog#p17009</guid>
        	        	<description><![CDATA[<p>thanks!</p>
]]></description>
        	        	<pubDate>Fri, 07 May 2010 18:45:15 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid's dialog</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrids-dialog#p15415</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrids-dialog#p15415</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The better way imho is to use hideModal function</p>
<p>i.e</p>
<p>hideModal("#editmod"+theGridId);</p>
<p>Regards</p>
<p>Tony</p>
<p>Edit: We paln to change the calling convetions of this function, so maybe you will need to wait for the next release, where the possible call will be $.jgrid.hideModal</p>
]]></description>
        	        	<pubDate>Fri, 05 Mar 2010 14:11:25 +0200</pubDate>
        </item>
        <item>
        	<title>sagesmith on jqGrid's dialog</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrids-dialog#p15358</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrids-dialog#p15358</guid>
        	        	<description><![CDATA[<p>found this:</p>
<p>
<span style="font-size: x-small;"></span></p>
<p>$(</p>
</p>
<p><span style="color: #a31515; font-size: x-small;"><span style="color: #a31515; font-size: x-small;">"#editmod"+theGridId</span></span><span style="font-size: x-small;">).jqmHide();</span></p>
</p>
<p><span style="font-size: x-small;">is there a better way?</span></p>
]]></description>
        	        	<pubDate>Thu, 04 Mar 2010 18:11:14 +0200</pubDate>
        </item>
        <item>
        	<title>sagesmith on jqGrid's dialog</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrids-dialog#p15354</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrids-dialog#p15354</guid>
        	        	<description><![CDATA[<p>Hello,&#160; I&#39;m just starting with jQuery and jqGrid.&#160; I want to use some of the built-in crud operation with jqGrid&#39;s dialog, however I think I need to intervene to make the requests to our RESTful web service tier.&#160; Below is an example of how my "new" button is wired up:</p>
<p>&#160;$("#btnNew").click(function(){<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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#dgDocumentCategories").jqGrid("editGridRow","new",{beforeSubmit:addDocumentCategory});debugger}); <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;&#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;&#160;&#160;&#160; function addDocumentCategory(params){<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;&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $.ajax({type:"POST",<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;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <a href="/blog/&#34;atyour.svc/documentcategories" target="_blank">url:"myurl</a>", <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;&#160;&#160;&#160;&#160;&#160;&#160;&#160; contentType:"application/json", <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;&#160;&#160;&#160;&#160;&#160;&#160;&#160; data:JSON2.stringify(params), <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;&#160;&#160;&#160;&#160;&#160;&#160;&#160; processDate:false, <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;&#160;&#160;&#160;&#160;&#160;&#160;&#160; dataType:"json",<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;&#160;&#160;&#160;&#160;&#160;&#160;&#160; success:function(d,s,r) {<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;&#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; $("#dgDocumentCategories").jqGrid("setGridParam",{datatype:"json"}).trigger("reloadGrid");<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;&#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;&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160; return [false];&#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;&#160;&#160;&#160; }</p>
</p>
<p>this seems to work ok, now I would like to do something with the built-in dialog, either dismiss it, flush it or set the notification message.&#160; Can anyone help me access this object?</p>
</p>
<p>Thanks in advance</p>
]]></description>
        	        	<pubDate>Thu, 04 Mar 2010 16:49:15 +0200</pubDate>
        </item>
</channel>
</rss>