﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - column footer value</title><link>http://www.intersoftsolutions.com/Community/WebGrid/column-footer-value/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>column footer value</title><link>http://www.intersoftsolutions.com/Community/WebGrid/column-footer-value/</link><pubDate>Thu, 02 Dec 2010 23:00:10 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>WebGrid</category><description>&lt;p&gt;  protected void WebGrid1_DeleteRow(object sender, ISNet.WebUI.WebGrid.RowEventArgs e)&lt;br /&gt;    {&lt;br /&gt;        WebGrid1.ClientAction.Refresh();&lt;br /&gt;      }&lt;/p&gt;</description></item><item><title>column footer value</title><link>http://www.intersoftsolutions.com/Community/WebGrid/column-footer-value/</link><pubDate>Thu, 02 Dec 2010 05:42:44 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hello Vincenzo,&lt;/p&gt;
&lt;p&gt;Unfortunately, it doesn't happen on my end.&lt;/p&gt;
&lt;p&gt;I have attached a simple sample file with AllowAddNew, AllowDelete set to True.&lt;/p&gt;
&lt;p&gt;Try to add new row and delete any row, and you will see the column footer gets updated.&lt;/p&gt;
&lt;p&gt;If the sampe doesn't help, could you create a simple sample that replicates your issue and send me the sample afterwards in order for me to investigate your issue?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;-Martin-&lt;/p&gt;</description></item><item><title>column footer value</title><link>http://www.intersoftsolutions.com/Community/WebGrid/column-footer-value/</link><pubDate>Thu, 02 Dec 2010 03:37:17 GMT</pubDate><dc:creator>vangeloni</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;we use also the ISDataSourceanyway on delete operation the column footer  is not update we need to perform the refresh of the grid.&lt;/p&gt;
&lt;p&gt;Could you help to fix this issue?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Vincenzo&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>column footer value</title><link>http://www.intersoftsolutions.com/Community/WebGrid/column-footer-value/</link><pubDate>Thu, 02 Dec 2010 02:30:16 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hello Vicenzo,&lt;/p&gt;
&lt;p&gt;Use the following code to obtain column footer value:&lt;/p&gt;&lt;pre&gt;function GetColumnFooter()
{
   var grid = ISGetObject("WebGrid1");
   var colFooterGroupElement = grid.RootTable.GetElement(WG40.COLFOOTERGROUP, WG40.HTMLTABLE);
   var colFooterValue = colFooterGroupElement.parentNode.innerText;
   alert(colFooterValue);
}&lt;/pre&gt;
&lt;p&gt;What datasource are you using to bind the data? I'm using ISDataSource control to bind Products table into WebGrid, and the total columnfooter gets updated each time I add/delete row.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;-Martin-&lt;/p&gt;</description></item><item><title>column footer value</title><link>http://www.intersoftsolutions.com/Community/WebGrid/column-footer-value/</link><pubDate>Thu, 02 Dec 2010 00:02:39 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>WebGrid</category><description>&lt;pre&gt;          var grid = ISGetObject("WebGrid1");
          var table = grid.GetRootTable();
          var htmlTable = table.GetElement(WG40.COLFOOTER, WG40.HTMLTABLE);
          var fotter1 = htmlTable.cells[2];//column1 one&lt;br /&gt;          var fotter2 = htmlTable.cells[3];//column1 two        &lt;br /&gt;          alert(fotter1.innerHTML);
&lt;/pre&gt;
</description></item><item><title>column footer value</title><link>http://www.intersoftsolutions.com/Community/WebGrid/column-footer-value/</link><pubDate>Wed, 01 Dec 2010 17:54:42 GMT</pubDate><dc:creator>vangeloni</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;how to ge the column footer value on client side using javascript?&lt;/p&gt;
&lt;p&gt;Moreover in the footer for this column we have the total anyway it is not update after a delete row operation instead after an add or update row it is updated well.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Vincenzo&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>