<?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: JQGrid Check Box Checked items</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-check-box-checked-items</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/jqgrid-check-box-checked-items/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>djay on JQGrid Check Box Checked items</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-check-box-checked-items#p27045</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-check-box-checked-items#p27045</guid>
        	        	<description><![CDATA[<p>We are able to populate the JQGrid with on MVC 3 project. We use the&#160;&#160; MultiSelect = true&#160; <br /> option for checkboxes. Now we want to check few rows inside of the JQGrid and make those specific rows available in the MVC controller on a button click event (Both button as part of Grid Toolbar Eg: MyGrid.ToolBarSettings.CustomButtons.Add(new JQGridToolBarButton...)&#160; &#38;&#38; Button which is not part of the JQGrid Eg:&#160;&#160;&#160;&#160;</p>
<p>&#160;&#60;% Html.BeginForm("ExportRows", "Rows"); %&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;br /&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;input type="button"&#160; id="Button1"&#160; value="Export " onclick="this.form.submit();" /&#62;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;% Html.EndForm(); %&#62;</p>
<p>How Do I acheive this since the checkbox column is not part of the Datasource Field or we have not specified any specific column in the Model for Checkbox column. Its just the Multiselect Property thats is used to show checkbox.</p>
<p>How to retreive checked Rows in controller on button click ? &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</p>
]]></description>
        	        	<pubDate>Wed, 01 Aug 2012 23:16:51 +0300</pubDate>
        </item>
</channel>
</rss>