<?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: Cell Content updated with ASP.NET Textbox</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/cell-content-updated-with-asp-net-textbox</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/cell-content-updated-with-asp-net-textbox/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>cduntiedt on Cell Content updated with ASP.NET Textbox</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cell-content-updated-with-asp-net-textbox#p31416</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cell-content-updated-with-asp-net-textbox#p31416</guid>
        	        	<description><![CDATA[<p>My site has a textbox. When the value/text is changed in that textbox, I would like to haveÂ the cell inÂ first column of every row in myÂ grid be changed to this value (preferably not editable). In my first post, I shared the jquery function I was attempting to use, but the row data neverÂ was set to the value of the textbox. Any helpÂ is much appreciated! Â Â </p>
]]></description>
        	        	<pubDate>Mon, 01 Dec 2014 17:33:25 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Cell Content updated with ASP.NET Textbox</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cell-content-updated-with-asp-net-textbox#p31355</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cell-content-updated-with-asp-net-textbox#p31355</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Â </p>
<p>I do not understand What is the problem?</p>
<p>Â </p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Sun, 09 Nov 2014 13:34:19 +0200</pubDate>
        </item>
        <item>
        	<title>cduntiedt on Cell Content updated with ASP.NET Textbox</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cell-content-updated-with-asp-net-textbox#p31342</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cell-content-updated-with-asp-net-textbox#p31342</guid>
        	        	<description><![CDATA[<p>I'm trying to update the content for an entireÂ column named projNumÂ on aÂ table named tblTasksÂ with the value taken from ASP.NET textbox:</p>
<p>Â </p>
<p>$('#&#60;%=txtBox.ClientID%&#62;')on.('change', functionÂ (){</p>
<p>var temp = $('#&#60;%=txtBox.ClientID%&#62;').val();</p>
<p>while (temp.length &#60; 9) {</p>
<p>temp = temp + "X";}</p>
<p>$('tblTasks').jqgrid('setRowData', rowid, 'projNum', temp);</p>
<p>});</p>
]]></description>
        	        	<pubDate>Thu, 06 Nov 2014 15:43:37 +0200</pubDate>
        </item>
</channel>
</rss>