<?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 being shown</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/icons-not-being-shown</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-being-shown/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Icons not being shown</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/icons-not-being-shown#p30011</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/icons-not-being-shown#p30011</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>It seems you do not have the full jQuery UI theme - it is possible to miss sonme files.</p>
</p>
<p>The very simple test is - download another theme and try with it.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 19 Dec 2013 14:28:03 +0200</pubDate>
        </item>
        <item>
        	<title>cox123456a on Icons not being shown</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/icons-not-being-shown#p30008</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/icons-not-being-shown#p30008</guid>
        	        	<description><![CDATA[<p>Hello. I&#180;ve read several posts on that, but couldn&#180;t find why my icons are not being shown. I would appreciate very much any kind of help.</p>
</p>
<p>Below goes my code:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2883' value='Select Code' data-codeid='sfcode2883' /></p>
<div class='sfcode' id='sfcode2883'>
<p>&#60;link href=&#34;@Url.Content(&#34;~/Content/themes/jquery-ui.css&#34;)&#34; rel=&#34;stylesheet&#34; media=&#34;screen&#34;&#62;</p>
<p>&#60;link href=&#34;@Url.Content(&#34;~/Content/jquery.jqGrid/ui.jqgrid.css&#34;)&#34; rel=&#34;stylesheet&#34; media=&#34;screen&#34;&#62;</p>
<p>&#60;link href=&#34;@Url.Content(&#34;~/Content/jquery.jqGrid/ui.multiselect.css&#34;)&#34; rel=&#34;stylesheet&#34; media=&#34;screen&#34;&#62;</p>
</p>
<p>&#60;script src=&#34;js/i18n/grid.locale-en.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
</p>
<p>&#60;script src=&#34;@Url.Content(&#34;~/Scripts/i18n/grid.locale-pt.js&#34;)&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#34;@Url.Content(&#34;~/Scripts/jquery.jqGrid.min.js&#34;)&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#34;@Url.Content(&#34;~/Scripts/ui.multiselect.js&#34;)&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#34;@Url.Content(&#34;~/Scripts/jquery.tablednd.js&#34;)&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#34;@Url.Content(&#34;~/Scripts/jquery.contextmenu.js&#34;)&#34;&#62;&#60;/script&#62;</p>
</p>
<p>&#60;script type=&#34;text/javascript&#34;&#62;</p>
</p>
<p>jQuery(document).ready(function () {</p>
<p>$(&#39;#myGrid&#39;).jqGrid({</p>
<p>height: 300,</p>
<p>toolbar: [true, &#39;bottom&#39;],</p>
<p>multiselect: true,</p>
<p>cellEdit: false,</p>
<p>rowNumbers: true,</p>
<p>datatype: &#39;json&#39;,</p>
<p>rowNum: 50,</p>
<p>rowList: [50, 100, 200],</p>
<p>url: &#39;@Url.Action(&#34;GetGridData&#34;, &#34;AdminSysLog&#34;)&#39;,</p>
<p>editurl: &#39;@Url.Action(&#34;CRUDGridData&#34;, &#34;AdminSysLog&#34;)&#39;,</p>
<p>contentType: &#34;application/json; charset-utf-8&#34;,</p>
<p>caption: &#39;System Logs&#39;,</p>
<p>mtype: &#39;POST&#39;,</p>
<p>shrinkToFit: false,</p>
<p>pager: &#39;#myPager&#39;,</p>
<p>sortname: &#39;DateTime&#39;,</p>
<p>sortorder: &#39;desc&#39;,</p>
<p>viewrecords: true,</p>
<p>colNames: [&#39;DATETIME&#39;, &#39;LEVEL&#39;, &#39;TYPE&#39;, &#39;SYSTEM&#39;, &#39;USER&#39;, &#39;MESSAGE&#39;],</p>
<p>colModel: [</p>
<p>{ name: &#39;DateTime&#39;, align: &#39;center&#39;, width: 140, sortable: true, editable: false, searchoptions: { sopt: [&#39;eq&#39;, &#39;ne&#39;, &#39;cn&#39;] } },</p>
<p>{ name: &#39;Severity&#39;, align: &#39;center&#39;, width: 50, sortable: true, editable: false, searchoptions: { sopt: [&#39;eq&#39;, &#39;ne&#39;, &#39;cn&#39;] } },</p>
<p>{ name: &#39;Type&#39;, align: &#39;center&#39;, width: 50, sortable: true, editable: false, searchoptions: { sopt: [&#39;eq&#39;, &#39;ne&#39;, &#39;cn&#39;] } },</p>
<p>{ name: &#39;Source&#39;, align: &#39;center&#39;, width: 100, sortable: true, editable: false, searchoptions: { sopt: [&#39;eq&#39;, &#39;ne&#39;, &#39;cn&#39;] } },</p>
<p>{ name: &#39;User&#39;, align: &#39;center&#39;, width: 100, sortable: true, editable: false, searchoptions: { sopt: [&#39;eq&#39;, &#39;ne&#39;, &#39;cn&#39;] } },</p>
<p>{ name: &#39;Message&#39;, align: &#39;left&#39;, width: 500, sortable: true, editable: false, searchoptions: { sopt: [&#39;eq&#39;, &#39;ne&#39;, &#39;cn&#39;] } },</p>
<p>]</p>
<p>}).navGrid(&#39;#myPager&#39;, {</p>
<p>edit: false,</p>
<p>add: false,</p>
<p>del: true,</p>
<p>search: true,</p>
<p>deltext: &#34;Apaga&#34;,</p>
<p>searchtext: &#34;Busca&#34;,</p>
<p>viewrecords: true</p>
<p>}</p>
<p>);</p>
<p>});</p>
<p>&#60;/script&#62;</p>
<p>&#60;table id=&#34;myGrid&#34;&#62;&#60;/table&#62;</p>
<p>&#60;div id=&#34;myPager&#34;&#62;&#60;/div&#62;</p>
</p>
<p>&#60;br /&#62;</p>
<p>&#60;br /&#62;</p>
</p>
</div>
]]></description>
        	        	<pubDate>Thu, 19 Dec 2013 13:53:57 +0200</pubDate>
        </item>
</channel>
</rss>