<?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: Adding more than 1 jqGrid to the same page</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/adding-more-than-1-jqgrid-to-the-same-page</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/adding-more-than-1-jqgrid-to-the-same-page/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>rrodriguez1975 on Adding more than 1 jqGrid to the same page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/adding-more-than-1-jqgrid-to-the-same-page#p29575</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/adding-more-than-1-jqgrid-to-the-same-page#p29575</guid>
        	        	<description><![CDATA[<p>Is it possible to add more than 1 jqGrid to the same page? if so, could you tell me how? I have two jgGrid, both in the same page, but one appears in one tab and the another in another tab. I have a jquery ui tab. My problem is that only one is shown, the another not. Any ideas what&#39;s wrong?</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6625' value='Select Code' data-codeid='sfcode6625' /></p>
<div class='sfcode' id='sfcode6625'>
<p>&#60;div id=&#34;jqGrid&#34; class=&#34;jqGrid&#34;&#62;<br />&#160;&#160;&#160; @Html.Partial(&#34;../Grids/_ComponentGrid&#34;)<br />&#60;/div&#62;</p>
<p>&#60;div id=&#34;jqGridCapsules&#34; class=&#34;jqGrid&#34;&#62;<br />&#160;&#160;&#160; @Html.Partial(&#34;../Grids/_CapsuleGrid&#34;)<br />&#60;/div&#62;</p>
</div>
<p>Partial views:</p>
</p>
<p>../Grids/_ComponentGrid:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8994' value='Select Code' data-codeid='sfcode8994' /></p>
<div class='sfcode' id='sfcode8994'>&#60;table id=&#34;_componentGrid&#34; cellpadding=&#34;0&#34; cellspacing=&#34;0&#34;&#62;<br />&#60;/table&#62;<br />&#60;div id=&#34;_componentPager&#34; style=&#34;text-align: center;&#34;&#62;<br />&#60;/div&#62;</div>
<p>../Grids/_CapsuleGrid</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7426' value='Select Code' data-codeid='sfcode7426' /></p>
<div class='sfcode' id='sfcode7426'>&#60;table id=&#34;_capsuleGrid&#34; cellpadding=&#34;0&#34; cellspacing=&#34;0&#34;&#62;<br />&#60;/table&#62;<br />&#60;div id=&#34;_capsulePager&#34; style=&#34;text-align: center;&#34;&#62;<br />&#60;/div&#62;</div>
<p>I have debugged it with Internet explorer and as I can see, it seems like jqGrid is being applied correctly for first (I post main div, within them there are others divs nested):</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9907' value='Select Code' data-codeid='sfcode9907' /></p>
<div class='sfcode' id='sfcode9907'>
<p>&#60;div class=&#34;jqGrid&#34; id=&#34;jqGrid&#34;&#62;</p>
<p>&#160;&#160;&#160; &#60;div class=&#34;ui-jqgrid ui-widget ui-widget-content ui-corner-all&#34; id=&#34;gbox__componentGrid&#34; style=&#34;width: 790px;&#34; dir=&#34;ltr&#34;&#62;</p>
<p>&#60;div class=&#34;ui-widget-overlay jqgrid-overlay&#34; id=&#34;lui__componentGrid&#34;/&#62;</p>
<p>&#60;div class=&#34;loading ui-state-default ui-state-active&#34; id=&#34;load__componentGrid&#34; style=&#34;display: block;&#34;&#62;</p>
<p>&#60;div class=&#34;ui-jqgrid-view&#34; id=&#34;gview__componentGrid&#34; style=&#34;width: 790px;&#34;&#62;</p>
<p>&#60;div class=&#34;ui-jqgrid-resize-mark&#34; id=&#34;rs_m_componentGrid&#34;&#62;</p>
<p>&#60;div class=&#34;ui-state-default ui-jqgrid-pager ui-corner-bottom&#34; id=&#34;_componentPager&#34; style=&#34;width: 790px; text-align: center;&#34; dir=&#34;ltr&#34;&#62;</p>
<p>&#60;/div&#62;</p>
</div>
<p>However, for second is not being applied as generated code is:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5159' value='Select Code' data-codeid='sfcode5159' /></p>
<div class='sfcode' id='sfcode5159'>
<p>&#60;div class=&#34;jqGrid&#34; id=&#34;jqGridCapsules&#34;&#62;</p>
<p>&#60;table id=&#34;_capsuleGrid&#34; cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&#62;</p>
<p>&#60;div id=&#34;_capsulePager&#34; style=&#34;text-align: center;&#34;&#62;</p>
</div>
<p>as you can see for second, the code generated is completely different from the first. It should be the same as first. So it seems like jqGrid style is not being applied to the second one, Why? What&#39;s happening? any ideas, please?</p>
]]></description>
        	        	<pubDate>Mon, 30 Sep 2013 15:41:49 +0300</pubDate>
        </item>
</channel>
</rss>