<?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: Some problems, and the new functional requirements</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/some-problems-and-the-new-functional-requirements</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/feature-request/some-problems-and-the-new-functional-requirements/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tuyouyu on Some problems, and the new functional requirements</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/some-problems-and-the-new-functional-requirements#p29728</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/some-problems-and-the-new-functional-requirements#p29728</guid>
        	        	<description><![CDATA[<p>How can I Get the total number of data &#160;In the background?&#160;</p>
<p>How to pass &#160;parameters of total number to the background?</p>
]]></description>
        	        	<pubDate>Mon, 21 Oct 2013 08:32:02 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Some problems, and the new functional requirements</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/some-problems-and-the-new-functional-requirements#p29666</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/some-problems-and-the-new-functional-requirements#p29666</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I&#39;m confused understanding you.</p>
<p>Can you please explain it again?</p>
<p>Thank you.</p>
</p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Mon, 14 Oct 2013 16:15:39 +0300</pubDate>
        </item>
        <item>
        	<title>tuyouyu on Some problems, and the new functional requirements</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/some-problems-and-the-new-functional-requirements#p29647</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/some-problems-and-the-new-functional-requirements#p29647</guid>
        	        	<description><![CDATA[<p>Problems:</p>
<p>&#160; &#160;Asynchronous loading,For example my json processing:[</p>
<p>string json = JsonConvert.SerializeObject(lstarea, Formatting.Indented);</p>
<p>json = "{"page":" + page + ","total":" + total + ","records":" + records+ ","data":" + json + "}";&#160;</p>
<p>&#160;Response.Write(json); &#160; &#160;</p>
<p>my jsonReader:[</p>
<p>jsonReader:</p>
<p>{</p>
<p>page: "page",</p>
<p>total: "total",</p>
<p>records: "records",</p>
<p>root: "data",</p>
<p>repeatitems: false,</p>
<p>id:"AreaID"</p>
<p>},] &#160; So far everything is okay,but &#160;now,I want to passed my records&#160;&#160;to the background,I saw A parameter:prmNames{} ,in this,There is an argument :prmNames: { page: "page", rows: "rows", totalrows: "totalrows" }, &#160;see totalrows!Question here, in the background,I do these:</p>
<p>int page = Convert.ToInt32(Request.QueryString["page"]);</p>
<p>int rows = Convert.ToInt32(Request.QueryString["rows"]);</p>
<p>int totalrows = Convert.ToInt32(Request.QueryString["totalrows"]); &#160; But &#160;totalrows is 0,I check src ,then I know it&#39;s why: if (ts.p.rowTotal !== null &#38;&#38; pN.totalrows !== null) { prm[pN.totalrows] = ts.p.rowTotal; &#160;} &#160;Because ts.p.rowTotal is null so totalrows Is&#39;t assigned, It&#39;s why? records &#160;in jsonreader&#160;is equa totalrows in &#160;prmNames &#160;?&#160;</p>
<p>Functional requirements: Drag sort rows of data!</p>
]]></description>
        	        	<pubDate>Thu, 10 Oct 2013 05:59:10 +0300</pubDate>
        </item>
</channel>
</rss>