<?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: Modifying the text of Group Row </title>
	<link>http://www.trirand.com/blog/?page_id=393/help/modifying-the-text-of-group-row</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/modifying-the-text-of-group-row/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>balajikumar on Modifying the text of Group Row </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/modifying-the-text-of-group-row#p30836</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/modifying-the-text-of-group-row#p30836</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I am using jqgrid grouping for my grid.</p>
<p>My grid has a custom textbox inside the jqgrid. whenever the user changes the number in the grid, I want to update the group header. Now I have custom text which will calculate the total.</p>
<p>For example</p>
<p>It looks like this</p>
<p>Total Score: 5</p>
<p>Â Â Â Â  MessiÂ Â Â Â Â Â Â  4</p>
<p>Â Â Â Â  RobbenÂ Â Â Â Â  1</p>
<p>The numbers 4 and 1 are in a textbox.</p>
<p>If the user updates 4 to 3, the total score should change to 4 because (Messi - 3, Robben - 1)</p>
<p>The way I am doing now is I update the griddata and reload the grid each time someone changes the text in a textbox.</p>
<p>But since I have lot of data, when each value changes in the textbox I cannot reload the grid each time. It takes 3 to 4 seconds. I am thinking of a solution where I can get the id of the Grouping header row (In this case the Id of "Total Score:5" row). Instead of reloading the entire grid i want to specify something like this $("#headerrow").text(4). </p>
<p>Â </p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Fri, 11 Jul 2014 00:33:57 +0300</pubDate>
        </item>
</channel>
</rss>