<?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: How to remove "&#124;" character between standard and custom navigator buttons</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-remove-character-between-standard-and-custom-navigator-buttons</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/how-to-remove-character-between-standard-and-custom-navigator-buttons/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>edisonia on How to remove "&#124;" character between standard and custom navigator buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-remove-character-between-standard-and-custom-navigator-buttons#p21597</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-remove-character-between-standard-and-custom-navigator-buttons#p21597</guid>
        	        	<description><![CDATA[<p>Thanks Oleg! &#160;I figured out that I need custom buttons for another reason, so my workaround solution is actually OK.</p>
</p>
<p>Now I&#39;ll focus on changing the alert box style...</p>
</p>
<p>Thanks,</p>
</p>
<p>Ed</p>
]]></description>
        	        	<pubDate>Sun, 09 Jan 2011 23:20:39 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on How to remove "&#124;" character between standard and custom navigator buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-remove-character-between-standard-and-custom-navigator-buttons#p21596</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-remove-character-between-standard-and-custom-navigator-buttons#p21596</guid>
        	        	<description><![CDATA[<p>Hello edisonia,</p>
<p>removing separator from the navigator seems me very easy. Let us you have the pager with id="mypager". The separator will be added to the left part of the pager which has id="mypager_left" (the id of the pager + "_left"). The separator is the &#60;td&#62; element having &#60;span class="ui-separator" /&#62; as the child. All this you can see with Internet Explorer or Google Chrome Developer Tool or with respect of Firebug. So to remove the separator you can include the following line</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2977' value='Select Code' data-codeid='sfcode2977' /></p>
<div class='sfcode' id='sfcode2977'>$(&#34;#mypager_left td &#62; span.ui-separator&#34;).parent().remove();</div>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Sun, 09 Jan 2011 22:58:57 +0200</pubDate>
        </item>
        <item>
        	<title>edisonia on How to remove "&#124;" character between standard and custom navigator buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-remove-character-between-standard-and-custom-navigator-buttons#p21595</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-remove-character-between-standard-and-custom-navigator-buttons#p21595</guid>
        	        	<description><![CDATA[<p>As a workaround, I&#39;ve added my own custom add and edit buttons, and set all of the default button&#160;visibilities to false. &#160;With that, the vertical separator has also disappeared.</p>
<p>Now I&#39;m trying to figure out how to apply the jqmodal css to the alerts from my custom buttons, so my new alerts look like those provided with the standard buttons. &#160;Anyone know how to do this?</p>
]]></description>
        	        	<pubDate>Sun, 09 Jan 2011 22:41:08 +0200</pubDate>
        </item>
        <item>
        	<title>edisonia on How to remove "&#124;" character between standard and custom navigator buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-remove-character-between-standard-and-custom-navigator-buttons#p21581</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-remove-character-between-standard-and-custom-navigator-buttons#p21581</guid>
        	        	<description><![CDATA[<p>Hi</p>
</p>
<p>I am unable to figure out how to remove the "&#124;" character that has been&#160;automatically&#160;placed&#160;between the standard buttons and my custom navigator buttons.</p>
<p>Any help would be appreciated. &#160;Code below.</p>
<p>Thanks,</p>
</p>
<p>Ed</p>
</p>
<p>====</p>
</p>
<p>jQuery("#sf_pageturns").navGrid(&#39;#pager&#39;,{edit:true,add:true,del:false,search:false,refresh:false})</p>
<p>.navButtonAdd(&#39;#pager&#39;,{caption:"", buttonicon: "ui-icon-trash",  title: "Delete selected row", onClickButton: function(){</p>
<p>var rowcount = $(&#39;#sf_pageturns&#39;).jqGrid(&#39;getGridParam&#39;,&#39;reccount&#39;) ; // function to count rows</p>
<p>if(rowcount&#62;1)&#160;</p>
<p>{</p>
<p>var gr = jQuery("#sf_pageturns").jqGrid(&#39;getGridParam&#39;,&#39;selrow&#39;);</p>
<p>if( gr != null ) jQuery("#sf_pageturns").jqGrid(&#39;delGridRow&#39;,gr,{reloadAfterSubmit:false});</p>
<p>else alert("You must select a row before pressing this button");</p>
<p>}</p>
<p>else</p>
<p>{</p>
<p>alert("You need to have at least one row, so this row may be edited but not deleted.");</p>
<p>}</p>
</p>
<p>},</p>
</p>
<p>})</p></p>
]]></description>
        	        	<pubDate>Sat, 08 Jan 2011 05:22:38 +0200</pubDate>
        </item>
</channel>
</rss>