<?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: Using jqGrid with ASP.NET MVC: A Tutorial</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial</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/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>santosh on Using jqGrid with ASP.NET MVC: A Tutorial</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p8834</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p8834</guid>
        	        	<description><![CDATA[<p>Hello there,</p>
<p>I had look at the articles and they really do work great...! I have implemented few of these in my current project...!</p>
<p>As of now i have a question to ask regarding the Advanced Search Operation: Filters...!</p>
</p>
<p>I have created a Handler page inorder to create a JSON object but the problem i am currently facing is in creating/constructing a response for the &#39;whereclause&#39; through the POST method.</p>
<p style="padding-left: 30px;">_search<code> true</code></p>
<p style="padding-left: 30px;">&#160;filters&#160;&#160;&#160; {<br /> &#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; "groupOp":"AND",<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "rules":<br /> &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {"field":"id","op":"eq","data":"12"},<br /> &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160; {"field":"name","op":"eq","data":"client"},<br /> &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {"field":"tax","op":"eq","data":"12"},<br /> &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {"field":"total","op":"gt","data":"100"}<br /> &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ]<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
<p style="padding-left: 30px;">Can you post some new article for designing the latest JQGrid3.5 : advanced search method with filters using ASP.NET MVC?</p>
<p style="padding-left: 30px;">&#160;</p>
<p style="padding-left: 30px;">Thanks &#38; Regards,</p>
<p style="padding-left: 30px;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Santosh</p>
]]></description>
        	        	<pubDate>Thu, 20 Aug 2009 02:06:16 +0300</pubDate>
        </item>
        <item>
        	<title>sam1980s on Using jqGrid with ASP.NET MVC: A Tutorial</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6896</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6896</guid>
        	        	<description><![CDATA[<p>I found out the solution to this from the forum and its as below.</p>
<p><a href="http://www.trirand.com/blog/?page_id=18/help/using-client-side-sorting-but-server-side-paging-using-jqgrid/page-1" rel="nofollow" target="_blank"><a href="http://www.trirand.com/blog/?p" rel="nofollow">http://www.trirand.com/blog/?p</a>.....rid/page-1</a></p>
]]></description>
        	        	<pubDate>Tue, 26 May 2009 01:45:55 +0300</pubDate>
        </item>
        <item>
        	<title>sam1980s on Using jqGrid with ASP.NET MVC: A Tutorial</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6887</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6887</guid>
        	        	<description><![CDATA[<p>I have one more question. which i have already added as a new topic but adding it below as well.</p>
<p>Using Client Side Sorting But Server Side Paging using JQGrid</p>
<p>Hi,</p>
<p>1. Requirement :<br />
In my project most of grids need to have client side sorting . so lets say i have 10 records on client side when i sort only those 10 records will be sorted.<br />
But I need server side paging.</p>
<p>Solution :<br />
I can achieve this by using loadonce : true in jqgrid. And providing some other server side pager control.</p>
<p>Problem :<br />
1. Can I achive client side sorting and server side paging both using JQGrid.</p>
<p>2. When i set the load once to true the paging gets disabled. I wants to provide some kind of jquery paging also. So when i click on next page it will fetch the next say 10 records from the server. </p>
<p>Regards,</p>
<p>Sam</p>
]]></description>
        	        	<pubDate>Mon, 25 May 2009 11:06:11 +0300</pubDate>
        </item>
        <item>
        	<title>sam1980s on Using jqGrid with ASP.NET MVC: A Tutorial</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6885</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6885</guid>
        	        	<description><![CDATA[<p>Hi Thanks for reply. </p>
<p>I am able to pass parameter to Controller method by defining it with filter model property.</p>
<p>like as below </p>
<p>filterModel: [{<br />
                label: 'Search',<br />
                name: 'search',<br />
                stype: 'text'<br />
            },<br />
            {<br />
                label: 'Search1',<br />
                name: 'search1',<br />
                stype: 'text'<br />
            }</p>
<p>Regards,</p>
<p>Sam</p>
]]></description>
        	        	<pubDate>Mon, 25 May 2009 10:53:51 +0300</pubDate>
        </item>
        <item>
        	<title>Craig Stuntz on Using jqGrid with ASP.NET MVC: A Tutorial</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6845</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6845</guid>
        	        	<description><![CDATA[<p>The search argument in the action method comes from the filterModel.name in the call to jqGrid.filterGrid. Did you read the "search and formatting" article and download the solution there? This is explained in that article, along with why the method I use for search might not be right for every application.</p>
]]></description>
        	        	<pubDate>Fri, 22 May 2009 08:09:19 +0300</pubDate>
        </item>
        <item>
        	<title>sam1980s on Using jqGrid with ASP.NET MVC: A Tutorial</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6841</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6841</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I checked and found out the solution this artical provides contains method signature as below.</p>
<p>public ActionResult GridData(string sidx, string sord, string search, int page, int rows)</p>
<p>But in the default JQGrid the method signature is only</p>
<p>public ActionResult GridData(string sidx, string sord, int page, int rows)</p>
<p>Can anybody please help me understanding where we need to make changes to pass the search criterias in the ActionResult as method parameters rather then the request objects.</p>
<p>Regards,</p>
<p>Sam</p>
]]></description>
        	        	<pubDate>Fri, 22 May 2009 01:35:22 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Using jqGrid with ASP.NET MVC: A Tutorial</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6591</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6591</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks Added.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 09 May 2009 10:30:51 +0300</pubDate>
        </item>
        <item>
        	<title>Craig Stuntz on Using jqGrid with ASP.NET MVC: A Tutorial</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6484</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6484</guid>
        	        	<description><![CDATA[<p>I&#39;ve added two new articles to the series:</p>
<h2 class="entry-title"><a title="Permalink to Using jqGrid with ASP.NET MVC: Deleting Records" rel="bookmark" href="http://blogs.teamb.com/craigstuntz/2009/04/29/38266/" target="_blank">Using jqGrid with ASP.NET MVC: Deleting Records</a></h2>
<h2 class="entry-title"><a title="Permalink to Using jqGrid with ASP.NET MVC: Understanding LINQ Errors" rel="bookmark" href="http://blogs.teamb.com/craigstuntz/2009/05/05/38274/" target="_blank">Using jqGrid with ASP.NET MVC: Understanding LINQ Errors</a></h2>
]]></description>
        	        	<pubDate>Tue, 05 May 2009 08:40:30 +0300</pubDate>
        </item>
        <item>
        	<title>Craig Stuntz on Using jqGrid with ASP.NET MVC: A Tutorial</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6333</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6333</guid>
        	        	<description><![CDATA[<p>I just added a new article to the series:</p>
<h2 class="entry-title"><a href="http://blogs.teamb.com/craigstuntz/2009/04/27/38243/" target="_blank">Using jqGrid with ASP.NET MVC: Search and Formatting</a></h2>
<p>This update also fixes a bug in paging in the original sample code.</p>
]]></description>
        	        	<pubDate>Mon, 27 Apr 2009 09:54:09 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Using jqGrid with ASP.NET MVC: A Tutorial</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6170</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6170</guid>
        	        	<description><![CDATA[<p>Hello Criag,</p>
<p>Thank you very much for this. It will be included soon in the Integrations page.</p>
<p>Thanks again.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 20 Apr 2009 07:18:31 +0300</pubDate>
        </item>
        <item>
        	<title>Craig Stuntz on Using jqGrid with ASP.NET MVC: A Tutorial</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6137</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/using-jqgrid-with-aspnet-mvc-a-tutorial#p6137</guid>
        	        	<description><![CDATA[<p>I&#39;m about halfway through a tutorial on using jqGrid with ASP.NET MVC. I&#39;ve written three posts in the series so far:</p>
<p><a href="http://blogs.teamb.com/craigstuntz/2009/04/14/38200/" target="_blank">Using jqGrid with ASP.NET MVC: Introduction</a><br /><a href="http://blogs.teamb.com/craigstuntz/2009/04/15/38212/" target="_blank">Using jqGrid with ASP.NET MVC: LINQ Extensions</a><br /><a href="http://blogs.teamb.com/craigstuntz/2009/04/17/38229/" target="_blank">Using jqGrid with ASP.NET MVC: Finally, A Solution</a></p>
<p>Enjoy!</p>
<p>Please feel free to respond with corrections or requests for what you&#39;d like to see in the rest of the series.</p>
]]></description>
        	        	<pubDate>Fri, 17 Apr 2009 11:34:10 +0300</pubDate>
        </item>
</channel>
</rss>