<?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: Icons not loading in navigation</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/icons-not-loading-in-navigation</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/icons-not-loading-in-navigation/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on Icons not loading in navigation</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/icons-not-loading-in-navigation#p24886</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/icons-not-loading-in-navigation#p24886</guid>
        	        	<description><![CDATA[<p>You should change the lines</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3102' value='Select Code' data-codeid='sfcode3102' /></p>
<div class='sfcode' id='sfcode3102'>});<br />jQuery(&#34;#list&#34;).jqGrid(&#39;navGrid&#39;,&#39;#pager&#39;,{edit:true,add:true,del:true});</div>
<p>at the end of the script to</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3135' value='Select Code' data-codeid='sfcode3135' /></p>
<div class='sfcode' id='sfcode3135'>jQuery(&#34;#list&#34;).jqGrid(&#39;navGrid&#39;,&#39;#pager&#39;,{edit:true,add:true,del:true});<br />});&#160;</div>
<p>Currently the code of <strong>navGrid</strong> will be executed <em>before</em> the grid will be created inside of document ready event handler <strong>$(function(){...});</strong></p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Thu, 13 Oct 2011 10:23:28 +0300</pubDate>
        </item>
        <item>
        	<title>c5keddy on Icons not loading in navigation</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/icons-not-loading-in-navigation#p24881</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/icons-not-loading-in-navigation#p24881</guid>
        	        	<description><![CDATA[<p>try <strong>pager: &#39;#pager2&#39;,&#160; </strong></p>
<p>instead of</p>
<p><strong>pager: jQuery(&#39;#pager&#39;),</strong></p>
]]></description>
        	        	<pubDate>Thu, 13 Oct 2011 00:05:33 +0300</pubDate>
        </item>
        <item>
        	<title>tfraymond on Icons not loading in navigation</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/icons-not-loading-in-navigation#p24768</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/icons-not-loading-in-navigation#p24768</guid>
        	        	<description><![CDATA[<p>First, thank you for the wonderful jqGrid -- very nice.</p>
<p>However, I&#39;m slowly going crazy about the icons (search, refresh, etc.) - no matter what I do, I can&#39;t get them to display in the Navigation bar.&#160; I&#39;ve created a sample HTML page, trying to eliminate as many variables as possible, as follows:</p>
</p>
<p>&#60;!DOCTYPE html&#62;<br />&#60;html xmlns="http://www.w3.org/1999/xhtml,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:[&#39;Actions&#39;, &#39;Device&#39;, &#39;Serial Number&#39;, &#39;Type&#39;, &#39;Model&#39;,&#39;Status&#39;, &#39;Monitoring&#39;, &#39;SmartNet&#39;, &#39;Site&#39;, &#39;Protocol&#39;, &#39;Notes&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel :[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name: &#39;myac&#39;, width:50, fixed:true, sortable:false, resize:false, formatter:&#39;actions&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; formatoptions:{keys:true}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;division&#39;, index:&#39;division&#39;, width:50, sortable:true, editable: true,&#160; edittype:"select", editoptions:{ value: "&#60;?= $divisionOutput; ?&#62;"}, editrules:{custom:true, custom_func:checkDivision}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;deviceName&#39;, index:&#39;deviceName&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;serialNumber&#39;, index:&#39;serialNumber&#39;}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;deviceType&#39;, index:&#39;deviceType&#39;}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;deviceModel&#39;, index:&#39;deviceModel&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;lifecycleStatus&#39;, index:&#39;lifecycleStatus&#39;}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;monitoringTier&#39;, index:&#39;monitoringTier&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;smartNet&#39;, index:&#39;smartNet&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;siteId&#39;, index:&#39;siteId&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;managementProtocol&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;notes&#39;, index:&#39;notes&#39;}<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: jQuery(&#39;#pager&#39;),<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;serialNumber&#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; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; gridview: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#39;My first grid&#39;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }); <br />&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160;&#160;&#160; jQuery("#list").jqGrid(&#39;navGrid&#39;,&#39;#pager&#39;,{edit:true,add:true,del:true});</p>
<p>&#160;&#160;&#160; &#60;/script&#62;</p>
<p>&#160; &#60;/head&#62;<br />&#160; &#60;body&#62;<br />&#160;&#160;&#160; &#60;table id="list"&#62;&#60;tr&#62;&#60;td/&#62;&#60;/tr&#62;&#60;/table&#62; <br />&#160;&#160;&#160; &#60;div id="pager"&#62;&#60;/div&#62; <br />&#160; &#60;/body&#62;<br />&#60;/html&#62;</p>
</p>
<p>I&#39;ve gone through the documentation &#38; tutorials, &#38; I&#39;m pulling my hair out in clumps; the data loads, the navigation works, I can see the total number of records, sort &#38; resize columns -- but for the life of me, I can&#39;t get the refresh, edit, etc. buttons to work -- and for the project I&#39;m working on, I need to add some custom buttons as well.</p>
<p>Any hope is greatly appreciated -- thanks.</p>
]]></description>
        	        	<pubDate>Thu, 29 Sep 2011 19:14:27 +0300</pubDate>
        </item>
</channel>
</rss>