<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Working with the YUI DataTable (Updated for v2.6.0), Part 2: Changing the Contents of the DataTable</title>
	<atom:link href="http://www.yuiblog.com/blog/index.php/2008/10/27/datatable-260-part-two/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yuiblog.com/blog/2008/10/27/datatable-260-part-two/</link>
	<description>The official blog of the YUI Project.</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:46:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Satyam</title>
		<link>http://www.yuiblog.com/blog/2008/10/27/datatable-260-part-two/comment-page-1/#comment-590813</link>
		<dc:creator>Satyam</dc:creator>
		<pubDate>Thu, 22 Apr 2010 15:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/10/27/datatable-260-part-two/#comment-590813</guid>
		<description>As many of the comments above say, there is a support forum and this is not it.</description>
		<content:encoded><![CDATA[<p>As many of the comments above say, there is a support forum and this is not it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandru</title>
		<link>http://www.yuiblog.com/blog/2008/10/27/datatable-260-part-two/comment-page-1/#comment-590811</link>
		<dc:creator>Chandru</dc:creator>
		<pubDate>Thu, 22 Apr 2010 14:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/10/27/datatable-260-part-two/#comment-590811</guid>
		<description>Hi satyam,
   Thanks for nice article.i have a question below
  I have to use datatable in my current assignment and edit few columns.But whenever i edit the column,validation should happen and on basis of the validation result some other column values should change.But values should not be stored at database.When submit happens then all the values from datatable should get saved at database. I guess i can&#039;t use asyncrequest method just because it passes all the values as querystring which might be very lengthy. Appreciate any suggestions to acheive this.</description>
		<content:encoded><![CDATA[<p>Hi satyam,<br />
   Thanks for nice article.i have a question below<br />
  I have to use datatable in my current assignment and edit few columns.But whenever i edit the column,validation should happen and on basis of the validation result some other column values should change.But values should not be stored at database.When submit happens then all the values from datatable should get saved at database. I guess i can&#8217;t use asyncrequest method just because it passes all the values as querystring which might be very lengthy. Appreciate any suggestions to acheive this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YUI 2.8.0: Storage Utility, ProgressBar Control, Swf and SwfStore Utilities &#187; Yahoo! User Interface Blog</title>
		<link>http://www.yuiblog.com/blog/2008/10/27/datatable-260-part-two/comment-page-1/#comment-584559</link>
		<dc:creator>YUI 2.8.0: Storage Utility, ProgressBar Control, Swf and SwfStore Utilities &#187; Yahoo! User Interface Blog</dc:creator>
		<pubDate>Mon, 14 Sep 2009 22:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/10/27/datatable-260-part-two/#comment-584559</guid>
		<description>[...] foremost experts on YUI&#8217;s powerful DataTable Control, and he&#8217;s the author of important tutorials that have helped tens of thousands of developers make full use of DataTable. He&#8217;s also known [...]</description>
		<content:encoded><![CDATA[<p>[...] foremost experts on YUI&#8217;s powerful DataTable Control, and he&#8217;s the author of important tutorials that have helped tens of thousands of developers make full use of DataTable. He&#8217;s also known [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satyam</title>
		<link>http://www.yuiblog.com/blog/2008/10/27/datatable-260-part-two/comment-page-1/#comment-584524</link>
		<dc:creator>Satyam</dc:creator>
		<pubDate>Sun, 13 Sep 2009 14:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/10/27/datatable-260-part-two/#comment-584524</guid>
		<description>&lt;a href=&quot;#comment-584492&quot; rel=&quot;nofollow&quot;&gt;Gelmin&lt;/a&gt;

Just as the comment prior to yours says, this is not the place for support question, there is a forum for that.</description>
		<content:encoded><![CDATA[<p><a href="#comment-584492" rel="nofollow">Gelmin</a></p>
<p>Just as the comment prior to yours says, this is not the place for support question, there is a forum for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gelmin</title>
		<link>http://www.yuiblog.com/blog/2008/10/27/datatable-260-part-two/comment-page-1/#comment-584492</link>
		<dc:creator>Gelmin</dc:creator>
		<pubDate>Thu, 10 Sep 2009 21:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/10/27/datatable-260-part-two/#comment-584492</guid>
		<description>Hola!
Estoy usando la data table YAHOO.example.InlineCellEditing y tengo un una function para formater las celdas y poder agregarles un input type hidden pero mi problema es que no se como crearle un identificar unico osea un name unico para despues poder hacer sumit de todo el contenido y poder hacer update de la informacion. El codigo para el format es el sigiuiente:

// Custom formatter for &quot;Semana&quot; column
                    var formatSemana = function(elCell, oRecord, oColumn, oData) {
                        elCell.innerHTML = oData + &quot;&quot;;
                    };

espero pueda ayudarme
atte.</description>
		<content:encoded><![CDATA[<p>Hola!<br />
Estoy usando la data table YAHOO.example.InlineCellEditing y tengo un una function para formater las celdas y poder agregarles un input type hidden pero mi problema es que no se como crearle un identificar unico osea un name unico para despues poder hacer sumit de todo el contenido y poder hacer update de la informacion. El codigo para el format es el sigiuiente:</p>
<p>// Custom formatter for &#8220;Semana&#8221; column<br />
                    var formatSemana = function(elCell, oRecord, oColumn, oData) {<br />
                        elCell.innerHTML = oData + &#8220;&#8221;;<br />
                    };</p>
<p>espero pueda ayudarme<br />
atte.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny Han Donnelly</title>
		<link>http://www.yuiblog.com/blog/2008/10/27/datatable-260-part-two/comment-page-1/#comment-583281</link>
		<dc:creator>Jenny Han Donnelly</dc:creator>
		<pubDate>Fri, 07 Aug 2009 14:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/10/27/datatable-260-part-two/#comment-583281</guid>
		<description>@Venkatesh

A better place to ask this type of support question would be the YUI forum at http://tech.groups.yahoo.com/group/ydn-javascript/. It’s a lively community of YUI developers who will likely be able to give you some advice.</description>
		<content:encoded><![CDATA[<p>@Venkatesh</p>
<p>A better place to ask this type of support question would be the YUI forum at <a href="http://tech.groups.yahoo.com/group/ydn-javascript/" rel="nofollow">http://tech.groups.yahoo.com/group/ydn-javascript/</a>. It’s a lively community of YUI developers who will likely be able to give you some advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkatesh</title>
		<link>http://www.yuiblog.com/blog/2008/10/27/datatable-260-part-two/comment-page-1/#comment-583280</link>
		<dc:creator>Venkatesh</dc:creator>
		<pubDate>Fri, 07 Aug 2009 13:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/10/27/datatable-260-part-two/#comment-583280</guid>
		<description>Hi,

I have created a YUI datatable, and when i click the cell the editor gets opened.

I want the editor that is getting opened to fit within the size of the cell, so that i looks like how we edit a cell in Excel.

Can u please help me out in this.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have created a YUI datatable, and when i click the cell the editor gets opened.</p>
<p>I want the editor that is getting opened to fit within the size of the cell, so that i looks like how we edit a cell in Excel.</p>
<p>Can u please help me out in this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny Han Donnelly</title>
		<link>http://www.yuiblog.com/blog/2008/10/27/datatable-260-part-two/comment-page-1/#comment-583269</link>
		<dc:creator>Jenny Han Donnelly</dc:creator>
		<pubDate>Thu, 06 Aug 2009 14:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/10/27/datatable-260-part-two/#comment-583269</guid>
		<description>@ansu,

Please check the YUI forum at http://tech.groups.yahoo.com/group/ydn-javascript/.

For instance: http://tech.groups.yahoo.com/group/ydn-javascript/messages/46512?threaded=1&amp;m=e&amp;var=1&amp;tidx=1</description>
		<content:encoded><![CDATA[<p>@ansu,</p>
<p>Please check the YUI forum at <a href="http://tech.groups.yahoo.com/group/ydn-javascript/" rel="nofollow">http://tech.groups.yahoo.com/group/ydn-javascript/</a>.</p>
<p>For instance: <a href="http://tech.groups.yahoo.com/group/ydn-javascript/messages/46512?threaded=1&#038;m=e&#038;var=1&#038;tidx=1" rel="nofollow">http://tech.groups.yahoo.com/group/ydn-javascript/messages/46512?threaded=1&#038;m=e&#038;var=1&#038;tidx=1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ansu</title>
		<link>http://www.yuiblog.com/blog/2008/10/27/datatable-260-part-two/comment-page-1/#comment-583260</link>
		<dc:creator>ansu</dc:creator>
		<pubDate>Thu, 06 Aug 2009 06:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/10/27/datatable-260-part-two/#comment-583260</guid>
		<description>hii,
I am planning to make a datatable to show data which refreshes every 5 seconds.The datatable will be resizable, sortable, column rearrangable and also with row selection.
I am facing trouble with data updation and sortable feature.On refreshing the user defined sort resets to default.I want the sort to be maintained even after refreshing.

Kindly please help me.
Thankyou</description>
		<content:encoded><![CDATA[<p>hii,<br />
I am planning to make a datatable to show data which refreshes every 5 seconds.The datatable will be resizable, sortable, column rearrangable and also with row selection.<br />
I am facing trouble with data updation and sortable feature.On refreshing the user defined sort resets to default.I want the sort to be maintained even after refreshing.</p>
<p>Kindly please help me.<br />
Thankyou</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny Han Donnelly</title>
		<link>http://www.yuiblog.com/blog/2008/10/27/datatable-260-part-two/comment-page-1/#comment-582835</link>
		<dc:creator>Jenny Han Donnelly</dc:creator>
		<pubDate>Wed, 22 Jul 2009 14:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/10/27/datatable-260-part-two/#comment-582835</guid>
		<description>@Amrish @Mehmet - A better place to ask these types of support questions would be the YUI forum at http://tech.groups.yahoo.com/group/ydn-javascript/. It’s a lively community of YUI developers who will likely be able to give you some advice. You can also look to see if your question has already been answered.

Cheers,
Jenny</description>
		<content:encoded><![CDATA[<p>@Amrish @Mehmet &#8211; A better place to ask these types of support questions would be the YUI forum at <a href="http://tech.groups.yahoo.com/group/ydn-javascript/" rel="nofollow">http://tech.groups.yahoo.com/group/ydn-javascript/</a>. It’s a lively community of YUI developers who will likely be able to give you some advice. You can also look to see if your question has already been answered.</p>
<p>Cheers,<br />
Jenny</p>
]]></content:encoded>
	</item>
</channel>
</rss>

