<?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: Add/Edit/Delete/Refresh buttons are not displaying at the bottom</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/addeditdeleterefresh-buttons-are-not-displaying-at-the-bottom</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/addeditdeleterefresh-buttons-are-not-displaying-at-the-bottom/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>zordon on Add/Edit/Delete/Refresh buttons are not displaying at the bottom</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addeditdeleterefresh-buttons-are-not-displaying-at-the-bottom#p18022</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addeditdeleterefresh-buttons-are-not-displaying-at-the-bottom#p18022</guid>
        	        	<description><![CDATA[<p>I still cant get use of the nav buttons 🙁</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit765' value='Select Code' data-codeid='sfcode765' /></p>
<div class='sfcode' id='sfcode765'>
<p>&#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Strict//EN&#34; &#34;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#34;&#038;gt" rel="nofollow" target="_blank"><a href="http://www.w3.org/TR/xhtml1/DT" rel="nofollow">http://www.w3.org/TR/xhtml1/DT</a>.....t;&#038;gt</a>;</p>
<p>&#60;html xmlns=&#34;<a href="http://www.w3.org/1999/xhtml&#038;quot" rel="nofollow" target="_blank">http://www.w3.org/1999/xhtml&#038;quot</a>; xml:lang=&#34;en&#34; lang=&#34;en&#34;&#62;</p>
<p>&#60;head&#62;</p>
<p>&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=utf-8&#34; /&#62;</p>
<p>&#60;title&#62;jqGrid Demo&#60;/title&#62;</p>
<p>&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;css/ui.jqgrid.css&#34; /&#62;</p>
<p>&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;css/ui-start/jquery-ui-1.8.2.custom.css&#34; /&#62;</p>
<p>&#60;script src=&#34;scripts/jquery-1.4.2.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#34;scripts/i18n/grid.locale-sp.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#34;scripts/jquery.jqGrid.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
</p>
<p>&#60;script type=&#34;text/javascript&#34;&#62;</p>
<p>$(document).ready(function(){</p>
<p>$(&#39;#list&#39;).jqGrid({</p>
<p>url:&#39;grid.php&#39;,</p>
<p>mtype: &#39;POST&#39;,</p>
<p>datatype: &#34;json&#34;,</p>
<p>width: 800,</p>
<p>colNames:[&#39;ID&#39;,&#39;Name&#39;, &#39;Price&#39;, &#39;Promotion&#39;],</p>
<p>colModel:[</p>
<p>{name:&#39;product_id&#39;,index:&#39;product_id&#39;, width:55,editable:false},</p>
<p>{name:&#39;name&#39;,index:&#39;name&#39;, width:100,editable:true, edittype:&#39;text&#39;},</p>
<p>{name:&#39;price&#39;,index:&#39;price&#39;, width:80, align:&#39;right&#39;,formatter:&#39;currency&#39;},</p>
<p>{name:&#39;on_promotion&#39;,index:&#39;on_promotion&#39;, width:80, formatter:&#39;checkbox&#39;}</p>
<p>],</p>
<p>rowNum:10,</p>
<p>rowList:[10,20,30],</p>
<p>pager: $(&#39;#pager&#39;),</p>
<p>sortname: &#39;product_id&#39;,</p>
<p>viewrecords: true,</p>
<p>sortorder: &#34;asc&#34;,</p>
<p>imgpath: &#39;css/ui-smoothness/images&#39;</p>
<p>});</p>
<p>$(&#34;#list&#34;).navGrid(&#34;#pager&#34;,{search:true})</p>
<p>});</p>
</p>
<p>&#60;/script&#62;</p>
<p>&#60;/head&#62;</p>
<p>&#60;body&#62;</p>
<p>&#60;h2&#62;My Grid Data&#60;/h2&#62;</p>
<p>&#60;table id=&#34;list&#34; class=&#34;scroll&#34; &#62;&#60;/table&#62;</p>
<p>&#60;div id=&#34;pager&#34; class=&#34;scroll&#34; style=&#34;text-align:center;&#34;&#62;&#60;/div&#62;</p>
<p>&#60;div id=&#34;pager2&#34; class=&#34;scroll&#34; style=&#34;text-align:center;&#34;&#62;&#60;/div&#62;</p>
</p>
<p>&#60;/body&#62;</p>
<p>&#60;/html&#62;</p>
</div>
<p>I appreciate any help 🙂</p></p>
]]></description>
        	        	<pubDate>Fri, 18 Jun 2010 08:50:08 +0300</pubDate>
        </item>
        <item>
        	<title>phamtranquocviet on Add/Edit/Delete/Refresh buttons are not displaying at the bottom</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addeditdeleterefresh-buttons-are-not-displaying-at-the-bottom#p14602</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addeditdeleterefresh-buttons-are-not-displaying-at-the-bottom#p14602</guid>
        	        	<description><![CDATA[<p>I finally figured it out. The image for those buttons are missing from my jQuery UI download. You will need to download it from traiand.com. It does not automatically come with jqGrid download.</p>
<p>For Add/Edit/Delete/Refresh/Search buttons, follow this link:</p>
<p><a href="http://trirand.com/blog/jqgrid/themes/redmond/images/ui-icons_6da8d5_256x240.png" rel="nofollow" target="_blank"><a href="http://trirand.com/blog/jqgrid" rel="nofollow">http://trirand.com/blog/jqgrid</a>.....56x240.png</a></p>
</p>
<p>For the triangle (at the top right corner of the grid) that allows you to collapse the grid, follow this link:</p>
<p><a href="http://trirand.com/blog/jqgrid/themes/redmond/images/ui-icons_d8e7f3_256x240.png" rel="nofollow" target="_blank"><a href="http://trirand.com/blog/jqgrid" rel="nofollow">http://trirand.com/blog/jqgrid</a>.....56x240.png</a></p>
</p>
<p>After downloading, move them to theme/images folder so that ui.theme.css can access them.</p>
<p>Just want to post it in case somebody needs it.</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Sat, 06 Feb 2010 23:33:01 +0200</pubDate>
        </item>
        <item>
        	<title>phamtranquocviet on Add/Edit/Delete/Refresh buttons are not displaying at the bottom</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addeditdeleterefresh-buttons-are-not-displaying-at-the-bottom#p14597</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addeditdeleterefresh-buttons-are-not-displaying-at-the-bottom#p14597</guid>
        	        	<description><![CDATA[<p>Hi, Could you please give me a hint why Add/Edit/Delete/Refresh buttons are not displaying at the bottom?Thanks.</p>
<p><strong>Here is how I include css: </strong></p>
<p>&#160;&#160;&#160; &#60;head&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel=&#39;stylesheet&#39; type=&#39;text/css&#39; href=&#39;css/Core.css&#39;/&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel=&#39;stylesheet&#39; type=&#39;text/css&#39; href=&#39;css/main/Ddm.css&#39;/&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel=&#39;stylesheet&#39; type=&#39;text/css&#39; href=&#39;css/theme/redmond/ui.all.css&#39;/&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel=&#39;stylesheet&#39; type=&#39;text/css&#39; href=&#39;css/theme/redmond/jquery-ui.css&#39;/&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" href="css/theme/my-ui.css"/&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" href="css/grid/ui.jqgrid.css"/&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" href="css/admin/Training.css"/&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/jquery.min.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/jquery.multi-ddm.min.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/jquery-ui.min.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/grid/i18n/grid.locale-en.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/grid/jquery.jqGrid.min.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/jquery.layout.min.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/Core.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/admin/Admin.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;/head&#62;</p>
<p><strong>Here is the content of Training.css: </strong></p>
<p>.ui-jqgrid  {      font-family:tahoma,arial,helvetica,sans-serif;     font-size:9px; position:relative;  }</p>
<p>th { font-size:10px; }</p>
<p>.ui-pg-table { font-size: 1.2em; }</p>
<p>.ui-pg-input { width: 10px; height: 55px;}</p></p>
]]></description>
        	        	<pubDate>Sat, 06 Feb 2010 08:46:23 +0200</pubDate>
        </item>
</channel>
</rss>