<?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: My Grid does not show up at all</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/my-grid-does-not-show-up-at-all</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/my-grid-does-not-show-up-at-all/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Freya_Crescent on My Grid does not show up at all</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-grid-does-not-show-up-at-all#p23148</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-grid-does-not-show-up-at-all#p23148</guid>
        	        	<description><![CDATA[<p>Here is another thing I found.<br />The Firebug says:</p>
<p>"jQuery("#myJqGrid").jqGrid is not a function".</p>
<p>I have put all the files into my folders (js, trirand, i18n, and themes) and the same to the library (Trirand.Web.dll).</p>
</p>
<p>Please&#8230; I need guidance.<br />Anyone???</p>
</p>
<p>I am using Visual Studio Team System 2008 and running on Firefox 4.</p>
]]></description>
        	        	<pubDate>Fri, 13 May 2011 05:44:10 +0300</pubDate>
        </item>
        <item>
        	<title>Freya_Crescent on My Grid does not show up at all</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-grid-does-not-show-up-at-all#p23094</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-grid-does-not-show-up-at-all#p23094</guid>
        	        	<description><![CDATA[<p>I noticed there is a warning message saying:</p>
<p>Warning&#160;&#160; &#160;1&#160;&#160; &#160;</p>
<p>Error updating JScript IntelliSense: C:\Users\freya\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\VYZDC7P2\jquery-1.5.2.min-fds90[1]..js:</p>
<p>Object doesn&#39;t support this property or method @ 15:15372&#160;</p>
</p>
<p>Is it because of this problem?</p>
</p>
<p>Please, I need guidance.<br />Thank you so much in advance.</p>
]]></description>
        	        	<pubDate>Tue, 10 May 2011 12:52:09 +0300</pubDate>
        </item>
        <item>
        	<title>Freya_Crescent on My Grid does not show up at all</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-grid-does-not-show-up-at-all#p23093</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-grid-does-not-show-up-at-all#p23093</guid>
        	        	<description><![CDATA[<p>Hello, I am still very new to programming.</p>
</p>
<p>This may be a stupid mistake, but please guide me.</p>
<p>I referred to the sample provided and when I ran Debug, it is only a blank page. Please help me.</p>
</p>
<p>Here is my code. I am using Visual Studio 9 and my database is Microsoft SQL Server.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8627' value='Select Code' data-codeid='sfcode8627' /></p>
<div class='sfcode' id='sfcode8627'>
<p>&#60;%@ Page Language=&#34;C#&#34; AutoEventWireup=&#34;true&#34; CodeFile=&#34;GridTest.aspx.cs&#34; Inherits=&#34;GridTest&#34; %&#62;<br />&#60;%@ Register Assembly=&#34;Trirand.Web&#34; TagPrefix=&#34;trirand&#34; Namespace=&#34;Trirand.Web.UI.WebControls&#34; %&#62;</p>
<p>&#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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&#34;&#038;gt" rel="nofollow" target="_blank"><a href="http://www.w3.org/1999/xhtml&#038;q" rel="nofollow">http://www.w3.org/1999/xhtml&#038;q</a>.....t;&#038;gt</a>;; /&#62;<br />&#160;&#160;&#160; &#60;!-- The jQuery UI theme extension jqGrid needs --&#62;<br />&#160;&#160;&#160; &#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;/themes/ui.jqgrid.css&#34; /&#62;<br />&#160;&#160;&#160; &#60;!-- jQuery runtime minified --&#62;<br />&#160;&#160;&#160; &#60;script src=&#34;Js/jquery-1.5.2.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;!-- The localization file we need, English in this case --&#62;<br />&#160;&#160;&#160; &#60;script src=&#34;/Js/trirand/i18n/grid.locale-en.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;!-- The jqGrid client-side javascript --&#62;<br />&#160;&#160;&#160; &#60;script src=&#34;/Js/trirand/jquery.jqGrid.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;!-- The javascript for the grid search/edit advanced controls - datepicker and autocomplete --&#62;<br />&#160;&#160;&#160; &#60;script src=&#34;/Js/trirand/jquery.jqDatePicker.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;script src=&#34;/Js/trirand/jquery.jqAutoComplete.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;&#160;&#160; &#160;<br />&#160;&#160;&#160; &#60;style type=&#34;text/css&#34;&#62;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; body, html { font-size: 100%; }&#160;&#160; &#160;<br />&#160;&#160;&#160; &#60;/style&#62;<br />&#60;/head&#62;</p>
<p>&#60;body&#62;<br />&#160;&#160;&#160; &#60;form id=&#34;form1&#34; runat=&#34;server&#34;&#62;<br />&#160;&#160;&#160; &#60;div&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;trirand:JQGrid ID=&#34;myJqGrid&#34; runat=&#34;server&#34; DataSourceID=&#34;LinqDataSource1&#34;&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;Columns&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;trirand:JQGridColumn DataField=&#34;EmployeeID&#34; &#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/trirand:JQGridColumn&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;trirand:JQGridColumn DataField=&#34;EmployeeName&#34; &#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/trirand:JQGridColumn&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;trirand:JQGridColumn DataField=&#34;SupervisorID&#34; &#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/trirand:JQGridColumn&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;trirand:JQGridColumn DataField=&#34;Department&#34; &#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/trirand:JQGridColumn&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/Columns&#62;<br />&#60;SortSettings InitialSortColumn=&#34;&#34;&#62;&#60;/SortSettings&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/trirand:JQGrid&#62;<br />&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;asp:LinqDataSource ID=&#34;LinqDataSource1&#34; runat=&#34;server&#34; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ContextTypeName=&#34;MyDB.Core.MyDBDataContext&#34; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Select=&#34;new (EmployeeID, EmployeeName, SupervisorID, Department)&#34; TableName=&#34;Employee&#34;&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/asp:LinqDataSource&#62;<br />&#160;&#160; &#160;<br />&#160;&#160;&#160; &#60;/div&#62;<br />&#160;&#160;&#160; &#60;/form&#62;<br />&#60;/body&#62;<br />&#60;/html&#62;</p>
</div>
<p>Did I miss something?</p>
]]></description>
        	        	<pubDate>Tue, 10 May 2011 11:57:25 +0300</pubDate>
        </item>
</channel>
</rss>