<?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: want to access DOM</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/want-to-access-dom</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/want-to-access-dom/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Rumen[Trirand] on want to access DOM</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/want-to-access-dom#p11050</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/want-to-access-dom#p11050</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>jqGrid is a client-side grid and uses client-side rendering. This by the way is great approach, since the grid HTML is practically zero (only the table and pager placeholders you have noticed). To see what the grid really renders, I recomment FireBug for FireFox -- this will allow you to see the markup and checkboxes.</p>
<p>This however might not be the best approach, I suggest getting the PDF documentation from the "Download" settings and read about the client-side API of the Control, the getRowData / setRowData methods in particular might be exactly what you need.</p>
</p>
<p>Regards,</p>
<p>Rumen</p>
]]></description>
        	        	<pubDate>Sat, 24 Oct 2009 07:35:44 +0300</pubDate>
        </item>
        <item>
        	<title>jaswant tak on want to access DOM</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/want-to-access-dom#p11049</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/want-to-access-dom#p11049</guid>
        	        	<description><![CDATA[<p>Hey Guys,</p>
</p>
<p>I have implemented jqgrid in my document, the grid have 5 coulmns and around 100 rows. Each row has a coulmn with checkbox, with a name row_&#60;rowno.&#62;.</p>
<p>This whole grid is in a form. the form has also a submit button. Now on form submit I want to access those checkbox values, But I am not able to do that. When I view the source code after page rendereing it shows only</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2058' value='Select Code' data-codeid='sfcode2058' /></p>
<div class='sfcode' id='sfcode2058'>
<pre id="line163">&#60;<span class="start-tag">form</span><span class="attribute-name"> enctype</span>=<span class="attribute-value">"multipart/form-data" </span><span class="attribute-name">action</span>=<span class="attribute-value">"action.php" </span><span class="attribute-name">method</span>=<span class="attribute-value">"post" </span>&#62;<br /><br /></pre>
<pre id="line163">&#60;<span class="start-tag">table</span><span class="attribute-name"> id</span>=<span class="attribute-value">"list" </span><span class="attribute-name">class</span>=<span class="attribute-value">"scroll" </span><span class="attribute-name">cellpadding</span>=<span class="attribute-value">"0" </span><span class="attribute-name">cellspacing</span>=<span class="attribute-value">"0"</span>&#62;&#60;/<span class="end-tag">table</span>&#62;<br /><br />&#60;<span class="start-tag">div</span><span class="attribute-name"> id</span>=<span class="attribute-value">"pager" </span><span class="attribute-name">class</span>=<span class="attribute-value">"scroll" </span><span class="attribute-name">style</span>=<span class="attribute-value">"text-align:center;"</span>&#62;&#60;/<span class="end-tag">div</span>&#62;<br /><br />&#60;/form&#62;</pre>
</div>
<pre id="line163"><br />How can I access the check box values.<br /><br />please suggest. Thanks!<br /><br />jaswant<br /></pre>
]]></description>
        	        	<pubDate>Sat, 24 Oct 2009 06:35:36 +0300</pubDate>
        </item>
</channel>
</rss>