﻿<?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 exception with UXGridViewExpanderColumn and BusyIndicator</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView-exception-with-UXGridViewExpanderColumn-and-BusyIndicator/</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 exception with UXGridViewExpanderColumn and BusyIndicator</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView-exception-with-UXGridViewExpanderColumn-and-BusyIndicator/</link><pubDate>Wed, 12 Dec 2012 17:57:36 GMT</pubDate><dc:creator>ezekiel571</dc:creator><category>uxgridview</category><category>UXGridViewExpanderColumn</category><category>BusyIndicator</category><description>&lt;p&gt;So it looks like the expander column is the culprit and I also couldnt find a way to bind to the checked items in the inner gridview in row details.&lt;/p&gt;&lt;p&gt;I solved this but in a kind of round-about way.&lt;/p&gt;
&lt;p&gt;Basically I templated the gridview control (using Blend) in order to see the inner status bar controls (paging, refresh button)&lt;/p&gt;
&lt;p&gt;I then built a gridview with rowdetails using the silverlight toolkit, the added that and the intersoft status bar to a grid in order to replicate the Intersoft gridview.&lt;/p&gt;
&lt;p&gt;It actually works pretty well and looks almost the same. No plus sign for expanding the controls but oh well, it works..&lt;/p&gt;
&lt;p&gt;Reply if you want some code.&lt;/p&gt;
&lt;p&gt;-EH&lt;/p&gt;</description></item><item><title>UXGridView exception with UXGridViewExpanderColumn and BusyIndicator</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView-exception-with-UXGridViewExpanderColumn-and-BusyIndicator/</link><pubDate>Wed, 12 Dec 2012 11:59:42 GMT</pubDate><dc:creator>ezekiel571</dc:creator><category>uxgridview</category><category>UXGridViewExpanderColumn</category><category>BusyIndicator</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Has this been fixed?  Im having the same issue with the expander column and row details.&lt;/p&gt;
&lt;p&gt;Im going to download SP1 and see what happens then...&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;EH&lt;/p&gt;</description></item><item><title>UXGridView exception with UXGridViewExpanderColumn and BusyIndicator</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView-exception-with-UXGridViewExpanderColumn-and-BusyIndicator/</link><pubDate>Mon, 16 May 2011 06:33:53 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>uxgridview</category><category>UXGridViewExpanderColumn</category><category>BusyIndicator</category><description>&lt;p&gt;Hello, &lt;/p&gt;&lt;p&gt;I can replicate the issue. I think the issue more likely because UXGridViewExpanderColumn instead of BusyIndicator/UXBusyIndicator.&lt;br /&gt;Fyi, UXGridView also has busy indicator itself. I can also replicate the issue by using busy indicator from UXGridView.&lt;/p&gt;
&lt;p&gt;I will report this to our developer teams and will let you know the update.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>UXGridView exception with UXGridViewExpanderColumn and BusyIndicator</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView-exception-with-UXGridViewExpanderColumn-and-BusyIndicator/</link><pubDate>Sun, 15 May 2011 05:40:50 GMT</pubDate><dc:creator>JosephGershgorin</dc:creator><category>uxgridview</category><category>UXGridViewExpanderColumn</category><category>BusyIndicator</category><description>&lt;p&gt;There's an exception that occurs with the UXGridView when dealing with a UXGridViewExpanderColumn and BusyIndicator (both the Silverlight Toolkit BusyIndicator and UXBusyIndicator behave the same way) when binding to a items source. Taking away either component seems to make the exception go away, which is an unacceptable solution as I need to have busy indicator in place and would like an UXGridView with row details. The exception occurance also seems very finicky as using a different data source seems to make it behave better (also unacceptable). &lt;br /&gt;&lt;br /&gt;It probably took me 3-4 hours to figure out the source of this bug, and another 2-3 hours to create a an app in its simpliest form to re-create the exception so you could see it. The sample app I created is here (only dependency it has is Silverlight 4 Toolkit and Client UI v5):&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="http://www.bitspy.com/UXGridViewTest_05_15_2011.zip"&gt;http://www.bitspy.com/UXGridViewTest_05_15_2011.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;In the above app there's a "Submit" button, the exception occurs on the second submit. Thanks for looking into this.&lt;br /&gt;&lt;br /&gt;The exception that occurs is :&lt;br /&gt; &lt;br /&gt;Cannot resolve TargetName StylishLabel.&lt;br /&gt;&lt;br /&gt; at MS.Internal.XcpImports.VisualStateManager_GoToState(Control reference, String StateName, Boolean useTransitions, Boolean&amp; refreshInheritanceContext)&lt;br /&gt; at System.Windows.VisualStateManager.GoToState(Control control, String stateName, Boolean useTransitions)&lt;br /&gt; at System.Windows.Controls.Button.ChangeVisualState(Boolean useTransitions)&lt;br /&gt; at System.Windows.Controls.Button.OnApplyTemplate()&lt;br /&gt; at Intersoft.Client.Framework.ISButton.OnApplyTemplate()&lt;br /&gt; at Intersoft.Client.UI.Aqua.UXButton.OnApplyTemplate()&lt;br /&gt; at Intersoft.Client.UI.Aqua.UXToggleButton.OnApplyTemplate()&lt;br /&gt; at System.Windows.FrameworkElement.OnApplyTemplate(IntPtr nativeTarget)&lt;br /&gt;&lt;br /&gt;Stacktrace:&lt;br /&gt;&lt;br /&gt;at MS.Internal.XcpImports.VisualStateManager_GoToState(Control reference, String StateName, Boolean useTransitions, Boolean&amp; refreshInheritanceContext)&lt;br /&gt; at System.Windows.VisualStateManager.GoToState(Control control, String stateName, Boolean useTransitions)&lt;br /&gt; at System.Windows.Controls.Button.ChangeVisualState(Boolean useTransitions)&lt;br /&gt; at System.Windows.Controls.Button.OnApplyTemplate()&lt;br /&gt; at Intersoft.Client.Framework.ISButton.OnApplyTemplate()&lt;br /&gt; at Intersoft.Client.UI.Aqua.UXButton.OnApplyTemplate()&lt;br /&gt; at Intersoft.Client.UI.Aqua.UXToggleButton.OnApplyTemplate()&lt;br /&gt; at System.Windows.FrameworkElement.OnApplyTemplate(IntPtr nativeTarget)&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
</description></item></channel></rss>