﻿<?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 - ClientUI - UXGridView - Silverlight - Column Footers Disappear until column header clicked</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView---Silverlight---Column-Footers-Disappear-until-column-header-clicked/</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>UXGridView - Silverlight - Column Footers Disappear until column header clicked</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView---Silverlight---Column-Footers-Disappear-until-column-header-clicked/</link><pubDate>Mon, 24 Nov 2014 02:46:26 GMT</pubDate><dc:creator>yudi</dc:creator><category>Silverlight</category><category>uxgridview</category><category>Column Footers</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Apologize for the delay in sending this.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I made a minor modification to the UXGridViewObservCollStruct Modified.zip file. The modifications are made on the UXPage1ViewModel.cs.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;On the UpdateData() method, after clear-ing the existing data I created a new collection of MyData and assign this data to GridDatafin.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;ObservableCollection&lt;mydata&gt; data = new ObservableCollection&lt;mydata&gt;();
data.Add(new MyData { keyword = "keyword10", sources = "sources10", TestVal = 10 });
data.Add(new MyData { keyword = "keyword11", sources = "sources11", TestVal = 11 });
data.Add(new MyData { keyword = "keyword12", sources = "sources12", TestVal = 12 });
...
data.Add(new MyData { keyword = "keyword19", sources = "sources19", TestVal = 19 });

this.GridDatafin = data;
&lt;/mydata&gt;&lt;/mydata&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;For more detail, please check the attached UXPage1ViewModel.cs file. Feel free to let us know if you have different result.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>UXGridView - Silverlight - Column Footers Disappear until column header clicked</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView---Silverlight---Column-Footers-Disappear-until-column-header-clicked/</link><pubDate>Wed, 19 Nov 2014 15:36:25 GMT</pubDate><dc:creator>irishbuddha22</dc:creator><category>Silverlight</category><category>uxgridview</category><category>Column Footers</category><description>Any thoughts on this one yet Yudi? Just wanted to follow up</description></item><item><title>UXGridView - Silverlight - Column Footers Disappear until column header clicked</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView---Silverlight---Column-Footers-Disappear-until-column-header-clicked/</link><pubDate>Thu, 06 Nov 2014 16:24:13 GMT</pubDate><dc:creator>irishbuddha22</dc:creator><category>Silverlight</category><category>uxgridview</category><category>Column Footers</category><description>&lt;p&gt;Yudi,&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;See attached for an updated sample that exhibits this behavior.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Basically, implemented a command that does a .Clear(); and then adds new elements to the collection. Cells update fine, the footers however go blank as initially reported.&lt;/p&gt;&lt;p&gt;Let me know if you need anything else.&lt;/p&gt;</description></item><item><title>UXGridView - Silverlight - Column Footers Disappear until column header clicked</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView---Silverlight---Column-Footers-Disappear-until-column-header-clicked/</link><pubDate>Wed, 29 Oct 2014 06:51:37 GMT</pubDate><dc:creator>yudi</dc:creator><category>Silverlight</category><category>uxgridview</category><category>Column Footers</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Apologize for the delay in sending this.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I created a simple project of UXGridView based on your description.&lt;/span&gt;&lt;/p&gt;
&lt;ul style="color: #1f497d;"&gt;&lt;li&gt;The ItemsSource property of UXGridView is bound to PagedCollectionView;&lt;/li&gt;&lt;li&gt;PagedCollectionView is tied to an ObservableCollection.&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;blockquote&gt;..., and the collection is cleared and re-loaded, the UXGridView entirely loses the column footers and they become blank.&lt;/blockquote&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Could you please kindly modify my sample by applying "cleared and re-loaded" until reproduce the reported problem. Please send back the modified sample to us to be investigated further.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>UXGridView - Silverlight - Column Footers Disappear until column header clicked</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView---Silverlight---Column-Footers-Disappear-until-column-header-clicked/</link><pubDate>Tue, 21 Oct 2014 13:29:07 GMT</pubDate><dc:creator>irishbuddha22</dc:creator><category>Silverlight</category><category>uxgridview</category><category>Column Footers</category><description>&lt;p&gt;Scenario: UXGridView tied to a PagedCollectionView&lt;/p&gt;&lt;p&gt;When the PagedCollectionView is tied to an underlying &amp;lt;ObservableCollection&amp;gt;, and the collection is cleared and re-loaded, the UXGridView entirely loses the column footers and they become blank.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Column Footers are perfect on initial entry, no issues there&lt;/li&gt;&lt;li&gt;Clicking on a column header to sort the UXGridView causes the footers to re-appear&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Is there a trick to not losing the footers in this situation, or a setting that I'm missing? I've tried doing a PagedCollectionView.Refresh() to no avail, and can't seem to have the footers just stay in place and get updated like they do on initial display.&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>