<?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 with netTiers</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-nettiers</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-with-nettiers/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>JScorpion on jqGrid with netTiers</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-nettiers#p13228</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-nettiers#p13228</guid>
        	        	<description><![CDATA[<p>I&#39;m currently trying jqGrid with .netTiers. Whenever I bind any data to a grid I&#39;m getting a &#8220;Parameter count mismatch&#8221; error. I&#39;m using the Northwind database and doing something simple like this:</p>
<p>grid.DataSource = DataRepository.CategoriesProvider.GetAll().ToArray();</p>
<p>grid.DataBind();</p>
<p>I also tried using the datasourceobject with no luck.</p>
</p>
<p>Here&#39;s the stack trace</p>
<p><span style="font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"> </span></p>
<pre>[TargetParameterCountException: Parameter count mismatch.]
   System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) +7520150
   System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +29
   System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) +53
   System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index) +20
   Trirand.Web.UI.WebControls.JQGrid.ObtainDataTableFromIEnumerable(IEnumerable ien) +588
   Trirand.Web.UI.WebControls.JQGrid.GetDataTableFromIEnumerable(IEnumerable en) +124
   Trirand.Web.UI.WebControls.JQGrid.PerformRequestData(IEnumerable retrievedData) +611
   Trirand.Web.UI.WebControls.JQGrid.OnDataSourceViewSelectCallback(IEnumerable retrievedData) +115
   System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +31
   Trirand.Web.UI.WebControls.JQGrid.ProcessCallBack() +971
   Trirand.Web.UI.WebControls.JQGrid.OnPreRender(EventArgs e) +89
   System.Web.UI.Control.PreRenderRecursiveInternal() +80
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
</pre></p>
]]></description>
        	        	<pubDate>Tue, 22 Dec 2009 04:33:41 +0200</pubDate>
        </item>
</channel>
</rss>