<?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: ASP.NET MVC JQGrid error on binding....</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/asp-net-mvc-jqgrid-error-on-binding</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/asp-net-mvc-jqgrid-error-on-binding/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Eric. C on ASP.NET MVC JQGrid error on binding....</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/asp-net-mvc-jqgrid-error-on-binding#p24655</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/asp-net-mvc-jqgrid-error-on-binding#p24655</guid>
        	        	<description><![CDATA[<blockquote>
<p>OlegK said:</p>
<p>It seems to me that you posted the issue in the wrong forum. It can be that you have WCF or MVC problem. In the case you can post you question on <a href="http://stackoverflow.com/" target="_blank">http://stackoverflow.com/</a>&#160;for example.</p>
<p>If you use commertial version of jqGrid and thy think that your problem is really connected with jqGrid you should post the description of the problem in <a href="http://www.trirand.net/forum/" target="_blank">http://www.trirand.net/forum/</a>.</p>
<p>Here is the forum for open source JavaScript version of jqGrid.</p>
<p>Best regards<br />Oleg&#160;</p>
</blockquote>
<hr />
<p>Thank you OlegK.</p>
<p>My bad I will definately head over to the Trirand forums 🙂</p>
]]></description>
        	        	<pubDate>Fri, 16 Sep 2011 19:50:40 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on ASP.NET MVC JQGrid error on binding....</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/asp-net-mvc-jqgrid-error-on-binding#p24654</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/asp-net-mvc-jqgrid-error-on-binding#p24654</guid>
        	        	<description><![CDATA[<p>It seems to me that you posted the issue in the wrong forum. It can be that you have WCF or MVC problem. In the case you can post you question on <a href="http://stackoverflow.com/" target="_blank">http://stackoverflow.com/</a>&#160;for example.</p>
<p>If you use commertial version of jqGrid and thy think that your problem is really connected with jqGrid you should post the description of the problem in <a href="http://www.trirand.net/forum/" target="_blank">http://www.trirand.net/forum/</a>.</p>
<p>Here is the forum for open source JavaScript version of jqGrid.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Fri, 16 Sep 2011 19:39:10 +0300</pubDate>
        </item>
        <item>
        	<title>Eric. C on ASP.NET MVC JQGrid error on binding....</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/asp-net-mvc-jqgrid-error-on-binding#p24653</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/asp-net-mvc-jqgrid-error-on-binding#p24653</guid>
        	        	<description><![CDATA[<p>So i&#39;m using the JQGrid and it works great for the most part. &#160;But I&#39;m seeing random crashes in the Binding for the datasource.</p>
<p>Specificially i&#39;m using a WCF Service to fetch my IQueryable&#60;T&#62; and then I&#39;m simply attempting to bind it.</p>
</p>
<p>The error I&#39;m getting is "object null" and its being thrown from with in the triand assembly.&#160;</p>
<p>&#160; &#160;at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)&#160; &#160;at System.Web.Mvc.ControllerActionInvoker.&#60;&#62;c__DisplayClassd.&#60;InvokeActionMethodWithFilters&#62;b__a()&#160; &#160;at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)&#160; &#160;at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)&#160; &#160;at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)&#160; &#160;at lambda_method(Closure , ControllerBase , Object[] )&#160; &#160;at ABC.WONK.Admin.Controllers.OrganizationsController.SearchGridDataRequested() in C:\Source\kss\regportal\portal.admin\Controllers\NiftyController.cs:line 172&#160; &#160;at Trirand.Web.Mvc.JQGrid.DataBind(Object dataSource)&#160; &#160;at Trirand.Web.Mvc.JQGrid.DataBind()&#160; &#160;at Trirand.Web.Mvc.JQGrid.GetJsonResponse()&#160; &#160;at Trirand.Web.Mvc.JQGrid.FilterDataSource(Object dataSource, NameValueCollection queryString, IQueryable&#38; iqueryable)&#160; &#160;at Trirand.Web.Mvc.Util.ConvertToJson(JsonResponse response, JQGrid grid, DataTable dt)at Trirand.Web.Mvc.Util.PrepareJsonResponse(JsonResponse response, JQGrid grid, DataTable dt)</p>
</p>
<p>Possible null value passed in the IQueryable&#60;T&#62; result set? &#160;I looked and when I was looking at the data it was no null values.</p>
<p>Could this be a timing thing? &#160;I was thinking perhaps my WCF results were comming back to late...but that would have to be a very rapid timeout on the controls part. &#160;It happended with in 2 seconds of page creation.&#160;</p>
</p>
<p><img class="spSmiley" style="margin:0" title="Cool" src="/blog/wp-content/forum-smileys/sf-cool.gif" alt="Cool" /></p>
]]></description>
        	        	<pubDate>Fri, 16 Sep 2011 19:31:55 +0300</pubDate>
        </item>
</channel>
</rss>