<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://xceed.com/CS/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Xceed Community: Active Threads</title><link>http://xceed.com/CS/forums/TopicsActive.aspx</link><description>Posts with recent activity</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>EndGetSelectedItems yields no items</title><link>http://xceed.com/CS/forums/thread/33366.aspx</link><pubDate>Sat, 25 May 2013 17:08:47 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33366</guid><dc:creator>Tim</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33366.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=80&amp;PostID=33366</wfw:commentRss><description>
&lt;p&gt;Hi, slight panic here. I'm trying to get selected items from an ultimate ListBox and I'm getting 0 items. Selection changed is triggered when I hook to it, but I seem never to be able to get any items (despite Single/Multiple/Extended selection modes).&lt;/p&gt;

&lt;pre&gt;        private void GetSelectedItems()
        {
            IAsyncResult result = TaoListBox.BeginGetSelectedItems(
                (r) =&amp;gt;
                {
                    if (r.CompletedSynchronously)
                        return;
                    IEnumerable&lt;object&gt; items = TaoListBox.EndGetSelectedItems(r);
                    CopySelectedToClipboard(items);
                }, null);
            if (result.IsCompleted)
            {
                IEnumerable&lt;object&gt; items = TaoListBox.EndGetSelectedItems(result);
                CopySelectedToClipboard(items);
            }
        }


I am based on AsyncSqlDataSourceProvider, but it seems this should not make a difference since the data is already in the ListBox. Is there something else I have to turn on?  At items the Count is always 0.&lt;/object&gt;&lt;/object&gt;&lt;/pre&gt;</description></item><item><title>Xceed in FoxPro 9.0 with Compression in Memory</title><link>http://xceed.com/CS/forums/thread/33360.aspx</link><pubDate>Fri, 24 May 2013 11:47:08 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33360</guid><dc:creator>Abh</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/33360.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=22&amp;PostID=33360</wfw:commentRss><description>&lt;p&gt;Hi Everyone,&lt;/p&gt;

&lt;p&gt;I am trying out compression of Strings using Xceed ZIP library.&lt;span style="font-size:10pt;"&gt;&amp;nbsp;Though, I can create ZIP files, I am unable to use Memory Compression. The code I am using is as follows :&lt;/span&gt;&lt;/p&gt;
aaaaa
&lt;span style="background-color:yellow;"&gt;
&lt;i&gt;
&lt;p&gt;o=CREATEOBJECT("XceedSoftware.XceedCompression")&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:10pt;"&gt;?o.License("ZIP65-xxxxx-xxxxx-xxxx")&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;ac=space(100)&amp;nbsp;&lt;/p&gt;

&lt;p&gt;=COMARRAY(o,10)&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:10pt;"&gt;?o.Compress("abhay is a fool",@ac,.t.)&lt;/span&gt;&lt;/p&gt;
&lt;/i&gt;
&lt;/span&gt;
&lt;p&gt;The call to compress returns 0 and the value of ac remains Blank.&lt;/p&gt;

&lt;p&gt;Any help will be appreciated&lt;/p&gt;

&lt;p&gt;Thanks in advance.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;Abhay&lt;span style="font-size:10pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Chart number formatting</title><link>http://xceed.com/CS/forums/thread/33358.aspx</link><pubDate>Thu, 23 May 2013 14:42:41 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33358</guid><dc:creator>David</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33358.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=86&amp;PostID=33358</wfw:commentRss><description>I can't for the life of me figure out how to format the values of the X axis in the chart control. We are dealing with fairly large values (from 0 to 387,292.37 for example) and I want to display the numbers with commas.&amp;nbsp;387,292.37 instead of&amp;nbsp;387292.37 for instance.&amp;nbsp;&amp;nbsp;</description></item><item><title>Xceed WPF controls sample</title><link>http://xceed.com/CS/forums/thread/33359.aspx</link><pubDate>Fri, 24 May 2013 02:31:52 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33359</guid><dc:creator>Phan</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33359.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=78&amp;PostID=33359</wfw:commentRss><description>&lt;p&gt;I want to download the WPF controls samples of Xceed. Where can I find it? How many WPF controls does Xceed support now?&lt;/p&gt;&lt;p&gt;and do Xceed WPF control support for Coded UI test?&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Cancel auto-select first row</title><link>http://xceed.com/CS/forums/thread/33231.aspx</link><pubDate>Tue, 02 Apr 2013 02:56:32 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33231</guid><dc:creator>Vyacheslav</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/33231.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33231</wfw:commentRss><description>&lt;p&gt;Good day,&lt;/p&gt;&lt;p&gt;I am using DataGridControl. When I refreshing ItemsSource it default auto-select first row, but I dont't want this behavior. So how can I remove it?&lt;/p&gt;&lt;p&gt;Also I try selected row after refreshing. I used event &lt;font color="#569cd6"&gt;ItemsSourceChangeCompleted but it doesn't work.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;private void LoadData()&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; this.PeopleList = new List&amp;lt;People&amp;gt;();&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; this.PeopleList.Add(new People { Name="David", Age="22"});&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; this.PeopleList.Add(new People { Name="Anna", Age="20"});&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; this.NotifyPropertyChanged("&lt;span style="font-size:10pt;"&gt;PeopleList&lt;/span&gt;&lt;span style="font-size:10pt;"&gt;");&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;}&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;private void dataGrid_ItemsSourceChangeCompleted(object sender, EventArgs e)&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; var item = this.PeopleList.FirstOrDefault(q =&amp;gt; q.Name == "Anna");&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; if (item != null)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.dataGrid.SelectedItem = item;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; else&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.dataGrid.SelectedItem = null;&amp;nbsp;&lt;/p&gt;&lt;p&gt;}&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;In first loading event &lt;/span&gt;&lt;span style="font-size:10pt;"&gt;ItemsSourceChangeCompleted doesn't work. After refreshing it work.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Is it possible to create StatCells at runtime</title><link>http://xceed.com/CS/forums/thread/33356.aspx</link><pubDate>Wed, 22 May 2013 18:50:23 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33356</guid><dc:creator>David</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33356.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33356</wfw:commentRss><description>&lt;p&gt;I am currently working with a grid that has dynamically generated columns. I want a specific grouping to have a StatRow that contains a StatCell for each of the dynamically generated columns. After digging through this problem for a day I am still unsure of how to accomplish this. Would anyone happen to have any insight on how to do this?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;span style="font-size:10pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>The assembly with display name 'Xceed.Wpf.DataGrid.v4.5.XmlSerializers' failed to load</title><link>http://xceed.com/CS/forums/thread/33353.aspx</link><pubDate>Wed, 22 May 2013 10:19:41 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33353</guid><dc:creator>Comodo</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33353.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33353</wfw:commentRss><description>&lt;p&gt;I get the error 'The assembly with display name 'Xceed.Wpf.DataGrid.v4.5.XmlSerializers' failed to load ...' when running&lt;/p&gt;&lt;p&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XmlSerializer serializer = new XmlSerializer( typeof( SettingsRepository ) );&lt;/p&gt;&lt;p&gt;on XCeed Datagrid WPF 4.5&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please advise.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Decompress data which is compressed by Xceed zip using Xceed.dll in java..</title><link>http://xceed.com/CS/forums/thread/30083.aspx</link><pubDate>Wed, 23 Mar 2011 07:40:34 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:30083</guid><dc:creator>techbulls</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/30083.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=17&amp;PostID=30083</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;We are planning to buy Xceed product to decompress the data which is broadcast-ed on a port. This data is compressed using Xceed zip.&lt;/p&gt;&lt;p&gt;Could you please help us to buy suitable product for decompression?&lt;/p&gt;&lt;p&gt;Also please let us know how can we use it in java..&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance..&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;VB &lt;br&gt;&lt;/p&gt;</description></item><item><title>How to Create Index Report Of Any Preview Report By Grid</title><link>http://xceed.com/CS/forums/thread/33351.aspx</link><pubDate>Mon, 20 May 2013 13:01:48 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33351</guid><dc:creator>Kamal</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33351.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=11&amp;PostID=33351</wfw:commentRss><description>&lt;p&gt;Respected Sir,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I want to Create a DataTable with Only Group Values with which page that respective group will appear when we print preview the report, so that user can also print detail report &amp;amp; also an index report so that it will easily manage that which group is on which page, i am not getting exact idea of that how to know the page number of the group&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Best Regards&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Kamal Khambhati&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>error: Unable to move to the required generator node by using the current index</title><link>http://xceed.com/CS/forums/thread/33342.aspx</link><pubDate>Wed, 15 May 2013 15:52:49 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33342</guid><dc:creator>C</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33342.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33342</wfw:commentRss><description>&lt;p&gt;Our QA has reported this error and can't reproduce it. I thought that this is something only Xceed can address.&lt;/p&gt;&lt;p&gt;Details for the error:&lt;br&gt;Type : Xceed.Wpf.DataGrid.DataGridInternalException, Xceed.Wpf.DataGrid.v4.4, Version=4.4.13057.10310, Culture=neutral, PublicKeyToken=ba83ff368b7563c6&lt;br&gt;Message : Unable to move to the required generator node by using the current index.&lt;br&gt;Source : Xceed.Wpf.DataGrid.v4.4&lt;br&gt;TimeStamp : 05/11/2013 1:26:10 PM&lt;/p&gt;&lt;p&gt;Stack Trace :&amp;nbsp;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.CustomItemContainerGenerator.StartGenerator(GeneratorPosition startPos, GeneratorDirection direction)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.CustomItemContainerGenerator.CustomItemContainerGeneratorDisposableDisposer..ctor(CustomItemContainerGenerator generator, GeneratorPosition startGenPos, GeneratorDirection direction)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.CustomItemContainerGenerator.System.Windows.Controls.Primitives.IItemContainerGenerator.StartAt(GeneratorPosition position, GeneratorDirection direction, Boolean allowStartAtRealizedItem)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.Views.TableflowViewItemsHost.GenerateContainers(ICustomItemContainerGenerator generator, Int32 pageStartIndex, Int32 pageEndIndex, Boolean measureInvalidated, UIElement&amp;amp; focusedElement)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.Views.TableflowViewItemsHost.GeneratePage(Boolean measureInvalidated, Double viewportHeight)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.Views.TableflowViewItemsHost.ScrollToVerticalOffset(Double offset, Boolean animate, Nullable`1 scrollingDirection)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.Views.TableflowViewItemsHost.System.Windows.Controls.Primitives.IScrollInfo.SetVerticalOffset(Double offset)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.ScrollViewer.ExecuteNextCommand()&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.ScrollViewer.OnLayoutUpdated(Object sender, EventArgs e)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Windows.ContextLayoutManager.fireLayoutUpdateEvent()&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Windows.ContextLayoutManager.UpdateLayout()&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;br&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)&lt;br&gt;&lt;/p&gt;</description></item><item><title>AsyncSqlDataSourceProvider example</title><link>http://xceed.com/CS/forums/thread/33327.aspx</link><pubDate>Tue, 14 May 2013 22:31:20 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33327</guid><dc:creator>Tim</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/33327.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=80&amp;PostID=33327</wfw:commentRss><description>&lt;p&gt;Hi, I think what I want to use is an&amp;nbsp;AsyncSqlDataSourceProvider - but implementation is still fuzzy to me. It seems to me that the primary key is not the primary key of my database but the primary key of my results (presumably the filter results).&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;I have a database with several hundred thousand rows. I would like to use the ListBox search to search for a term, say 'apple', which will then return a result set via my database let's say 100 rows. Should these rows return a "primary key" that is 1 to 100 reflecting the results from the database? Or should I be using the original primary key? &amp;nbsp;What if I pre-sort the rows in the db?&lt;/span&gt;&lt;span style="font-size:10pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Update.&lt;/b&gt; In experimenting with this, I found, like all the other ones, that the grid seems to load data based on the primary key - so if I bring the data from the database not sorted by primary key but some other value, it will end up not being able to load the right items. As I scroll, it asks not for a "skip" value, which is what one would expect, but it inserts the equivalent of skip inside the filter, but with something like id &amp;lt; 5423.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;b&gt;Update2.&lt;/b&gt; Ok, I see the problem, I had to do some finagling on the index &amp;lt; ###. When CanSkip is off it looks like the expression has &amp;lt;= ### instead of &amp;lt; ### which appears to be the cause of my grief. &lt;br&gt;&lt;/p&gt;</description></item><item><title>Bug in SearchTextBox</title><link>http://xceed.com/CS/forums/thread/33329.aspx</link><pubDate>Wed, 15 May 2013 01:04:32 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33329</guid><dc:creator>Tim</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/33329.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=80&amp;PostID=33329</wfw:commentRss><description>&lt;p&gt;When I do a search (search box icon turns into X), then click on an item (search box turns blue), then click in the search box again, the search box shows both the magnifying glass and the X. I think it should be X as long as there is content in the SearchTextBox.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;b&gt;Update.&lt;/b&gt;&amp;nbsp;I was working towards creating a separate Template for the SearchTextBox to clear this issue, but it ended up taking away the MetroLight style. Not sure why though.&lt;/p&gt;</description></item><item><title>Grouping doesn't update when a value in grouped-by column updates in a DataGrid bound to an binding list if property is one level down </title><link>http://xceed.com/CS/forums/thread/33347.aspx</link><pubDate>Wed, 15 May 2013 18:20:48 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33347</guid><dc:creator>mukesh</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33347.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33347</wfw:commentRss><description>&lt;p&gt;updated item is not getting grouped properly if updated property(ies) is one level down.&lt;/p&gt;&lt;p&gt;i.e. ConcreteTrade.IsLiveStatus&lt;/p&gt;&lt;p&gt;Please suggest if i m missing something.&lt;/p&gt;</description></item><item><title>SearchTextBox to search database instead of result set?</title><link>http://xceed.com/CS/forums/thread/33319.aspx</link><pubDate>Tue, 14 May 2013 18:00:27 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33319</guid><dc:creator>Tim</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/33319.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=80&amp;PostID=33319</wfw:commentRss><description>Hi, I would like to use the SearchTextBox to search my database instead of just filtering my result set. Is this possible? Or do I need to create a separate lookup box for this? How is it done in the NetFlix example?</description></item><item><title>Is there any way to reduce deployment size of Xceed DataGrid for WPF?</title><link>http://xceed.com/CS/forums/thread/33326.aspx</link><pubDate>Tue, 14 May 2013 21:13:35 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33326</guid><dc:creator>Mikhail</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33326.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33326</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I installed xceed datargid and liked its features. But our product requre as little deployment size as it is possible.&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Do we have any ways to reduce deployment size of Xceed datagrid for WPF?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Currently it is about 3.3Mb grid + 0.16 Mb Controls = 3.56 that is too much, unfurtunately.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Thank you in advance!&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>ScrollBar scroll too fast -&gt; An unexpected internal failure occurred in the Xceed Data Services module.</title><link>http://xceed.com/CS/forums/thread/33328.aspx</link><pubDate>Wed, 15 May 2013 00:10:22 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33328</guid><dc:creator>Tim</dc:creator><slash:comments>4</slash:comments><comments>http://xceed.com/CS/forums/thread/33328.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=80&amp;PostID=33328</wfw:commentRss><description>&lt;p&gt;Hi, I have a listbox with about 5000 items from an AsyncSqlDataSourceProvider. If I just use the scroll wheel on my mouse, everything works great from the top to the bottom and back. However, if I use the scroll bar to quickly scroll down to the bottom, the Xceed Listbox crashes and I get the error. Any idea how I can catch this so it doesn't crash out of the program?&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;Xceed.Silverlight.Data.DataInternalException was unhandled
  HResult=-2146233088
  Message=An unexpected internal failure occurred in the Xceed Data Services module.
  Source=Xceed.Silverlight.Data.v2.0
  StackTrace:
       at Xceed.Silverlight.Data.MoveAndFetchResult.Initialize(Nullable`1 actualMove, ICollection fetchedObjects, Boolean approximateMove, Int64 expectedMoveCount, Int32 expectedFetchCount, Boolean result, RelativeOffset endPositionOffset, EstimateInt64 totalCount)
       at Xceed.Silverlight.Data.MoveAndFetchResult..ctor(Nullable`1 actualMove, ICollection fetchedObjects, Boolean approximateMove, Int64 expectedMoveCount, Int32 expectedFetchCount, Boolean result, RelativeOffset endPositionOffset, EstimateInt64 totalCount)
       at Xceed.Silverlight.Data.JumpMoveAndFetchResult..ctor(SourcePosition sourcePosition, Boolean approximateMove, Int64 expectedMoveCount, Int32 expectedFetchCount, Nullable`1 actualMove, ICollection fetchedItems, Boolean result, SourcePosition endPosition, RelativeOffset endPositionOffset, EstimateInt64 totalCount)
       at Xceed.Silverlight.Data.JumpMoveAndFetchResult..ctor(JumpMoveAndFetchAsyncResult asyncResult, Nullable`1 actualMove, ICollection fetchedItems, Boolean result, SourcePosition endPosition, RelativeOffset endPositionOffset, EstimateInt64 totalCount)
       at Xceed.Silverlight.Data.JumpMoveAndFetchResult`1..ctor(JumpMoveAndFetchAsyncResult asyncResult, Nullable`1 actualMoveCount, ICollection`1 fetchedItems, Boolean result, SourcePosition endPosition, RelativeOffset endPositionOffset, EstimateInt64 totalCount)
       at Xceed.Silverlight.Data.CacheEnumerator.CombineResults(CacheJumpAsyncResult cacheAsyncResult, JumpMoveAndFetchResult`1 childResult)
       at Xceed.Silverlight.Data.CacheEnumerator.EndJumpMoveAndFetch(JumpMoveAndFetchAsyncResult jumpMoveAndFetchAsyncResult)
       at Xceed.Silverlight.Data.BufferingEnumerator.&amp;lt;&amp;gt;n__FabricatedMethod16(JumpMoveAndFetchAsyncResult )
       at Xceed.Silverlight.Data.BufferingEnumerator.&amp;lt;&amp;gt;c__DisplayClass23.b__22(AsyncResult par, IAsyncResult iar)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.DataSourceProviderEnumerator`1.&amp;lt;&amp;gt;c__DisplayClass35.b__34(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.FireCallback()
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallCompleted(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.AsyncCallback(IAsyncResult asyncResult)
       at Xceed.Silverlight.Data.AsyncResult.BeginFakeAsyncCall(AsyncCallback callback, Object asyncState)
       at Xceed.Silverlight.Data.AsyncResult.Start()
       at Xceed.Silverlight.Data.AsyncResult.Start(DependentCall dependentCall)
       at Xceed.Silverlight.Data.AsyncResult.Start(Func`3 asyncCall, Func`3 intermediateCallback)
       at Xceed.Silverlight.Data.AsyncResult.Start(Object resultData, Boolean runOnUIThread)
       at Xceed.Silverlight.Data.DataSourceProvider.&amp;lt;&amp;gt;c__DisplayClass18.&amp;lt;&amp;gt;c__DisplayClass1c.b__16()
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
       at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Threading.DispatcherOperation.Invoke()
       at System.Windows.Threading.Dispatcher.ProcessQueue()
       at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp;amp; msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.Run()
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at System.Windows.Application.Run()
       at wpfTao.App.Main() in e:\Loqu8\intuition\client\WPF4\wpfTao\obj\x86\Release\App.g.cs:line 0
       at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
       at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
       at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
       at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()
  InnerException: &lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;&lt;b&gt;Update. &lt;/b&gt;This seems to be alleviated by adding CanSkip = true, but I found that with this value of skip, sometimes the data ends up becoming corrupted and I see doubles of objects. It's really odd.&amp;nbsp;&lt;/pre&gt;</description></item><item><title>Failed to create a 'Path' from the text '(sllb:SearchTextBox.FilteredFieldNames)'</title><link>http://xceed.com/CS/forums/thread/33322.aspx</link><pubDate>Tue, 14 May 2013 18:44:47 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33322</guid><dc:creator>Tim</dc:creator><slash:comments>4</slash:comments><comments>http://xceed.com/CS/forums/thread/33322.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=80&amp;PostID=33322</wfw:commentRss><description>&lt;p&gt;In case anyone else runs into this...&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;After creating a copy of the Xceed ListBox template in Blend 2012, I had the "Failed to create a 'Path'" error. Although the error shows up in the main control, it actually comes from the template. Look for&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;sllb:SearchTextBox.FilteredFieldNames="{Binding (sllb:SearchTextBox.FilteredFieldNames)....&lt;/span&gt;&lt;/p&gt;&lt;p&gt;and remove the parentheses around the binding. TooComplexText will also show up.&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;It does compile and run with these errors, but they are annoying to look at.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Tim&lt;/p&gt;&lt;p&gt;What is that saying? Life goes on?&amp;nbsp;&lt;/p&gt;</description></item><item><title>Scrollbar choppiness</title><link>http://xceed.com/CS/forums/thread/33321.aspx</link><pubDate>Tue, 14 May 2013 18:31:27 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33321</guid><dc:creator>Tim</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/33321.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=80&amp;PostID=33321</wfw:commentRss><description>&lt;p&gt;Hi when set to animate or even the default animation, the mouse scrollwheel works well. However if you use the mouse to move the scrollbar handle, it will animate but the scrollbar location will get stuck as it is animating, almost as if there is a process conflict. The location will get stuck until the animation completes, then it will jump to the final location. This is not the case when there is noanimation.&lt;/p&gt;&lt;p&gt;&amp;nbsp;This same jumpiness happens when the ScrollViewer PanningMode is set and one tries to do a touch scroll.&lt;span style="font-size:10pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Very small files downloaded "successfully", but empty</title><link>http://xceed.com/CS/forums/thread/12229.aspx</link><pubDate>Tue, 13 May 2008 22:10:52 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:12229</guid><dc:creator>Leonard</dc:creator><slash:comments>12</slash:comments><comments>http://xceed.com/CS/forums/thread/12229.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=20&amp;PostID=12229</wfw:commentRss><description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;While evaluating the latest version of the FTP libary for .NET I came accross the following behaviour that can be simulated by following the steps down below.&amp;nbsp; Please let me know if there's a fix available for this issue - &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;U&gt;Problem:&lt;/U&gt;&amp;nbsp; Very small files (1 - 2 charactes, or 4 bytes - for instance) are randomly downloaded empty,&amp;nbsp;w/o errors being generated.&amp;nbsp; The higher the connection speed to the FTP server, the higher the occurence rate.&amp;nbsp; For an FTP server part of the LAN - we get about 15% of the files empty&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;U&gt;How to reproduce the behaviour:&lt;/U&gt; (1) use a source FTP server with a high connection speed [I used FileZilla on a LAN server because I wanted to test implicit SSL]; (2) Have available on the FTP server several very small files, say 4 bytes each -&amp;nbsp;we'll attempt to download them&amp;nbsp;in a single session [I used 100 text files, each having&amp;nbsp;just 2 characters as the body of the file] (3) download all these files locally, one at a time, by name - as part of the same session. You'll end up with about 15% of the files which are empty (size=0), and no errors raised on either end (server, or client).&lt;/P&gt;
&lt;P&gt;Here's the code that I used to simulate the behaviour.&amp;nbsp; Thanks for your help --&lt;FONT color=#0000ff size=2&gt;&lt;/P&gt;
&lt;P&gt;class&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;&lt;FONT color=#008080 size=2&gt;TestConsole&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;static&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;void&lt;/FONT&gt;&lt;FONT size=2&gt; Main(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;string&lt;/FONT&gt;&lt;FONT size=2&gt;[] args)&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;FONT color=#008000 size=2&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;FtpClient&lt;/FONT&gt;&lt;FONT size=2&gt; ftpSession = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;new&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;FtpClient&lt;/FONT&gt;&lt;FONT size=2&gt;(); 
&lt;P&gt;ftpSession.TraceWriter = &lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;Console&lt;/FONT&gt;&lt;FONT size=2&gt;.Out;&lt;/P&gt;
&lt;P&gt;ftpSession.CertificateReceived += &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;new&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;CertificateReceivedEventHandler&lt;/FONT&gt;&lt;FONT size=2&gt;(ftpSession_CertificateReceived);&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;int&lt;/FONT&gt;&lt;FONT size=2&gt; hostport = 990;&lt;/P&gt;
&lt;P&gt;ftpSession.Connect(&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;"your FTPS Server IP address"&lt;/FONT&gt;&lt;FONT size=2&gt;, hostport, &lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;AuthenticationMethod&lt;/FONT&gt;&lt;FONT size=2&gt;.Tls, &lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;VerificationFlags&lt;/FONT&gt;&lt;FONT size=2&gt;.None, &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;null&lt;/FONT&gt;&lt;FONT size=2&gt;);&lt;/P&gt;
&lt;P&gt;ftpSession.SendCustomCommand(&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;"PROT P"&lt;/FONT&gt;&lt;FONT size=2&gt;);&lt;/P&gt;
&lt;P&gt;ftpSession.Login(&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;"your user name"&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;"your password"&lt;/FONT&gt;&lt;FONT size=2&gt;);&lt;/P&gt;
&lt;P&gt;ftpSession.ChangeCurrentFolder(&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;"upload"&lt;/FONT&gt;&lt;FONT size=2&gt;);&lt;/P&gt;
&lt;P&gt;ftpSession.ListingParsers.Clear();&lt;/P&gt;
&lt;P&gt;ftpSession.ListingParsers.Add(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;new&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;FtpUnixListingParser&lt;/FONT&gt;&lt;FONT size=2&gt;());&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;FtpItemInfoList&lt;/FONT&gt;&lt;FONT size=2&gt; items = ftpSession.GetFolderContents();&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;foreach&lt;/FONT&gt;&lt;FONT size=2&gt; (&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;FtpItemInfo&lt;/FONT&gt;&lt;FONT size=2&gt; item &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;in&lt;/FONT&gt;&lt;FONT size=2&gt; items)&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;if&lt;/FONT&gt;&lt;FONT size=2&gt; (item.Type == &lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;FtpItemType&lt;/FONT&gt;&lt;FONT size=2&gt;.File)&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;string&lt;/FONT&gt;&lt;FONT size=2&gt; dnloadRemoteName = item.Name + &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;".dload"&lt;/FONT&gt;&lt;FONT size=2&gt;;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;string&lt;/FONT&gt;&lt;FONT size=2&gt; dnloadLocalName = &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;"c:\\temp\\"&lt;/FONT&gt;&lt;FONT size=2&gt; + dnloadRemoteName;&lt;/P&gt;
&lt;P&gt;ftpSession.RenameFile(item.Name, dnloadRemoteName);&lt;/P&gt;
&lt;P&gt;ftpSession.ReceiveFile(dnloadRemoteName, dnloadLocalName);&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;AbstractFile&lt;/FONT&gt;&lt;FONT size=2&gt; localFile = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;new&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;DiskFile&lt;/FONT&gt;&lt;FONT size=2&gt;(dnloadLocalName);&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;if&lt;/FONT&gt;&lt;FONT size=2&gt; (localFile.Size &amp;gt; 0)&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;localFile.Name = localFile.Name + &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;".txt"&lt;/FONT&gt;&lt;FONT size=2&gt;;&lt;/P&gt;
&lt;P&gt;ftpSession.DeleteFile(dnloadRemoteName);&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ftpSession.Disconnect();&lt;/P&gt;
&lt;P&gt;ftpSession.CertificateReceived -= &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;new&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;CertificateReceivedEventHandler&lt;/FONT&gt;&lt;FONT size=2&gt;(ftpSession_CertificateReceived);&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;static&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;void&lt;/FONT&gt;&lt;FONT size=2&gt; ftpSession_CertificateReceived(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;object&lt;/FONT&gt;&lt;FONT size=2&gt; sender, &lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;CertificateReceivedEventArgs&lt;/FONT&gt;&lt;FONT size=2&gt; e)&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;e.Action = &lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;VerificationAction&lt;/FONT&gt;&lt;FONT size=2&gt;.Accept;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;</description></item><item><title>Multi-touch support</title><link>http://xceed.com/CS/forums/thread/29548.aspx</link><pubDate>Fri, 31 Dec 2010 00:58:32 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:29548</guid><dc:creator>Jaime</dc:creator><slash:comments>5</slash:comments><comments>http://xceed.com/CS/forums/thread/29548.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=80&amp;PostID=29548</wfw:commentRss><description>&lt;p&gt;When will the Listbox support multi-touch?&lt;/p&gt;&lt;p&gt;&amp;nbsp;Is there a way I can enhance the control to support it?&amp;nbsp;&lt;/p&gt;</description></item><item><title>Impress me demo seems to no longer work</title><link>http://xceed.com/CS/forums/thread/33312.aspx</link><pubDate>Tue, 14 May 2013 06:40:12 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33312</guid><dc:creator>Tim</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33312.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=80&amp;PostID=33312</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://demo.xceed.com/ListBox_Silverlight/Demo/#/ImpressMe/ImpressMe/ImpressMe"&gt;http://demo.xceed.com/ListBox_Silverlight/Demo/#/ImpressMe/ImpressMe/ImpressMe&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Just skimming through the demos in preparation for a new project...&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>ListBox for Touch</title><link>http://xceed.com/CS/forums/thread/32927.aspx</link><pubDate>Thu, 29 Nov 2012 06:02:23 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32927</guid><dc:creator>Linus</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/32927.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=80&amp;PostID=32927</wfw:commentRss><description>&lt;p&gt;Hi I would like to know if the Xceed Ultimate ListBox for WPF is able to achieve touch panning on the listboxitems (not via the scrollbar) with elastic animation when it reaches the end of the list and have UI virtualization enabled?&lt;/p&gt;&lt;p&gt;thanks!&amp;nbsp;&lt;/p&gt;</description></item><item><title>FillEffect's hatch style does look very different on OpenGL mode then on GDI mode</title><link>http://xceed.com/CS/forums/thread/33315.aspx</link><pubDate>Tue, 14 May 2013 13:17:41 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33315</guid><dc:creator>bogdip</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33315.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=33315</wfw:commentRss><description>&lt;p&gt;Hi, &lt;/p&gt;&lt;p&gt;I'm using a Bar series and want to hash a bar with the LightDownwardDiagonal hatch. So I want my bars to look as hashed with thin gray lines.&lt;/p&gt;&lt;p&gt;It looks ok on GDI mode but we need the chart to be displayed in 3D also. And in 3D mode (OpenGL set) the LightDownwardDiagonal hatch looks differently, the lines are more tick and rare.In your demo application I see the same effect.&lt;br&gt;&lt;/p&gt;&lt;p&gt;What can I do to hash the bars in the same way, in both GDI and OpenGL modes?&lt;br&gt;&lt;/p&gt;</description></item><item><title>Adding Merged Columns runtime</title><link>http://xceed.com/CS/forums/thread/33314.aspx</link><pubDate>Tue, 14 May 2013 12:44:13 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33314</guid><dc:creator>rahul</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33314.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33314</wfw:commentRss><description>&lt;div&gt;What is the best way of defining the header in an xml file and creating columns at runtime, instead of declaring it in the xaml?&lt;/div&gt;&lt;div&gt;---------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;COL1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;COL2&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;	&lt;/span&gt;COL3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| GRP_COL1 &amp;nbsp;GRP_COL2 GRP_COL3 | GRP_COL1 GRP_COL2 GRP_COL3&amp;nbsp;|&lt;/div&gt;&lt;div&gt;----------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; void CreateGroupColumns()&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for (int i = 0; i &amp;lt; 4; i++)&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Xceed.Wpf.DataGrid.MergedColumn col = new Xceed.Wpf.DataGrid.MergedColumn();&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; col.Title = "Group"+(i+1);&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Xceed.Wpf.DataGrid.ColumnBase col1 = new MyColumn("QTY");&lt;/div&gt;&lt;div&gt;&lt;span style="font-size:10pt;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; col.ChildColumns.Add(col1);&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Xceed.Wpf.DataGrid.ColumnBase col2 = new MyColumn("PERC");&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; col.ChildColumns.Add(col2);&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Xceed.Wpf.DataGrid.ColumnBase col3 = new MyColumn("VAL");&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; col.ChildColumns.Add(col3);&lt;/div&gt;&lt;div&gt;&lt;span style="font-size:10pt;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GroupGrid.Columns.Add(col);&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;</description></item><item><title>All items in ListBox expand to same size</title><link>http://xceed.com/CS/forums/thread/32278.aspx</link><pubDate>Wed, 20 Jun 2012 18:28:02 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32278</guid><dc:creator>Travis</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/32278.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=80&amp;PostID=32278</wfw:commentRss><description>&lt;p&gt;I am using the Ultimate ListBox for WPF. &amp;nbsp;I want to expand out an ItemsControl to show more information for the selected item, so I am using a selected and non-selected DataTemplate with a Style trigger setting the ContentTemplate when the row is selected. &amp;nbsp;My problem is that once I select a row that has data to expand, the height of all of the ListBoxItems increases so they are all the same size. &amp;nbsp;I need to be able to have non-selected items retain their original heights. &amp;nbsp;It works perfectly with a regular ListBox, but has this issue with the Ultimate ListBox. &amp;nbsp;Is there a way to accomplish this with the Ultimate ListBox?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Travis&lt;/p&gt;&lt;p&gt;Non-selected Template:&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;span style="font-family:Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family:Consolas;color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family:Consolas;"&gt;DataTemplate&lt;/span&gt;&lt;span style="font-family:Consolas;color:red;"&gt;&amp;nbsp;x&lt;/span&gt;&lt;span style="font-family:Consolas;color:blue;"&gt;:&lt;/span&gt;&lt;span style="font-family:Consolas;color:red;"&gt;Key&lt;/span&gt;&lt;span style="font-family:Consolas;color:blue;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;color:blue;"&gt;"nonSelectedListBoxTemplate"&lt;/span&gt;&lt;span style="font-family:Consolas;color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style="font-family:Consolas;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Orientation&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Vertical"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Grid.Row&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"0"&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Orientation&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Horizontal"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Width&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"225"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;HorizontalAlignment&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Left"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;FontWeight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Bold"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Binding&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Patient&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;TextTrimming&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"WordEllipsis"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;HorizontalAlignment&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Left"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Tests"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Visibility&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Binding&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;OrderedTests&lt;/span&gt;&lt;span style="color:blue;"&gt;,&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Converter&lt;/span&gt;&lt;span style="color:blue;"&gt;={&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StaticResource&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;NullToVisibilityConverter&lt;/span&gt;&lt;span style="color:blue;"&gt;}}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Orientation&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Horizontal"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Margin&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"8,0,0,0"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;HorizontalAlignment&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Left"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;FontWeight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Bold"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Foreground&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Teal"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"DOB:&amp;nbsp;"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Width&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"150"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;HorizontalAlignment&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Left"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Binding&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Patient&lt;/span&gt;&lt;span style="color:blue;"&gt;.&lt;/span&gt;&lt;span style="color:blue;"&gt;DateOfBirth&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Orientation&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Horizontal"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Width&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"30"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Margin&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"8,0,0,0"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;HorizontalAlignment&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Left"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;FontWeight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Bold"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Foreground&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Teal"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Sex:"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;HorizontalAlignment&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Left"&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Binding&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Patient&lt;/span&gt;&lt;span style="color:blue;"&gt;.&lt;/span&gt;&lt;span style="color:blue;"&gt;Gender&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Margin&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"3,0,0,0"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;HorizontalAlignment&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Left"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;FontWeight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Bold"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Foreground&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Teal"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Patient&amp;nbsp;Id:&amp;nbsp;"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;HorizontalAlignment&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Left"&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Binding&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Patient&lt;/span&gt;&lt;span style="color:blue;"&gt;.&lt;/span&gt;&lt;span style="color:blue;"&gt;ClientPatientId&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Orientation&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Horizontal"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Not&amp;nbsp;Selected"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
 
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;DataTemplate&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-family:Consolas;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;Selected Template:&lt;/pre&gt;&lt;pre style="font-family:Consolas;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;&amp;nbsp;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;DataTemplate&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;x&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:red;"&gt;Key&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"selectedListBoxTemplate"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-family:Consolas;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Orientation&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Vertical"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Grid.Row&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"0"&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Orientation&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Horizontal"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Width&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"225"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;HorizontalAlignment&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Left"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;FontWeight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Bold"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Binding&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Patient&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;TextTrimming&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"WordEllipsis"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;HorizontalAlignment&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Left"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Tests"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Visibility&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Binding&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;OrderedTests&lt;/span&gt;&lt;span style="color:blue;"&gt;,&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Converter&lt;/span&gt;&lt;span style="color:blue;"&gt;={&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StaticResource&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;NullToVisibilityConverter&lt;/span&gt;&lt;span style="color:blue;"&gt;}}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Orientation&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Horizontal"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Margin&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"8,0,0,0"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;HorizontalAlignment&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Left"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;FontWeight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Bold"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Foreground&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Teal"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"DOB:&amp;nbsp;"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Width&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"150"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;HorizontalAlignment&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Left"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Binding&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Patient&lt;/span&gt;&lt;span style="color:blue;"&gt;.&lt;/span&gt;&lt;span style="color:blue;"&gt;DateOfBirth&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Orientation&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Horizontal"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Width&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"30"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Margin&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"8,0,0,0"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;HorizontalAlignment&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Left"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;FontWeight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Bold"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Foreground&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Teal"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Sex:"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;HorizontalAlignment&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Left"&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Binding&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Patient&lt;/span&gt;&lt;span style="color:blue;"&gt;.&lt;/span&gt;&lt;span style="color:blue;"&gt;Gender&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Margin&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"3,0,0,0"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;HorizontalAlignment&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Left"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;FontWeight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Bold"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Foreground&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Teal"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Patient&amp;nbsp;Id:&amp;nbsp;"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;HorizontalAlignment&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Left"&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Binding&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Patient&lt;/span&gt;&lt;span style="color:blue;"&gt;.&lt;/span&gt;&lt;span style="color:blue;"&gt;ClientPatientId&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Orientation&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Horizontal"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;TextBlock&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Selected"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Grid&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Visibility&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Binding&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;OrderedTests&lt;/span&gt;&lt;span style="color:blue;"&gt;,&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Converter&lt;/span&gt;&lt;span style="color:blue;"&gt;={&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StaticResource&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;NullToVisibilityConverter&lt;/span&gt;&lt;span style="color:blue;"&gt;}}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;ScrollViewer&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;x&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"tests"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Grid.Row&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"1"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Height&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"65"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;ScrollViewer.VerticalScrollBarVisibility&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Auto"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;ItemsControl&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;x&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"orderedTests"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Margin&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"0,0,0,5"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;AlternationCount&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"2"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;ItemsSource&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Binding&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;OrderedTests&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;ItemTemplate&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StaticResource&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;subListBoxTemplate&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;ScrollViewer&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Grid&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StackPanel&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;DataTemplate&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-family:Consolas;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;Style/Triggers:&lt;/pre&gt;&lt;pre style="font-family:Consolas;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Style&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;TargetType&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;x&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Type&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;sllb&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:red;"&gt;ListBoxItem&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;x&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:red;"&gt;Key&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"ContainerStyle"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Setter&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Property&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"ContentTemplate"&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Value&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StaticResource&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;nonSelectedListBoxTemplate&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Style.Triggers&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Trigger&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Property&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"IsSelected"&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Value&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"True"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Setter&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Property&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"ContentTemplate"&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;Value&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StaticResource&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;selectedListBoxTemplate&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;/&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Trigger&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Style.Triggers&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;pre style="font-family:Consolas;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;Style&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre style="font-family:Consolas;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;&amp;nbsp;Ultimate ListBox:&lt;/pre&gt;&lt;pre style="font-family:Consolas;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;&lt;span style="color:#a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;sllb&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:#a31515;"&gt;ListBox&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;x&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"xlistBox"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Height&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"333.7"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Margin&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"0,0,0,5"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;AnimationSettings&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StaticResource&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;noAnimationSettings&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;ItemsSource&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Binding&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;DuplicateRequisitionEncounters&lt;/span&gt;&lt;span style="color:blue;"&gt;,&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Mode&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;TwoWay&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;ItemContainerStyle&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;StaticResource&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;ContainerStyle&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;SelectedItem&lt;/span&gt;&lt;span style="color:blue;"&gt;="{&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Binding&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;SelectedEncounter&lt;/span&gt;&lt;span style="color:blue;"&gt;,&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:red;"&gt;&amp;nbsp;Mode&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;TwoWay&lt;/span&gt;&lt;span style="color:blue;"&gt;}&lt;/span&gt;&lt;span style="color:blue;"&gt;"&lt;/span&gt;
&lt;/pre&gt;&lt;pre style="font-family:Consolas;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;&lt;span style="background-color:white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;nbsp;ToolPaneVisibility&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&lt;span style="color:blue;"&gt;"Collapsed"&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="background-color:white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="background-color:white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/pre&gt;</description></item><item><title>Embedded datagrid Columns (Columns Within Columns)</title><link>http://xceed.com/CS/forums/thread/29635.aspx</link><pubDate>Thu, 20 Jan 2011 11:32:38 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:29635</guid><dc:creator>Beryl</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/29635.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=29635</wfw:commentRss><description>&lt;P&gt;Is it possible to have embedded datagrid columns, I mean columns within columns and also support data vritualization and multiple levels of grouping &amp;amp; filtering possiblity?&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH:490px;HEIGHT:128px;" src="http://www.designerwpf.com/wp-content/uploads/2008/01/embededwireframe.png" width=490 height=128&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;FONT color=#0000ff&gt;&lt;A href="http://www.designerwpf.com/2008/01/25/embedded-listview-columns-columns-within-columns/"&gt;http://www.designerwpf.com/2008/01/25/embedded-listview-columns-columns-within-columns/&lt;/A&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;A href="http://www.designerwpf.com/wp-content/uploads/2008/01/embededwireframe.png"&gt;&lt;/A&gt;&lt;/P&gt;</description></item><item><title>multiple column headers in XCeed DataGrid for WPF v4.2</title><link>http://xceed.com/CS/forums/thread/31396.aspx</link><pubDate>Fri, 02 Dec 2011 12:40:55 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:31396</guid><dc:creator>Rajesh</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/31396.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=31396</wfw:commentRss><description>&lt;P&gt;Is there any way to create multiple column headers in &lt;STRONG&gt;&lt;EM&gt;XCeed DataGrid for WPF v4.x &lt;/EM&gt;&lt;/STRONG&gt;?&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class="" style="WIDTH:192pt;BORDER-COLLAPSE:collapse;" cellSpacing=0 cellPadding=0&gt;



&lt;TR style="HEIGHT:15pt;"&gt;
&lt;TD class=xl63 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext 0.5pt solid;BORDER-LEFT:windowtext 0.5pt solid;WIDTH:96pt;BORDER-BOTTOM:windowtext 0.5pt solid;HEIGHT:15pt;BACKGROUND-COLOR:transparent;" colSpan=2 class="xl63"&gt;&lt;FONT face=Calibri size=3&gt;Header A&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class=xl63 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext 0.5pt solid;BORDER-LEFT:windowtext;WIDTH:96pt;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:transparent;" colSpan=2 class="xl63"&gt;&lt;FONT face=Calibri size=3&gt;Header B&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT:15pt;"&gt;
&lt;TD class=xl64 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext 0.5pt solid;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;HEIGHT:15pt;BACKGROUND-COLOR:transparent;" class="xl64"&gt;&lt;FONT face=Calibri size=3&gt;Hedaer1&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class=xl64 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:transparent;" class="xl64"&gt;&lt;FONT face=Calibri size=3&gt;Hedaer2&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class=xl64 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:transparent;" class="xl64"&gt;&lt;FONT face=Calibri size=3&gt;Hedaer1&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class=xl64 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:transparent;" class="xl64"&gt;&lt;FONT face=Calibri size=3&gt;Hedaer2&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Rajesh Sajjanar&lt;/P&gt;</description></item><item><title>FilterRow - Case and Acent Sensitivity</title><link>http://xceed.com/CS/forums/thread/32947.aspx</link><pubDate>Thu, 06 Dec 2012 11:13:06 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32947</guid><dc:creator>Daniel</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/32947.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=32947</wfw:commentRss><description>&lt;p&gt;Hi!&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Can I change the behavior of filterrow to make it case sensitive and accent insensitive?&lt;br&gt;&lt;/span&gt;&lt;span style="font-size:10pt;"&gt;There is a workaround to do this?&lt;br&gt;&lt;br&gt;Thank you!&lt;br&gt;Daniel&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Using AxisLabels</title><link>http://xceed.com/CS/forums/thread/6490.aspx</link><pubDate>Sat, 22 Apr 2006 01:53:55 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6490</guid><dc:creator>Contagion</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/6490.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=34&amp;PostID=6490</wfw:commentRss><description>I have a simple multiseries line chart and I've had no problem setting custom labels  on my XAxis, however they're overlapping so I'd like to adjust the orientation of the text.&lt;br /&gt;AxisLabel.Angle seems like what I should use, but I can't seem to get ahold of that object. &lt;br /&gt;&lt;br /&gt;Can anybody point me to sample code (including in the ChartExplorer samples if I just somehow missed it in there) that can show me how to get ahold of an actual AxisLabel or AxisLabelCollection for either a custom Axis or the default X axis? </description></item><item><title>WPF DataGrid is not displaying data when refreshing.</title><link>http://xceed.com/CS/forums/thread/33305.aspx</link><pubDate>Fri, 10 May 2013 09:08:22 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33305</guid><dc:creator>hamendra</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33305.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33305</wfw:commentRss><description>&lt;p&gt;WPF DataGrid is not displaying data( Zero Row)&amp;nbsp;after refreshing for 12000 records. It loads data on first time correctly&amp;nbsp;but when do some other action and again refresh the data Grid does not display any data in UI.&lt;/p&gt;&lt;p&gt;Where as it work fine for Less number of record (6).&lt;/p&gt;&lt;p&gt;Appreciate your help on same&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;Hamendra&lt;/p&gt;</description></item><item><title>StatFunction.Average across two columns</title><link>http://xceed.com/CS/forums/thread/33306.aspx</link><pubDate>Fri, 10 May 2013 14:40:56 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33306</guid><dc:creator>Alexander</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33306.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=11&amp;PostID=33306</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have gone through the basic examples, but I cannot find exactly what I'm looking for.&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a Xceed grid, version 3.9.13165.12030, with columns for quantity and price. &lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;When grouping the grid, I would like to show the average per group, for the (quantity * price) in the price column.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Is it possible to do this?&amp;nbsp;&lt;/p&gt;</description></item><item><title>Group row</title><link>http://xceed.com/CS/forums/thread/33272.aspx</link><pubDate>Fri, 26 Apr 2013 16:37:21 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33272</guid><dc:creator>rahul</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/33272.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33272</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;is there a way that i can have auto sum for the data columns in the group row. e.g&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;				&lt;/span&gt;Column1&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;				&lt;/span&gt;Column2&amp;nbsp;&lt;/p&gt;&lt;p&gt;Group1&amp;nbsp;&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;			&lt;/span&gt;1200&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;					&lt;/span&gt;180&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;	&lt;/span&gt;subGroup1&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;		&lt;/span&gt;300&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;					&lt;/span&gt;80&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;		&lt;/span&gt;row1&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;		&lt;/span&gt;100&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;					&lt;/span&gt;30&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;		&lt;/span&gt;row2&amp;nbsp;&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;		&lt;/span&gt;200&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;			&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;		&lt;/span&gt;50&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;	&lt;/span&gt;subgroup2&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;		&lt;/span&gt;900&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;					&lt;/span&gt;100&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;		&lt;/span&gt;row3&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;		&lt;/span&gt;500&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;					&lt;/span&gt;60&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;		&lt;/span&gt;row4&amp;nbsp;&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;		&lt;/span&gt;400&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;			&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;		&lt;/span&gt;40&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And also the user should be able to change at the group/subgroup level and accordingly(pro-rata) the rows will change its data. Really appreciate the help and if possible some code to achieve this.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Xceed components with my Application Integration achieve ClickOnce publish?</title><link>http://xceed.com/CS/forums/thread/33299.aspx</link><pubDate>Tue, 07 May 2013 03:21:52 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33299</guid><dc:creator>gang</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33299.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33299</wfw:commentRss><description>&lt;div&gt;Dear Team,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I am new hand for Xceed Datagrid application,i want to know &amp;nbsp;whether Xceed Datagrid supports ClickOnce publish?&lt;/div&gt;&lt;div&gt;Thanks&lt;/div&gt;&lt;div&gt;Zhixiang Wei&lt;/div&gt;&lt;div&gt;2013.5.7&lt;/div&gt;</description></item><item><title>ILMerge</title><link>http://xceed.com/CS/forums/thread/33259.aspx</link><pubDate>Mon, 22 Apr 2013 06:57:11 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33259</guid><dc:creator>Michael</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/33259.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33259</wfw:commentRss><description>&lt;p&gt;I've used ILMerge to merge the three assemblies Xceed.Wpf.DataGrid.v4.5.dll, Xceed.Wpf.Controls.v4.5.dll and Xceed.Wpf.DataGrid.ThemePack.1.v4.5.dll into a single assembly. When compiling my application I get an error MC3074 due to a missing tag "Office2007BlueTheme" in namespace "&lt;a href="http://schemas.xceed.com/wpf/xaml/datagrid"&gt;http://schemas.xceed.com/wpf/xaml/datagrid&lt;/a&gt;".&lt;/p&gt;&lt;p&gt;&amp;nbsp;Does anyone know how to resolve this?&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks,&lt;/p&gt;&lt;p&gt;Michael&lt;/p&gt;</description></item><item><title>Permission Denied 70?</title><link>http://xceed.com/CS/forums/thread/33298.aspx</link><pubDate>Mon, 06 May 2013 09:27:19 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33298</guid><dc:creator>JAMES</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33298.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=25&amp;PostID=33298</wfw:commentRss><description>&lt;p&gt;Been using Xceed encryption on an Classic ASP system for a while now.&lt;/p&gt;&lt;p&gt;We have recently moved from a 2003 box to 2008 64bit. It is running in IIS 32bit mode.&lt;span style="font-size:10pt;"&gt;&amp;nbsp;I think it is all setup correctly!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;&lt;/span&gt;&lt;span style="font-size:10pt;"&gt;Since moving to the new server, things have been going fine apart from alot of "Permission Denied" error 70 when encrypting.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;The encryption seems to be working fine - everything seems to be getting encrypted (eventually), so I am not sure why this error keeps popping up? Where is it having the permission denied?&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;I am getting concerned I have begun looking at other encryption components - &amp;nbsp;but ideally would want to keep with what we have been using for years&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Any ideas would be great..&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;span style="font-size:10pt;"&gt;James.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Xceed DataGrid WPF Change Dafault OrderBy Column</title><link>http://xceed.com/CS/forums/thread/33292.aspx</link><pubDate>Wed, 01 May 2013 18:58:28 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33292</guid><dc:creator>Pir Qaiser</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/33292.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33292</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;How can I make xceed data grid for wpf to sort/orderby the data source on a different column than the default key column? The data source is a datagrid collectionview.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Any help is appreciated.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Qaiser&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>ShouldAbort property in AsyncQueryInfo</title><link>http://xceed.com/CS/forums/thread/33185.aspx</link><pubDate>Sat, 16 Mar 2013 09:08:04 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33185</guid><dc:creator>Venkatesh</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/33185.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33185</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;ShouldAbort property in AsyncQueryInfo is a readonly property. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;When will this gets true?&lt;/li&gt;&lt;li&gt;Is there a way that I can force to set to true on error cases?&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Thanks&lt;br&gt;&lt;/p&gt;</description></item><item><title>Master with different detail grids</title><link>http://xceed.com/CS/forums/thread/33141.aspx</link><pubDate>Fri, 01 Mar 2013 19:50:34 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33141</guid><dc:creator>Steve0212</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/33141.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33141</wfw:commentRss><description>&lt;p&gt;Is is possible to have one grid with multiple sections f different information. &amp;nbsp;Consider this example where I am writing a search function. &amp;nbsp;I search for "Bob". &amp;nbsp;I would want the resultant grid to combine not just all the Bobs in the company, but also all the files Bob created.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;span style="font-size:10pt;"&gt;I would want the grid to look something like this:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size:10pt;"&gt;Users&lt;/span&gt;&lt;span class="Apple-tab-span" style="font-size:10pt;white-space:pre;"&gt;			&lt;/span&gt;&lt;span style="font-size:10pt;"&gt;&amp;lt;-- Master Row&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;	&lt;/span&gt;User Name&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;	&lt;/span&gt;Display Name&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;	&lt;/span&gt;Email Address&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;		&lt;/span&gt;&amp;lt;-- Detail Row&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="font-size:10pt;"&gt;Files&lt;/span&gt;&lt;span class="Apple-tab-span" style="font-size:10pt;white-space:pre;"&gt;			&lt;/span&gt;&lt;span style="font-size:10pt;"&gt;&amp;lt;-- Master Row&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;	&lt;/span&gt;File Name&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;		&lt;/span&gt;Folder Location&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;		&lt;/span&gt;File Size&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;	&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;	&lt;/span&gt;&amp;lt;-- Detail Row&lt;/p&gt;&lt;p&gt;Is this possible?&amp;nbsp;&lt;/p&gt;</description></item><item><title>Capturing Scrolling Events</title><link>http://xceed.com/CS/forums/thread/33220.aspx</link><pubDate>Wed, 27 Mar 2013 13:55:46 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33220</guid><dc:creator>Thomas</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/33220.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33220</wfw:commentRss><description>I am looking for the event to capture when the grid is scrolled.&amp;nbsp; How do I capture that event?&lt;br&gt;</description></item><item><title>Exception : at Xceed.Wpf.DataGrid.Automation.DataGridContextAutomationPeer.GetChildrenCore()</title><link>http://xceed.com/CS/forums/thread/33247.aspx</link><pubDate>Mon, 08 Apr 2013 13:45:11 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33247</guid><dc:creator>Liat</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/33247.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33247</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have a DataGrid in Collapsed mode, when I maximize the app window I get the following error and&amp;nbsp;&lt;b style="font-size:10pt;"&gt;It happens on leptops only&lt;/b&gt;&lt;span style="font-size:10pt;"&gt;:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Technical information:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;System.NullReferenceException: Object reference not set to an instance of an object.&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;at Xceed.Wpf.DataGrid.Automation.DataGridContextAutomationPeer.GetChildrenCore()&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;at Xceed.Wpf.DataGrid.Automation.DataGridControlAutomationPeer.GetChildrenCore()&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;at System.Windows.Automation.Peers.AutomationPeer.EnsureChildren()&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;at System.Windows.Automation.Peers.AutomationPeer.UpdateChildrenInternal(Int32 invalidateLimit)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;at System.Windows.Automation.Peers.AutomationPeer.UpdateChildren()&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;at System.Windows.Automation.Peers.AutomationPeer.UpdatePeer(Object arg)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &amp;nbsp;&lt;/p&gt;</description></item><item><title>Making 'non-enum' FilterCells have striped background like 'enum' FilterCells in a FilterRow</title><link>http://xceed.com/CS/forums/thread/24578.aspx</link><pubDate>Mon, 19 Oct 2009 14:52:04 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:24578</guid><dc:creator>Neo</dc:creator><slash:comments>5</slash:comments><comments>http://xceed.com/CS/forums/thread/24578.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=24578</wfw:commentRss><description>&lt;P&gt;I've attached an example project demonstrating this.&amp;nbsp; In my FilterRow, the columns based on enum properties of my datasource are disabled and appear with a striped background.&amp;nbsp; I have set the &lt;EM&gt;IsEnabled&lt;/EM&gt; flag to false on my other non-enum column FilterCell, but it doesn't show as disabled with a striped background like the enum column FilterCell does.&lt;/P&gt;
&lt;P&gt;Is there any way of forcing this?&lt;/P&gt;</description></item><item><title>FilterCell doesn't work in this scenario</title><link>http://xceed.com/CS/forums/thread/33254.aspx</link><pubDate>Tue, 16 Apr 2013 07:38:01 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33254</guid><dc:creator>YiChen</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33254.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33254</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have a dataGrid which is bond to a collection instances of Class A. Inside class A, there is a property called CompanyProp with type of Company Class. Company class is quite simple which only have a property called Name of string type.&amp;nbsp;&lt;/p&gt;&lt;p&gt;I use FieldName="CompanyProp.Name" in Column settings and everything works fine, except the filtering. There is no responds no matter what I keyin in FilterCell of this column. I try to change to&amp;nbsp;DisplayMemberBindingInfo to set Path, it also only work with display.&amp;nbsp;&lt;/p&gt;&lt;p&gt;So how can I make FilterCell work with this kind of column without changing my Class A. ( I know if I create another string property to wrap around the CompanyProp and it will work. But I want to avoid to change my Model).&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks. Looking forward your reply.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;David&amp;nbsp;&lt;/p&gt;</description></item><item><title>Deleting a row from the xceedgrid after sorting.</title><link>http://xceed.com/CS/forums/thread/33253.aspx</link><pubDate>Mon, 15 Apr 2013 10:32:14 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33253</guid><dc:creator>rupak</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33253.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33253</wfw:commentRss><description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; i want to delete a selected row after the user sorts the grid (say sort on the first column) . I am taking the selected index property to delete the item from the item source which is a data table. But the problem is since the items are sorted now ( only on the grid not in the underlying datatable) i am deleted the wrong item ( example : if the 5 th row is selected on the UI, it is not really the 5 th row of the data table; because the UI is sorted ).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;How can i get the item source with the sorting expression applied on it; so that i can directly delete the selected item.&lt;/P&gt;</description></item><item><title>Dynamic row and column to xceed grid.</title><link>http://xceed.com/CS/forums/thread/33251.aspx</link><pubDate>Wed, 10 Apr 2013 10:09:54 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33251</guid><dc:creator>rupak</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33251.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33251</wfw:commentRss><description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; i have a requirement with below&amp;nbsp;3 features :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.&amp;nbsp; Grid is created with dynamic column list from the database&amp;nbsp;.&amp;nbsp;Number of columns are 60.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.&amp;nbsp;&amp;nbsp;The user can add row /columns to the grid at any position ( like the excel insert row/column feature). &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.&amp;nbsp; User should be able edit the data and the changes should be saved to database.&lt;/P&gt;
&lt;P&gt;Really appreciate if&amp;nbsp;someone share some sample code to arrive at point 1 and 2 .&lt;/P&gt;</description></item><item><title>Need to display text value from first row of group in StatCell of StatRow.</title><link>http://xceed.com/CS/forums/thread/33263.aspx</link><pubDate>Tue, 23 Apr 2013 07:33:19 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33263</guid><dc:creator>Durga prasad</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33263.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33263</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I want to&amp;nbsp; display text value from first row of group in StatCell of StatRow.&lt;/p&gt;&lt;p&gt;Requirement is have calculated numeric values using Stat Functions and displayed in the  StatCell of StatRow but i need to show the Measurements of that result in another cell that is text value.&lt;/p&gt;&lt;p&gt;Please suggest me. &lt;br&gt;&lt;/p&gt;</description></item><item><title>Exception when pasting new items</title><link>http://xceed.com/CS/forums/thread/33261.aspx</link><pubDate>Mon, 22 Apr 2013 14:26:43 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33261</guid><dc:creator>Michael</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33261.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33261</wfw:commentRss><description>&lt;P&gt;There is an exception that randomly occurs when items are pasted into the Xceed DataGrid:&lt;/P&gt;
&lt;P&gt;Index was out of range. Must be non-negative and less than the size of the collection.&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.ThrowHelper.ThrowArgumentOutOfRangeException()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Collections.Generic.List`1.get_Item(Int32 index)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Collections.ObjectModel.Collection`1.System.Collections.IList.get_Item(Int32 index)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.DataGridCollectionView.ForceRefresh(Boolean sendResetNotification, Boolean initialLoad, Boolean setCurrentToFirstOnInitialLoad)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.DataGridCollectionView.ExecuteSourceItemOperation(DeferredOperation deferredOperation, Boolean&amp;amp; refreshForced)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.DeferredOperationManager.Process(Boolean processAll)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.DeferredOperationManager.Dispatched_Process(Object e)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.DispatcherOperation.InvokeImpl()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.DispatcherOperation.Invoke()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.ProcessQueue()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp;amp; msg)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.Run()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Application.RunDispatcher(Object ignore)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Application.RunInternal(Window window)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Application.Run(Window window)&lt;/P&gt;
&lt;P&gt;From our perspective, we are binding to the ApplicationCommands.Paste command on the DataGridControl class. When items are pasted on the grid, our handler for this command is fired and we update our record collection, then switch to the dispatcher thread and do the following to update the grid with the new items&lt;/P&gt;
&lt;P&gt;var binding = dataGridControl.GetBindingExpression(ItemsControl.ItemsSourceProperty);&lt;BR&gt;if (binding != null)&lt;BR&gt;{&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; binding.UpdateTarget();&lt;BR&gt;}&lt;/P&gt;
&lt;P&gt;Normally this all works fine, though it does get called a few times per paste. However randomly, when pasting a large number of items we get the exception seen above. It is not obvious from this exception whether it is coming from within the paste handler of the DataGridControl or handling the update of the ItemsSourceProperty.&lt;/P&gt;
&lt;P&gt;Please could you shed some light on this exception and whether we are doing something wrong, which causes it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Thanks.&lt;/P&gt;</description></item><item><title>Banded columns feature for xceed grid</title><link>http://xceed.com/CS/forums/thread/33255.aspx</link><pubDate>Thu, 18 Apr 2013 12:17:19 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33255</guid><dc:creator>rupak</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33255.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33255</wfw:commentRss><description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;i am on version 4.2 ;&amp;nbsp;the feature i am looking for looks like below . I need a common header for state,city,zip columns. I know this is available with xceed 4.5 . Any way to achieve the same&amp;nbsp; thing in xceed 4.2 ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;U&gt;Address&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;U&gt;Name&amp;nbsp;&lt;/U&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;U&gt;State&amp;nbsp;&lt;/U&gt; &lt;U&gt;City&lt;/U&gt;&amp;nbsp; &lt;U&gt;ZIp&lt;/U&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Phone&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Rupak&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123&lt;/P&gt;</description></item><item><title>Virtualization and StatFunctions</title><link>http://xceed.com/CS/forums/thread/33275.aspx</link><pubDate>Mon, 29 Apr 2013 12:54:11 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33275</guid><dc:creator>Daniel</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/33275.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33275</wfw:commentRss><description>&lt;p&gt;Hi guys,&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;There is a way to implement &lt;/span&gt;StatFunctions using&amp;nbsp;DataGridVirtualizingQueryableCollectionViewSource?&lt;br&gt;&lt;span style="font-size:10pt;"&gt;Any workaround through code is welcome!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;Thanks a lot!&lt;/p&gt;</description></item><item><title>Get child rows of a selected group for select them by code</title><link>http://xceed.com/CS/forums/thread/33277.aspx</link><pubDate>Tue, 30 Apr 2013 08:33:10 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33277</guid><dc:creator>Francisco</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33277.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=11&amp;PostID=33277</wfw:commentRss><description>&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Hello, my problem is....&lt;/p&gt;&lt;p&gt;if the user make some grouping and after that use the CONTROL key for select various grouping, only the first grouping automaticaly&lt;br&gt;&lt;span style="font-size:10pt;"&gt;select all the children inside the first group but for example if user select another collapse or non collapse group row children are not selected.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;I need to get the child rows when user select a group row for select it by code.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Any idea would be very appreciated.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description></item><item><title>Problem in binding Combox as CellEditor / setting SelectedValueProperty through C# code</title><link>http://xceed.com/CS/forums/thread/25041.aspx</link><pubDate>Tue, 01 Dec 2009 15:41:28 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:25041</guid><dc:creator>Supriya</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/25041.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=25041</wfw:commentRss><description>&lt;P&gt;Hi..I am using Xceed DataGrid For WPF 3.5 professional edition.&lt;/P&gt;
&lt;P&gt;I am binding a combobox as cell editor through C# code and not throgh XAML. The selected value of the combobox is not retained in the cell after&amp;nbsp;the edit. I want to set the SelectedValueProperty so that it will retain the selected value, but dont know what should i set it to?&lt;/P&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;
&lt;P&gt;System.Windows.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;FrameworkElementFactory&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; comboBox = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; System.Windows.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;FrameworkElementFactory&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;typeof&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;(Xceed.Wpf.Controls.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;NavigableComboBox&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;));&lt;/P&gt;
&lt;P&gt;comboBox.SetValue(Xceed.Wpf.Controls.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;NavigableComboBox&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;.ItemsSourceProperty, columnInfo.DomainValues.DefaultView);&lt;/P&gt;
&lt;P&gt;comboBox.SetValue(Xceed.Wpf.Controls.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;NavigableComboBox&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;.DisplayMemberPathProperty, &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;"DomainValue"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;);&lt;/P&gt;
&lt;P&gt;comboBox.SetValue(Xceed.Wpf.Controls.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;NavigableComboBox&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;.SelectedValuePathProperty, &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;&lt;FONT color=#a31515 size=2 face=Consolas&gt;"DomainID"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;);&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;&lt;FONT color=#008000 size=2 face=Consolas&gt;&lt;STRONG&gt;//comboBox.SetValue(Xceed.Wpf.Controls.NavigableComboBox.SelectedValueProperty, "Xceed.Wpf.DataGrid.CellEditorBinding"); ???&lt;/STRONG&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dataGrid.Columns[columnInfo.Code].CellEditor = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;CellEditor&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;();&lt;/P&gt;
&lt;P&gt;dataGrid.Columns[columnInfo.Code].CellEditor.EditTemplate = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; System.Windows.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;DataTemplate&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;();&lt;/P&gt;
&lt;P&gt;dataGrid.Columns[columnInfo.Code].CellEditor.EditTemplate.VisualTree = comboBox;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;I have gone throgh lot of documentation and posts, but did not find 'what to set' in SelectedValueProperty, through C#. Please help.&lt;/P&gt;</description></item><item><title>Binding by ID</title><link>http://xceed.com/CS/forums/thread/33264.aspx</link><pubDate>Tue, 23 Apr 2013 08:12:55 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33264</guid><dc:creator>Filippo</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/33264.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33264</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;I have the following situation. I am using a DataGrid to display a list of Boxes. Each Box has a ProductID property. I also have a list of Products, each of which has an ID and a Name.&lt;/p&gt;&lt;p&gt;I want to 1) display a product Name instead of the ProductID, and 2) allow the user to select a Product from a ComboBox in the CellEditor, and change Box.ProductID accordingly.&lt;/p&gt;&lt;p&gt;So far, I've been able to do #1 by using DisplayMemberBindingInfo with a Converter that turns ProductIDs into product names.&lt;/p&gt;&lt;p&gt;However, I'm stumped on #2. I've tried putting this in the cell editor template:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ComboBox IsEditable="True" IsTextSearchEnabled="True" DisplayMemberPath="Name"&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ItemsSource="{Binding Client.Products, Source={x:Static local:App.Instance}}"&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SelectedValue="{Binding ProductID}"&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SelectedValuePath="ID"/&amp;gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;but it won't work, I think because at this point the source of the Binding of SelectedValue is not a Box, but rather a product name. So I've changed it to:&lt;/p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ComboBox IsEditable="True" IsTextSearchEnabled="True" DisplayMemberPath="Name"&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ItemsSource="{Binding Client.Products, Source={x:Static local:App.Instance}}"&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SelectedValue="{xcdg:CellEditorBinding}"&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SelectedValuePath="Name"/&amp;gt;&lt;br&gt;&lt;br&gt;This results in the ConvertBack method of my Converter getting called with the selected product name, which won't work either (as I can't map back from product names to product IDs).&lt;br&gt;&lt;br&gt;I realised that using DisplayMemberBindingInfo with a Converter is probably not the right way to do this, as it means that in the CellEditor I'm stuck with a product name. But I can't figure out how to do it otherwise. Help?&lt;br&gt;</description></item><item><title>Get subdirectory anywhere on drive</title><link>http://xceed.com/CS/forums/thread/33268.aspx</link><pubDate>Wed, 24 Apr 2013 17:23:20 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33268</guid><dc:creator>Cory</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33268.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=22&amp;PostID=33268</wfw:commentRss><description>&lt;P&gt;Is there a way to indicate a directory in FilesToProcess to get a directory of a specific name, but located anywhere on the hard drive?&lt;/P&gt;
&lt;P&gt;For example, I can specify a file, like testfile.txt, and it will get copies of that filename in any subdirectory on the entire hard drive.&lt;/P&gt;
&lt;P&gt;I have a directory with a particular name, but could be anywhere on the whole drive.&amp;nbsp; I want to get the contents of that whole directory, no matter where it is on the drive.&lt;/P&gt;
&lt;P&gt;Just plain "directoryname\*" only gets that directory at the root.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;"*\directoryname\*" only gets the directory if it's one, and only one, subdirectory deep from the root.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I need something that would be equivalent of specifying all of this:&lt;/P&gt;
&lt;P&gt;directoryname\*&lt;/P&gt;
&lt;P&gt;*\directoryname\*&lt;/P&gt;
&lt;P&gt;*\*\directoryname\*&lt;/P&gt;
&lt;P&gt;*\*\*\directoryname\*&lt;/P&gt;
&lt;P&gt;*\*\*\*\*\directoryname\*&lt;/P&gt;
&lt;P&gt;ad infinitem...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>DataGrid crashing the application</title><link>http://xceed.com/CS/forums/thread/33245.aspx</link><pubDate>Mon, 08 Apr 2013 07:41:36 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33245</guid><dc:creator>shai</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33245.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33245</wfw:commentRss><description>&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;I'm defining the WPF DataGrid in the 
xaml. After running the application (even without &lt;font color="black"&gt;&lt;span style="background-position:initial initial;background-repeat:initial initial;"&gt;touch&lt;span class="apple-converted-space"&gt;ing&lt;/span&gt;&lt;/span&gt;&lt;/font&gt; the DataGrid) the whole 
application is crashing and I get this message:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt; &lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;Xceed.Wpf.DataGrid.Automation.DataGridContextAutomationPeer.GetChildrenCore()&lt;/span&gt;&lt;/font&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span&gt;&lt;/span&gt;   em 
Xceed.Wpf.DataGrid.Automation.DataGridControlAutomationPeer.GetChildrenCore()&lt;/span&gt;&lt;/font&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span&gt;&lt;/span&gt;   em 
System.Windows.Automation.Peers.AutomationPeer.EnsureChildren()&lt;/span&gt;&lt;/font&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span&gt;&lt;/span&gt;   em 
System.Windows.Automation.Peers.AutomationPeer.UpdateChildren()&lt;/span&gt;&lt;/font&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span&gt;&lt;/span&gt;   em 
System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;/span&gt;&lt;/font&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span&gt;&lt;/span&gt;   em 
System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;/span&gt;&lt;/font&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span&gt;&lt;/span&gt;   em 
System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;/span&gt;&lt;/font&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span&gt;&lt;/span&gt;   em 
System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;/span&gt;&lt;/font&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span&gt;&lt;/span&gt;   em 
System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;/span&gt;&lt;/font&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span&gt;&lt;/span&gt;   em 
System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;/span&gt;&lt;/font&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span&gt;&lt;/span&gt;   em 
System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;/span&gt;&lt;/font&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span&gt;&lt;/span&gt;   em 
System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;/span&gt;&lt;/font&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span&gt;&lt;/span&gt;   em 
System.Windows.Automation.Peers.AutomationPeer.UpdatePeer(Object 
arg)&lt;/span&gt;&lt;/font&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span&gt;&lt;/span&gt;   em 
System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, 
Object args, Boolean isSingleParameter)&lt;/span&gt;&lt;/font&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span&gt;&lt;/span&gt;   em 
System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate 
callback, Object args, Boolean isSingleParameter, Delegate 
catchHandler)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt; &lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt; &lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;font size="2" face="Arial"&gt;&lt;span style="font-size:10pt;"&gt;Are you &lt;font color="black"&gt;&lt;span style="background-position:initial initial;background-repeat:initial initial;"&gt;familiar&lt;span class="apple-converted-space"&gt; &lt;/span&gt;with this 
exception?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="unicode-bidi:embed;direction:ltr;" dir="ltr" class="MsoNormal"&gt;&lt;span class="apple-converted-space"&gt;&lt;font color="black" size="2" face="Arial"&gt;&lt;span style="font-size:10pt;background-position:initial initial;background-repeat:initial initial;"&gt;How 
can I prevent it?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>GridControl.Rectangle.Width is fetching wrong value in Outlook.</title><link>http://xceed.com/CS/forums/thread/33265.aspx</link><pubDate>Tue, 23 Apr 2013 11:01:06 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33265</guid><dc:creator>Arnoj</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33265.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=11&amp;PostID=33265</wfw:commentRss><description>We have an application that is a plug in to Microsoft Outlook. When we login to our home page inside the application, we have some columns that are displayed ( like "from", "to", "subject" etc.). Our problem is everytime we login to this page after opening Outlook the columns are shoved to extreme left. Expected behaviour should be the columns retain their previous sizes and are not shoved to left. Our app is fetching the window size of the Outlook using "GridControl.Rectangle.Width" of Xceed.Grid.dll. Is this a known problem in some scenario? If we replace the current Xceed.Grid.dll with newer version will it get solved? Where can I get a trial version of this dll for testing?</description></item><item><title>Ultra-Simple Grid breaks VS2010 designview</title><link>http://xceed.com/CS/forums/thread/26707.aspx</link><pubDate>Tue, 04 May 2010 19:49:19 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:26707</guid><dc:creator>Sascha</dc:creator><slash:comments>13</slash:comments><comments>http://xceed.com/CS/forums/thread/26707.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=26707</wfw:commentRss><description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;make a new WPF C# Project (no matter if .NET 3.5 or .NET4), put in xceed.wpf.datagrid (3.7.10175.16000)&amp;nbsp;as reference and merge the following code into the mainwindow.xaml:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xcdg:DataGridControl&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xcdg:DataGridControl.Columns&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xcdg:Column FieldName="MessageNumber" IsMainColumn="True" MinWidth="0" Title="Nr" Width="50" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xcdg:DataGridControl.Columns&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xcdg:DataGridControl.View&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Views:TableView&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Views:TableView.FixedHeaders&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DataTemplate&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xcdg:HierarchicalGroupByControl Views:TableView.CanScrollHorizontally="False" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/DataTemplate&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Views:TableView.FixedHeaders&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Views:TableView&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xcdg:DataGridControl.View&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xcdg:DataGridControl&amp;gt;&lt;/P&gt;
&lt;P&gt;You'll see that VS2010 designer will cease work with an System.Reflection.TargetInvocationException&lt;BR&gt;The party-pooper is the HierarchicalGroupByControl.&lt;BR&gt;I don't know why, but this code worked definately with older versions of xceed.datagrid.&lt;BR&gt;You don't use your own grid in projects, I suppose?&lt;/P&gt;
&lt;P&gt;Please post an solution - thanks.&lt;/P&gt;
&lt;P&gt;Sascha&lt;/P&gt;</description></item><item><title>Error while unloading form/exiting application (smartui2.ocx_unloaded)</title><link>http://xceed.com/CS/forums/thread/33256.aspx</link><pubDate>Fri, 19 Apr 2013 07:40:00 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33256</guid><dc:creator>Sebastian</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33256.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=23&amp;PostID=33256</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&lt;span id="result_box" class=""&gt;&lt;span class="hps"&gt;we get a random&lt;/span&gt; &lt;span class="hps"&gt;error&lt;/span&gt; &lt;span class="hps"&gt;when we try&lt;/span&gt; &lt;span class="hps"&gt;to terminate our&lt;/span&gt; &lt;span class="hps"&gt;application und unload the main mdi-form. On all forms (including the mdi-form) we use a menu and a toolbar (both with the smartui-component, latest version 2.0.0.8811). &lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span id="result_box" class=""&gt;&lt;span class="hps"&gt;The error occurs not always but mostly, both in the IDE and in the compiled program and also on different operating systems (Windows XP, Windows 2003 Server, Windows 7/8, 32 and 64-bit). When we exit our application on Windows XP &lt;/span&gt;&lt;/span&gt;we get randomly an exeption with "smartuishared" in the titlebar of the error-dialog.&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;The following errors are displayed: &lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Problemsignatur:&lt;br&gt;&amp;nbsp; Problemereignisname:&amp;nbsp;&amp;nbsp; &amp;nbsp;APPCRASH&lt;br&gt;&amp;nbsp; Anwendungsname:&amp;nbsp;&amp;nbsp; &amp;nbsp;vb6.exe&lt;br&gt;&amp;nbsp; Anwendungsversion:&amp;nbsp;&amp;nbsp; &amp;nbsp;6.0.97.82&lt;br&gt;&amp;nbsp; Anwendungszeitstempel:&amp;nbsp;&amp;nbsp; &amp;nbsp;403acf6c&lt;br&gt;&amp;nbsp; Fehlermodulname:&amp;nbsp;&amp;nbsp; &amp;nbsp;smartui2.ocx_unloaded&lt;br&gt;&amp;nbsp; Fehlermodulversion:&amp;nbsp;&amp;nbsp; &amp;nbsp;0.0.0.0&lt;br&gt;&amp;nbsp; Fehlermodulzeitstempel:&amp;nbsp;&amp;nbsp; &amp;nbsp;5093ddc3&lt;br&gt;&amp;nbsp; Ausnahmecode:&amp;nbsp;&amp;nbsp; &amp;nbsp;c0000005&lt;br&gt;&amp;nbsp; Ausnahmeoffset:&amp;nbsp;&amp;nbsp; &amp;nbsp;16de07a0&lt;br&gt;&amp;nbsp; Betriebsystemversion:&amp;nbsp;&amp;nbsp; &amp;nbsp;6.2.9200.2.0.0.256.48&lt;br&gt;&amp;nbsp; Gebietsschema-ID:&amp;nbsp;&amp;nbsp; &amp;nbsp;1031&lt;br&gt;&amp;nbsp; Zusatzinformation 1:&amp;nbsp;&amp;nbsp; &amp;nbsp;f0a2&lt;br&gt;&amp;nbsp; Zusatzinformation 2:&amp;nbsp;&amp;nbsp; &amp;nbsp;f0a2645f354cf765be82f7d6962fafbf&lt;br&gt;&amp;nbsp; Zusatzinformation 3:&amp;nbsp;&amp;nbsp; &amp;nbsp;b693&lt;br&gt;&amp;nbsp; Zusatzinformation 4:&amp;nbsp;&amp;nbsp; &amp;nbsp;b6939e2fce260c2704fd1cc17a8b796c&lt;br&gt;&lt;br&gt;Problemsignatur:&lt;br&gt;&amp;nbsp; Problemereignisname:&amp;nbsp;&amp;nbsp; &amp;nbsp;APPCRASH&lt;br&gt;&amp;nbsp; Anwendungsname:&amp;nbsp;&amp;nbsp; &amp;nbsp;vb6.exe&lt;br&gt;&amp;nbsp; Anwendungsversion:&amp;nbsp;&amp;nbsp; &amp;nbsp;6.0.97.82&lt;br&gt;&amp;nbsp; Anwendungszeitstempel:&amp;nbsp;&amp;nbsp; &amp;nbsp;403acf6c&lt;br&gt;&amp;nbsp; Fehlermodulname:&amp;nbsp;&amp;nbsp; &amp;nbsp;smartui2.ocx_unloaded&lt;br&gt;&amp;nbsp; Fehlermodulversion:&amp;nbsp;&amp;nbsp; &amp;nbsp;0.0.0.0&lt;br&gt;&amp;nbsp; Fehlermodulzeitstempel:&amp;nbsp;&amp;nbsp; &amp;nbsp;5093ddc3&lt;br&gt;&amp;nbsp; Ausnahmecode:&amp;nbsp;&amp;nbsp; &amp;nbsp;c000041d&lt;br&gt;&amp;nbsp; Ausnahmeoffset:&amp;nbsp;&amp;nbsp; &amp;nbsp;16de07a0&lt;br&gt;&amp;nbsp; Betriebsystemversion:&amp;nbsp;&amp;nbsp; &amp;nbsp;6.2.9200.2.0.0.256.48&lt;br&gt;&amp;nbsp; Gebietsschema-ID:&amp;nbsp;&amp;nbsp; &amp;nbsp;1031&lt;br&gt;&amp;nbsp; Zusatzinformation 1:&amp;nbsp;&amp;nbsp; &amp;nbsp;c4f9&lt;br&gt;&amp;nbsp; Zusatzinformation 2:&amp;nbsp;&amp;nbsp; &amp;nbsp;c4f92bff8f3372ad181e7b468c04f177&lt;br&gt;&amp;nbsp; Zusatzinformation 3:&amp;nbsp;&amp;nbsp; &amp;nbsp;46d5&lt;br&gt;&amp;nbsp; Zusatzinformation 4:&amp;nbsp;&amp;nbsp; &amp;nbsp;46d59e0df5eccdbf39630797cfdcfe08&lt;br&gt;&lt;/p&gt;&lt;p&gt;Problemsignatur:&lt;br&gt;&amp;nbsp; Problemereignisname:&amp;nbsp;&amp;nbsp; &amp;nbsp;APPCRASH&lt;br&gt;&amp;nbsp; Anwendungsname:&amp;nbsp;&amp;nbsp;&amp;nbsp; main.exe&lt;br&gt;&amp;nbsp; Anwendungsversion:&amp;nbsp;&amp;nbsp; &amp;nbsp;13.0.0.4037&lt;br&gt;&amp;nbsp; Anwendungszeitstempel:&amp;nbsp;&amp;nbsp; &amp;nbsp;5138ae3f&lt;br&gt;&amp;nbsp; Fehlermodulname:&amp;nbsp;&amp;nbsp; &amp;nbsp;KERNELBASE.dll&lt;br&gt;&amp;nbsp; Fehlermodulversion:&amp;nbsp;&amp;nbsp; &amp;nbsp;6.2.9200.16451&lt;br&gt;&amp;nbsp; Fehlermodulzeitstempel:&amp;nbsp;&amp;nbsp; &amp;nbsp;50988950&lt;br&gt;&amp;nbsp; Ausnahmecode:&amp;nbsp;&amp;nbsp; &amp;nbsp;c000041d&lt;br&gt;&amp;nbsp; Ausnahmeoffset:&amp;nbsp;&amp;nbsp; &amp;nbsp;00014b32&lt;br&gt;&amp;nbsp; Betriebsystemversion:&amp;nbsp;&amp;nbsp; &amp;nbsp;6.2.9200.2.0.0.256.48&lt;br&gt;&amp;nbsp; Gebietsschema-ID:&amp;nbsp;&amp;nbsp; &amp;nbsp;1031&lt;br&gt;&amp;nbsp; Zusatzinformation 1:&amp;nbsp;&amp;nbsp; &amp;nbsp;4173&lt;br&gt;&amp;nbsp; Zusatzinformation 2:&amp;nbsp;&amp;nbsp; &amp;nbsp;4173eabcd5f40d4c53c799a3c29f16cc&lt;br&gt;&amp;nbsp; Zusatzinformation 3:&amp;nbsp;&amp;nbsp; &amp;nbsp;307c&lt;br&gt;&amp;nbsp; Zusatzinformation 4:&amp;nbsp;&amp;nbsp; &amp;nbsp;307c7a5b46be63b93046830310bd66b0&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Does anyone have any ideas what is causing this error and how to solve it?&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;p&gt;Sebastian &lt;br&gt;&lt;/p&gt;</description></item><item><title>download file from SFTP site to a memory stream</title><link>http://xceed.com/CS/forums/thread/33249.aspx</link><pubDate>Tue, 09 Apr 2013 15:31:49 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33249</guid><dc:creator>Martin</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33249.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=87&amp;PostID=33249</wfw:commentRss><description>can someone provide a C# snippet that demonstrates how to do this?</description></item><item><title>how to get list of files in sftp folder by file spec mask?</title><link>http://xceed.com/CS/forums/thread/33248.aspx</link><pubDate>Mon, 08 Apr 2013 23:28:54 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33248</guid><dc:creator>Martin</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33248.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=87&amp;PostID=33248</wfw:commentRss><description>&lt;p&gt;I need to do something similar to what I do with the FTP api...here's an example:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;FtpItemInfoList&lt;span style="font-size:10pt;"&gt;&amp;nbsp;list = client.GetFolderContents(string.IsNullOrEmpty(FileSpec) ? string.Empty : FileSpec);&lt;/span&gt;&lt;span style="font-size:10pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can I accomplish this?&amp;nbsp;&lt;/p&gt;</description></item><item><title>memory leak with DataGridControl</title><link>http://xceed.com/CS/forums/thread/33236.aspx</link><pubDate>Wed, 03 Apr 2013 15:19:10 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33236</guid><dc:creator>Michael</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/33236.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33236</wfw:commentRss><description>&lt;p&gt;Dear sirs,&lt;/p&gt;&lt;p&gt;using your DataGridControl for WPF (V. 4.2.11322.13590) I end up with a memory leak.&lt;/p&gt;&lt;p&gt;My profiler shows the root path down to the static GroupConfiguration.DefaultGroupConfiguration. That seems to prevent DataGridControl from being CGed. I dont know how to get rid of it.&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any help. &lt;br&gt;&lt;/p&gt;</description></item><item><title>FilterRow filter event</title><link>http://xceed.com/CS/forums/thread/33235.aspx</link><pubDate>Wed, 03 Apr 2013 08:30:49 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33235</guid><dc:creator>YiChen</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/33235.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33235</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;We are using FilterRow in DataGridControl to do the customized filtering. But we cannot find any event that fired after user type in within filter cell and view is filtered.&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can we get equivalent event or is there any workaround to be informed after filtered by typing in FilterCell of FilterRow?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Regards,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;David&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Metro Light and Dark Themes for WPF Data Grid</title><link>http://xceed.com/CS/forums/thread/33238.aspx</link><pubDate>Wed, 03 Apr 2013 17:04:05 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33238</guid><dc:creator>Callon</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33238.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33238</wfw:commentRss><description>I noticed that the Xceed Data Grid for Silverlight got Metro Light and Dark themes. When can we expect to see this in the WPF Data Grid?</description></item><item><title>How to put a customized checkbox into the filterCell</title><link>http://xceed.com/CS/forums/thread/33233.aspx</link><pubDate>Wed, 03 Apr 2013 03:15:00 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33233</guid><dc:creator>YiChen</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33233.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33233</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have a FilterRow for datagrid. And I want to put a customized checkbox into filterCell within the fitlerRow. I found this&amp;nbsp;&lt;a style="font-size:10pt;" href="http://xceed.com/CS/forums/thread/26837.aspx"&gt;http://xceed.com/CS/forums/thread/26837.aspx&lt;/a&gt;&amp;nbsp;. But it is not generic way. If I have multiple bool columns , then I need to define multiple filterCell. Is there any generic ways to do that?&lt;/p&gt;&lt;p&gt;Second question is if I use the way provided by that thread, I found the checkbox will only have two status (even I use WPF default checkBox), checked and unchecked. But the filter row's default checkbox have three status, checked , unchecked and no selection. How to make it have the same behavior as the default checkbox?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;David&amp;nbsp;&lt;/p&gt;</description></item><item><title>ReaderWriter.Licenser proplem</title><link>http://xceed.com/CS/forums/thread/33229.aspx</link><pubDate>Mon, 01 Apr 2013 17:32:24 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33229</guid><dc:creator>Bill</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33229.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=17&amp;PostID=33229</wfw:commentRss><description>&lt;p&gt;Hi I'm having a problem the my LicenseKey. I am using Xceed Zip for .Net version 5.1. If I execute the following two license calls&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;Xceed.Zip.Licenser.LicenseKey = "myKey"&lt;/p&gt;&lt;p&gt;&amp;nbsp;Xceed.Zip.ReaderWriter.Licenser.LicenseKey = "myKey"&lt;/p&gt;&lt;p&gt;the call to &amp;nbsp;&lt;span style="font-size:10pt;"&gt;ReaderWriter.Licenser always fails? with&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;"The license key used to license this Xceed product does not matc&lt;span style="font-size:10pt;"&gt;h the current product."&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Bill&lt;span style="font-size:10pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>BufferedGraphicsContext cannot be disposed of because a buffer operation is currently in progress.</title><link>http://xceed.com/CS/forums/thread/18290.aspx</link><pubDate>Fri, 30 Jan 2009 12:43:57 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:18290</guid><dc:creator>Yu</dc:creator><slash:comments>6</slash:comments><comments>http://xceed.com/CS/forums/thread/18290.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=11&amp;PostID=18290</wfw:commentRss><description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;After filling grid with new rows or new data like (textboxs,checkboxs comboboxs etc.) hcount of GDI objects growth up,&lt;/P&gt;
&lt;P&gt;and after method&amp;nbsp;GridControl.Clear() or other operations, it not release or dispose this objects, and then the number&amp;nbsp;of GDI objects is more 10000, &lt;/P&gt;
&lt;P&gt;thrown this exception.&lt;/P&gt;
&lt;P&gt;tnx 2 all&lt;/P&gt;</description></item><item><title>DateTimePicker highlight style when lost focus</title><link>http://xceed.com/CS/forums/thread/33228.aspx</link><pubDate>Sat, 30 Mar 2013 14:21:01 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33228</guid><dc:creator>Toot</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33228.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=86&amp;PostID=33228</wfw:commentRss><description>
&lt;p&gt;Hi, great library.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Example: User clicks into the month section of the DateTimePicker control (which highlights the month part), then clicks the updown spinner to move that selection up/down. &amp;nbsp;When the user clicks the spinner, the textbox part loses focus and the highlighted chunk is no longer highlighted ... how can I make it retain the highlight?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks very much for your time.&lt;/p&gt;</description></item><item><title>Bind DataGridCollectionViewSource to a Datatable in any page</title><link>http://xceed.com/CS/forums/thread/33160.aspx</link><pubDate>Wed, 06 Mar 2013 13:26:59 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33160</guid><dc:creator>Kieran</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33160.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33160</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;In the getting started documentation you bind the DatagridCollectionViewSource to the Orders Datatable using the xaml:&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;	&lt;/span&gt;&lt;span style="font-size:10pt;line-height:18px;"&gt;Source&lt;/span&gt;&lt;span style="font-size:10pt;line-height:18px;"&gt;="&lt;/span&gt;&lt;span style="font-size:10pt;line-height:18px;"&gt;{Binding Source={x:Static Application.Current},&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;line-height:18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Path=Orders}&lt;/span&gt;&lt;span style="font-size:10pt;line-height:18px;"&gt;"&lt;/span&gt;&lt;span style="font-size:10pt;line-height:18px;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;line-height:18px;"&gt;&lt;/span&gt;I have the gird in a&amp;nbsp;separate&amp;nbsp;page and i was wondering what i replace Application.Current with to get the current page that the c# file is for?&lt;br&gt;&lt;br&gt;To clarify i have the DataTable defined in the page and i just want to bind that that, instead of having to define it in the App.xaml.cs.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Kieran&amp;nbsp;&lt;/p&gt;</description></item><item><title>Preventing change of SelectedItem in WinComboBox on Up/Down cursor presses</title><link>http://xceed.com/CS/forums/thread/33226.aspx</link><pubDate>Fri, 29 Mar 2013 06:34:04 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33226</guid><dc:creator>Peter</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33226.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=12&amp;PostID=33226</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;I'm trying to prevent item changes in a combo box with the up and down arrow keys.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;I have bound data to the combo box through a dataset.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;I've set &lt;br&gt;&lt;/p&gt;&lt;p&gt;.TextBoxArea.ReadOnly = true&lt;br&gt;.AllowFreeText = false&lt;br&gt;.AllowDropDown = false&lt;br&gt;&lt;br&gt;And yet I can select the combo box and either use the arrow keys or press a letter on the keyboard (corresponding with the first letter of the item) to select another item.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I could just use .Enabled = false, but I prefer the alternative way as I can read the contents of the text box better.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;span style="font-size:10pt;"&gt;Thanks,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Peter.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Any columnchooser fix for DataGridControl v3.8?</title><link>http://xceed.com/CS/forums/thread/33203.aspx</link><pubDate>Thu, 21 Mar 2013 19:52:38 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33203</guid><dc:creator>Jeff</dc:creator><slash:comments>6</slash:comments><comments>http://xceed.com/CS/forums/thread/33203.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33203</wfw:commentRss><description>&lt;p&gt;We are using v3.8 of the WPF DataGridControl.&amp;nbsp;&amp;nbsp; Whenever we have custom theme in a TableView, the ColumnChooser will fail to display.&amp;nbsp;&amp;nbsp; From browsing the DataGrid forum, it seems this is a known issue that's fixed in v4.3:&lt;/p&gt;&lt;p&gt;&lt;a href="http://xceed.com/pages/TopMenu/Downloads/Updates.aspx?ProductId=9aa44cb9-cf78-db11-9ed7-0015c5e239e6"&gt;http://xceed.com/pages/TopMenu/Downloads/Updates.aspx?ProductId=9aa44cb9-cf78-db11-9ed7-0015c5e239e6&lt;/a&gt;&lt;/p&gt;&lt;p&gt;We are wondering if there's a patch of this issue for v3.8? If not, is there any workaround you can suggest to us?&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>Issue Binding DynamicObject properties to StatCells</title><link>http://xceed.com/CS/forums/thread/32463.aspx</link><pubDate>Fri, 27 Jul 2012 16:10:19 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32463</guid><dc:creator>Nathan</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/32463.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=32463</wfw:commentRss><description>&lt;p&gt;I have a data source that I convert into a list of view objects that have dynamic properties.&amp;nbsp; My view objects inherit DynamicObject, allowing me to create the needed columns at runtime.&amp;nbsp; I allow the DataGridCollectionViewSource to generate it's own ItemProperties.&amp;nbsp; I then manually generate the column definitions on the actual data grid.&amp;nbsp; All the bindings work great until I started adding stats rows.&lt;/p&gt;&lt;p&gt;I added a SumFunction to the DataGridCollectionViewSource, and a StatCell to the datagrid footer.&amp;nbsp; When I run it, I get the following error:&lt;/p&gt;&lt;p&gt;&amp;nbsp;System.Windows.Data Error: 17 : Cannot get 'SumOfCustomerTotal' value (type 'Object') from '(0)' (type 'DataGridCollectionViewGroupRoot'). BindingExpression:Path=(0).SumOfCustomerTotal; DataItem='StatCell' (Name=''); target element is 'StatCell' (Name=''); target property is 'Content' (type 'Object') InvalidSourcePropertyNameException:'Xceed.Wpf.DataGrid.Stats.InvalidSourcePropertyNameException: 'Total' is not a valid field name.&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.DataGridCollectionViewGroup.GetSourceProperties(StatFunction statFunction, DataGridCollectionView view)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.DataGridCollectionViewGroup.InitializeAccumulationTypes(StatFunction statFunction, DataGridCollectionView view)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.DataGridCollectionViewGroup.CalculateStatFunctionValue(StatFunction statFunction, DataGridCollectionView view)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.DataGridCollectionViewGroup.GetStatFunctionResult(StatFunction statFunction, DataGridCollectionView view)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.DataGridCollectionViewGroup.GetStatFunctionValue(String propertyName)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.DataGridCollectionView.StatFunctionPropertyDescriptor.GetValue(Object component)&lt;br&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Data.ValueTable.GetValue(Object item, PropertyDescriptor pd, Boolean indexerIsNext)&lt;br&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Data.PropertyPathWorker.GetValue(Object item, Int32 level)&lt;br&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Data.PropertyPathWorker.RawValue(Int32 k)'&lt;br&gt;System.Windows.Data Error: 17 : Cannot get 'SumOfCustomerTotal' value (type 'Object') from '(0)' (type 'DataGridCollectionViewGroupRoot'). BindingExpression:Path=(0).SumOfCustomerTotal; DataItem='StatCell' (Name=''); target element is 'StatCell' (Name=''); target property is 'Content' (type 'Object') InvalidSourcePropertyNameException:'Xceed.Wpf.DataGrid.Stats.InvalidSourcePropertyNameException: 'Total' is not a valid field name.&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.DataGridCollectionViewGroup.GetSourceProperties(StatFunction statFunction, DataGridCollectionView view)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.DataGridCollectionViewGroup.InitializeAccumulationTypes(StatFunction statFunction, DataGridCollectionView view)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.DataGridCollectionViewGroup.CalculateStatFunctionValue(StatFunction statFunction, DataGridCollectionView view)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.DataGridCollectionViewGroup.GetStatFunctionResult(StatFunction statFunction, DataGridCollectionView view)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.DataGridCollectionViewGroup.GetStatFunctionValue(String propertyName)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.DataGridCollectionView.StatFunctionPropertyDescriptor.GetValue(Object component)&lt;br&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Data.ValueTable.GetValue(Object item, PropertyDescriptor pd, Boolean indexerIsNext)&lt;br&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Data.PropertyPathWorker.GetValue(Object item, Int32 level)&lt;br&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Data.PropertyPathWorker.RawValue(Int32 k)' &lt;/p&gt;&lt;p&gt;"Total" is a valid dynamic field, that is correctly populated on the grid, but the StatCell appears to have issues binding to it. I tried defining that column in my view object in code, and it worked.&amp;nbsp; Problem is, I can't do that because most of my columns are determined at runtime by the data coming in.&amp;nbsp; Any ideas how to solve this?&lt;br&gt;&lt;/p&gt;</description></item><item><title>SmartUI Windows 7 compatibility.</title><link>http://xceed.com/CS/forums/thread/33218.aspx</link><pubDate>Tue, 26 Mar 2013 21:03:48 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33218</guid><dc:creator>Adam</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33218.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=12&amp;PostID=33218</wfw:commentRss><description>&lt;p&gt;One of the applications I am maintaining was written using Visual Studio 2005 and as such is a .Nst 2.0 application. It is using Xceed SmartUI 3.3.3031 to place a SmartCheckedListBox on a form.&lt;/p&gt;&lt;p&gt;One of our users who has been upgraded to Windows 7 is no longer able to select the checkboxes on this form. They actually do not even appear. They can select an individual item, but more than one is no longer available.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Is there a configuration issue, application or system setting, or bug&amp;nbsp;involved&amp;nbsp;in this?&lt;span style="font-size:10pt;"&gt;&amp;nbsp;Is it simply a matter of that version not being compatible with windows 7 and we need to purchase an upgrade?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;span style="font-size:10pt;"&gt;Thanks,&lt;br&gt;Adam&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How to set DefaultCellEditors in Style</title><link>http://xceed.com/CS/forums/thread/33219.aspx</link><pubDate>Wed, 27 Mar 2013 02:20:07 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33219</guid><dc:creator>YiChen</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33219.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33219</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I want to have a &amp;nbsp;default bool editor template in xceedgrid for edit mode. I know it can be done by set in view by using DefaultCellEditors. But I want to set&amp;nbsp;&lt;span style="font-size:10pt;"&gt;DefaultCellEditors in style of DataGridControl but&amp;nbsp;&lt;/span&gt;unfortunately I&lt;font size="2"&gt;&amp;nbsp;found that&amp;nbsp;DefaultCellEditors is a readonly dependency property, which cannot set in setter of style.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;So how can I achieve that in style?&lt;/p&gt;&lt;p&gt;Looking forward your reply.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Is SFtp for .NET equal to FTP for .NET plus SSH (SFTP) capabilities?</title><link>http://xceed.com/CS/forums/thread/33164.aspx</link><pubDate>Thu, 07 Mar 2013 16:53:24 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33164</guid><dc:creator>Bruce</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33164.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=87&amp;PostID=33164</wfw:commentRss><description>&lt;P&gt;I have a present need for FTP with SSL, which the standard FTP for .NET will handle.&amp;nbsp; I may have a future need for FTP with SSH.&lt;/P&gt;
&lt;P&gt;The product features tab&amp;nbsp;for SFtp for .NET looks like it supports both SSH (SFTP)&amp;nbsp;and SSL (FTPS).&amp;nbsp; Is this correct?&amp;nbsp; If the SFTP library handles both, it will most likely be worth spending the extra $100 for the extra capabilities, even if I don't need them right now.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;-Bruce&lt;/P&gt;</description></item><item><title>Xceed Grid: Exporting few columns to excel</title><link>http://xceed.com/CS/forums/thread/33214.aspx</link><pubDate>Tue, 26 Mar 2013 06:05:16 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33214</guid><dc:creator>Suman</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33214.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33214</wfw:commentRss><description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Is it possible to export only &lt;STRONG&gt;few columns&lt;/STRONG&gt; to excel from Xceed grid. i.e., We have &lt;STRONG&gt;10 &lt;/STRONG&gt;columns in grid and we need export &lt;STRONG&gt;8&lt;/STRONG&gt; columns out of it?&lt;/P&gt;
&lt;P&gt;FYI, we are using following version of Xceed grid&lt;/P&gt;
&lt;P&gt;•&amp;nbsp;Xceed.Wpf.Controls.v4.2.dll &lt;BR&gt;•&amp;nbsp;Xceed.Wpf.DataGrid.v4.2&lt;/P&gt;
&lt;P&gt;Appreciate if I can get the sample code&lt;/P&gt;
&lt;P&gt;Anyone with sample?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Suman&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>'The decryption password is invalid' error when using CopyTo/CopyFilesTo</title><link>http://xceed.com/CS/forums/thread/33215.aspx</link><pubDate>Tue, 26 Mar 2013 10:16:34 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33215</guid><dc:creator>Robin</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33215.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=17&amp;PostID=33215</wfw:commentRss><description>&lt;p&gt;I am creating a .NET version of a VB6 component we have and as part of that I need to extract individual PDF files from an encrypted&amp;nbsp;archive. I have written a function to do so (see below). The password supplied to the function is correct and valid as it can be used to extract the PDF file from the archive using WinZip. however I am getting an error 'The decryption password is invalid', is there something wrong with the code below?&lt;/p&gt;&lt;pre style="background:white;color:black;font-family:Consolas;font-size:13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:blue;"&gt;Public&lt;/span&gt;&amp;nbsp;&lt;span style="color:blue;"&gt;Function&lt;/span&gt;&amp;nbsp;ExtractFilesToDisk(archive&amp;nbsp;&lt;span style="color:blue;"&gt;As&lt;/span&gt;&amp;nbsp;&lt;span style="color:blue;"&gt;String&lt;/span&gt;,&amp;nbsp;filenamepattern&amp;nbsp;&lt;span style="color:blue;"&gt;As&lt;/span&gt;&amp;nbsp;&lt;span style="color:blue;"&gt;String&lt;/span&gt;,&amp;nbsp;destinationfolder&amp;nbsp;&lt;span style="color:blue;"&gt;As&lt;/span&gt;&amp;nbsp;&lt;span style="color:blue;"&gt;String&lt;/span&gt;,&amp;nbsp;&lt;span style="color:blue;"&gt;Optional&lt;/span&gt;&amp;nbsp;password&amp;nbsp;&lt;span style="color:blue;"&gt;As&lt;/span&gt;&amp;nbsp;&lt;span style="color:blue;"&gt;String&lt;/span&gt;&amp;nbsp;=&amp;nbsp;&lt;span&gt;""&lt;/span&gt;)&amp;nbsp;&lt;span style="color:blue;"&gt;As&lt;/span&gt;&amp;nbsp;&lt;span&gt;mbStatus&lt;/span&gt;
 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:blue;"&gt;Dim&lt;/span&gt;&amp;nbsp;status&amp;nbsp;&lt;span style="color:blue;"&gt;As&lt;/span&gt;&amp;nbsp;&lt;span&gt;mbStatus&lt;/span&gt;&amp;nbsp;=&amp;nbsp;&lt;span style="color:blue;"&gt;New&lt;/span&gt;&amp;nbsp;&lt;span&gt;mbStatus&lt;/span&gt;&amp;nbsp;&lt;span style="color:blue;"&gt;With&lt;/span&gt;&amp;nbsp;{.StatusCode&amp;nbsp;=&amp;nbsp;&lt;span&gt;mbStatusCode&lt;/span&gt;.FAIL}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:blue;"&gt;Dim&lt;/span&gt;&amp;nbsp;zip&amp;nbsp;&lt;span style="color:blue;"&gt;As&lt;/span&gt;&amp;nbsp;&lt;span style="color:blue;"&gt;New&lt;/span&gt;&amp;nbsp;&lt;span&gt;ZipArchive&lt;/span&gt;(&lt;span style="color:blue;"&gt;New&lt;/span&gt;&amp;nbsp;&lt;span&gt;DiskFile&lt;/span&gt;(archive))
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;zip.DefaultDecryptionPassword&amp;nbsp;=&amp;nbsp;password
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:blue;"&gt;Dim&lt;/span&gt;&amp;nbsp;folder&amp;nbsp;&lt;span style="color:blue;"&gt;As&lt;/span&gt;&amp;nbsp;&lt;span style="color:blue;"&gt;New&lt;/span&gt;&amp;nbsp;&lt;span&gt;DiskFolder&lt;/span&gt;(destinationfolder)
 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:green;"&gt;''Copy&amp;nbsp;each&amp;nbsp;matching&amp;nbsp;file&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:green;"&gt;'Dim&amp;nbsp;result&amp;nbsp;As&amp;nbsp;FileSystemItem&amp;nbsp;=&amp;nbsp;Nothing&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:green;"&gt;'For&amp;nbsp;Each&amp;nbsp;file&amp;nbsp;As&amp;nbsp;AbstractFile&amp;nbsp;In&amp;nbsp;zip.GetFiles(True)&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:green;"&gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Case&amp;nbsp;insensitive&amp;nbsp;match&amp;nbsp;with&amp;nbsp;wildcards&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:green;"&gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;If&amp;nbsp;file.Name.ToUpper&amp;nbsp;Like&amp;nbsp;filenamepattern.ToUpper&amp;nbsp;Then&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:green;"&gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;result&amp;nbsp;=&amp;nbsp;file.CopyTo(folder,&amp;nbsp;True)&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:green;"&gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;End&amp;nbsp;If&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:green;"&gt;'Next&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:green;"&gt;'If&amp;nbsp;result&amp;nbsp;IsNot&amp;nbsp;Nothing&amp;nbsp;Then&amp;nbsp;status.StatusCode&amp;nbsp;=&amp;nbsp;mbStatusCode.OK&lt;/span&gt;
 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;zip.CopyFilesTo(folder,&amp;nbsp;&lt;span style="color:blue;"&gt;False&lt;/span&gt;,&amp;nbsp;&lt;span style="color:blue;"&gt;True&lt;/span&gt;,&amp;nbsp;filenamepattern)
 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:blue;"&gt;Return&lt;/span&gt;&amp;nbsp;status
 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:blue;"&gt;End&lt;/span&gt;&amp;nbsp;&lt;span style="color:blue;"&gt;Function&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;Xceed.Zip.InvalidDecryptionPasswordException was unhandled by user code&lt;br&gt;&amp;nbsp; HResult=-2146232832&lt;br&gt;&amp;nbsp; Message=The decryption password is invalid.&lt;br&gt;Type: Xceed.Zip.ZippedFile&lt;br&gt;FullName: \0001.pdf&lt;br&gt;Zip file: C:\[DIRECTORY]\0001.dat&lt;br&gt;&amp;nbsp; Source=Xceed.FileSystem&lt;br&gt;&amp;nbsp; StackTrace:&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Xceed.FileSystem.FileSystemItem.CopyTo(FileSystemEvents events, Object userData, AbstractFolder destinationFolder, Boolean replaceExistingFiles)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Xceed.FileSystem.FileSystemItem.CopyTo(AbstractFolder destinationFolder, Boolean replaceExistingFiles)&lt;br&gt;&amp;nbsp; InnerException: &lt;/p&gt;</description></item><item><title>Hide Group Level Indicator Panel</title><link>http://xceed.com/CS/forums/thread/9145.aspx</link><pubDate>Thu, 16 Aug 2007 14:25:33 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:9145</guid><dc:creator>Ricardo</dc:creator><slash:comments>7</slash:comments><comments>http://xceed.com/CS/forums/thread/9145.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=9145</wfw:commentRss><description>Hi all,&lt;br /&gt;I´m kinda new to XAML, maybe i´m doing something wrong.&lt;br /&gt;I don´t want to use the Header in which is written Drag a Column header here...&lt;br /&gt;&lt;br /&gt;So i´m doing the folowing:&lt;br /&gt;&lt;br /&gt;&amp;lt;xcdg:DataGridControl x:Name="dtgDados"&amp;gt;&lt;br /&gt;							&amp;lt;xcdg:DataGridControl.Resources&amp;gt;&lt;br /&gt;								&amp;lt;Style TargetType="{x:Type xcdg:GroupLevelIndicatorPane}"&amp;gt;&lt;br /&gt;									&amp;lt;Setter Property="Visibility" Value="Collapsed" /&amp;gt;&lt;br /&gt;									&amp;lt;Setter Property="ShowIndicators" Value="False" /&amp;gt;&lt;br /&gt;								&amp;lt;/Style&amp;gt;&lt;br /&gt;								&amp;lt;Style TargetType="{x:Type xcdg:TableView}"&amp;gt;&lt;br /&gt;									&amp;lt;Setter Property="Theme" Value="Aero.NormalColor" /&amp;gt;&lt;br /&gt;									&amp;lt;Setter Property="ShowRowSelectorPane" Value="False" /&amp;gt;&lt;br /&gt;								&amp;lt;/Style&amp;gt;&lt;br /&gt;							&amp;lt;/xcdg:DataGridControl.Resources&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/xcdg:DataGridControl&amp;gt;&lt;br /&gt;&lt;br /&gt;The styles for the TableView are working ok, but the GroupLevelIndicatorPanel is still appearing. How do I make it disappear?&lt;br /&gt;&lt;br /&gt;I´m doing the databind in C# codebehind.&lt;br /&gt;For that i´m using the ItemsSource property of the DataGrid.&lt;br /&gt;&lt;br /&gt;Thanks for now.&lt;br /&gt;</description></item><item><title>Unzipping to memory only gives blocks of 1024 bytes</title><link>http://xceed.com/CS/forums/thread/33189.aspx</link><pubDate>Mon, 18 Mar 2013 23:14:24 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33189</guid><dc:creator>Viggo</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/33189.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=22&amp;PostID=33189</wfw:commentRss><description>&lt;p&gt;Greetings,&lt;/p&gt;&lt;p&gt;I am new to the Xceed compression library and not able to figure out why unZipping to memory only gives 1024 bytes per callback event.&lt;br&gt;&lt;/p&gt;&lt;p&gt;In the&amp;nbsp;XM_UNZIPPREPROCESSINGFILE event I set xDestination to xudMemory &amp;nbsp;and according to the docs the complete data should be passed on the first&amp;nbsp;XM_UNZIPPINGMEMORYFILE event.&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;The docs at http://doc.xceedsoft.com/products/XceedZip/UnzipPreprocessingFile_event.html &amp;nbsp;&lt;/span&gt;&lt;span style="font-size:10pt;"&gt;states:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;&lt;/span&gt;&lt;span style="font-size:10pt;"&gt;"&lt;/span&gt;&lt;span style="font-size:10pt;font-family:'Segoe UI', Verdana, Arial;line-height:18px;"&gt;Setting this parameter to xudMemory (1) will cause the file to be unzipped to memory via the&amp;nbsp;&lt;/span&gt;&lt;a style="font-size:10pt;text-decoration:none;font-family:'Segoe UI', Verdana, Arial;line-height:18px;" href="http://doc.xceedsoft.com/products/XceedZip/UnzippingMemoryFile_event.html"&gt;UnzippingMemoryFile&lt;/a&gt;&lt;span style="font-size:10pt;font-family:'Segoe UI', Verdana, Arial;line-height:18px;"&gt;&amp;nbsp;event. The entire file's uncompressed data will be provided through a single occurrence of the UnzipPreprocessingFile event in this case."&lt;/span&gt;&lt;span style="font-size:10pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;I must have overlooked or misunderstood something but not able to circle in what. &amp;nbsp;Any suggestions where to look?&lt;/p&gt;&lt;p&gt;Thanks in advance!&lt;/p&gt;&lt;p&gt;Kind regards&lt;br&gt;&lt;span style="font-size:10pt;"&gt;Viggo&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Increase the "timeout" for FtpClient.GetFolderContents()</title><link>http://xceed.com/CS/forums/thread/33138.aspx</link><pubDate>Thu, 28 Feb 2013 20:48:46 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33138</guid><dc:creator>ganders</dc:creator><slash:comments>11</slash:comments><comments>http://xceed.com/CS/forums/thread/33138.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=20&amp;PostID=33138</wfw:commentRss><description>&lt;P&gt;The directory that I'm executing this method on contains over 100K (100,000) files. It times-out while iterating over all of these files. I've updated my FtpClient.Timeout setting to 2 hours, but my job is still failing after ~900 seconds. Is there a different timeout property that I need to set, or do I need to set a KeepAliveInterval or something like that in order for this to continue iterating over the files in my directory?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Here's my stack trace information:&lt;/P&gt;
&lt;P&gt;&lt;SPAN id=lblRejectedRowData&gt;Xceed.Ftp.FtpTimeoutException:&amp;nbsp;The&amp;nbsp;FTP&amp;nbsp;command&amp;nbsp;execution&amp;nbsp;timed-out. &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at&amp;nbsp;Xceed.Ftp.Engine.FtpCommandSequence.EndExecute(IAsyncResult&amp;nbsp;asyncResult) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at&amp;nbsp;Xceed.Ftp.FtpClient.DoExecuteCommand(FtpCommandChannel&amp;nbsp;commandChannel,&amp;nbsp;BaseFtpCommand&amp;nbsp;command) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at&amp;nbsp;Xceed.Ftp.FtpClient.DoGetFolderContents(FtpCommandChannel&amp;nbsp;commandChannel,&amp;nbsp;ListFtpCommand&amp;nbsp;listCommand) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at&amp;nbsp;Xceed.Ftp.FtpClient.GetFolderContents() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at&amp;nbsp;MVST.FTPArchiveUtility.Program.ProcessWatchLocation(FtpClient&amp;nbsp;ftpClient,&amp;nbsp;FTPWatchLocation&amp;nbsp;wl)&amp;nbsp;in&amp;nbsp;C:\Vault\StandAloneApplications\MaintenanceApplications\MVST.FTPArchiveUtility\Program.cs:line&amp;nbsp;193 &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at&amp;nbsp;MVST.FTPArchiveUtility.Program.ProcessWatchLocation(FtpClient&amp;nbsp;ftpClient,&amp;nbsp;FTPWatchLocation&amp;nbsp;wl)&amp;nbsp;in&amp;nbsp;C:\Vault\StandAloneApplications\MaintenanceApplications\MVST.FTPArchiveUtility\Program.cs:line&amp;nbsp;205 &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at&amp;nbsp;MVST.FTPArchiveUtility.Program.ProcessWatchLocation(FtpClient&amp;nbsp;ftpClient,&amp;nbsp;FTPWatchLocation&amp;nbsp;wl)&amp;nbsp;in&amp;nbsp;C:\Vault\StandAloneApplications\MaintenanceApplications\MVST.FTPArchiveUtility\Program.cs:line&amp;nbsp;205 &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at&amp;nbsp;MVST.FTPArchiveUtility.Program.ProcessWatchLocations(FTPWatchLocation[]&amp;nbsp;watchLocations)&amp;nbsp;in&amp;nbsp;C:\Vault\StandAloneApplications\MaintenanceApplications\MVST.FTPArchiveUtility\Program.cs:line&amp;nbsp;162&lt;/SPAN&gt;&lt;/P&gt;</description></item><item><title>How can I retrieve filtered data after filtering</title><link>http://xceed.com/CS/forums/thread/33186.aspx</link><pubDate>Sun, 17 Mar 2013 14:02:27 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33186</guid><dc:creator>YiChen</dc:creator><slash:comments>5</slash:comments><comments>http://xceed.com/CS/forums/thread/33186.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33186</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am using Xceed DataGridControl. I cannot find a correct event to get filtered data. I know there are &amp;nbsp;AutoFilterValuesChanged and&amp;nbsp;Filter events in DataGridCollectionViewSource. But it seems it is fired before actually filtering.&amp;nbsp;&lt;/p&gt;&lt;p&gt;So how can I get data after it is filtered?&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Looking forwards your reply. &lt;/p&gt;&lt;p&gt;&amp;nbsp;Regards,&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;David&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>[Bug] If the DataGridControl is under another Tab, unable to select the newly added row by clicking the CurrentItem</title><link>http://xceed.com/CS/forums/thread/33191.aspx</link><pubDate>Tue, 19 Mar 2013 15:14:40 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33191</guid><dc:creator>Sam</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33191.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33191</wfw:commentRss><description>&lt;div&gt;Problem Description:&lt;/div&gt;&lt;div&gt;&lt;span style="font-size:10pt;"&gt;1. Under a &amp;lt;TabControl&amp;gt;, the DataGridControl is in one of the hidden &amp;lt;TabItem&amp;gt;.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;2. It is bind to a DataGridCollectionViewSource then a ObservableCollection. Initially there is no item. Item is added while the Grid is still hidden.&lt;/div&gt;&lt;div&gt;3. Select the Tab where the Grid is in.&lt;/div&gt;&lt;div&gt;4. The DataGridControl.CurrentItem is set to the oldest item. However, the SelectedItem is null. Clicking or press space on that row does NOT select the item. Clicking other row &amp;nbsp;will do. And after clicking any other row, that 1st item is also selectable.&lt;/div&gt;&lt;div&gt;&lt;span style="font-size:10pt;"&gt;&lt;br&gt;Expected Result:&lt;br&gt;On step 4 - the CurrentItem (the 1st item) should be selectable by clicking, without clicking any other row first.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;Here are the Repro XAML and CS:&lt;/div&gt;&lt;div&gt;Steps - 1. Click the Add button for a few time. 2.&amp;nbsp;&lt;span style="font-size:10pt;"&gt;Switch &amp;nbsp;to the 2nd Tab. 3. Found that the first item is not selectable by clicking&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;lt;Window x:Class="XceedWpfBug.MainWindow"&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; xmlns:sys="clr-namespace:System;assembly=mscorlib"&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid"&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Title="MainWindow" Height="350" Width="525"&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;Window.Resources&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xcdg:DataGridCollectionViewSource x:Key="List" Source="{Binding List}"&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xcdg:DataGridCollectionViewSource&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/Window.Resources&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;TabControl Grid.Row="1"&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;TabItem Header="Tab 1"&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Grid&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Button Click="Button_Click" Height="23" Width="72"&amp;gt;Add&amp;lt;/Button&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Grid&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/TabItem&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;TabItem Header="Tab Grid"&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xcdg:DataGridControl ItemsSource="{Binding Source={StaticResource List}}" NavigationBehavior="RowOnly"&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Name="Grid"&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xcdg:DataGridControl.ItemContainerStyle&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Style TargetType="{x:Type xcdg:DataRow}"&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;EventSetter Event="MouseLeftButtonUp" Handler="DataGridControl_MouseLeftButtonDown"/&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Style.Triggers&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;DataTrigger Binding="{Binding RelativeSource={RelativeSource Self}, Path=IsSelected}" Value="True"&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Setter Property="Foreground" Value="Red"/&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/DataTrigger&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Style.Triggers&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Style&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xcdg:DataGridControl.ItemContainerStyle&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xcdg:DataGridControl&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/TabItem&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/TabControl&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/Window&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;using System;&lt;/div&gt;&lt;div&gt;using System.Collections.Generic;&lt;/div&gt;&lt;div&gt;using System.Collections.ObjectModel;&lt;/div&gt;&lt;div&gt;using System.Diagnostics;&lt;/div&gt;&lt;div&gt;using System.Linq;&lt;/div&gt;&lt;div&gt;using System.Text;&lt;/div&gt;&lt;div&gt;using System.Windows;&lt;/div&gt;&lt;div&gt;using System.Windows.Controls;&lt;/div&gt;&lt;div&gt;using System.Windows.Data;&lt;/div&gt;&lt;div&gt;using System.Windows.Documents;&lt;/div&gt;&lt;div&gt;using System.Windows.Input;&lt;/div&gt;&lt;div&gt;using System.Windows.Media;&lt;/div&gt;&lt;div&gt;using System.Windows.Media.Imaging;&lt;/div&gt;&lt;div&gt;using System.Windows.Navigation;&lt;/div&gt;&lt;div&gt;using System.Windows.Shapes;&lt;/div&gt;&lt;div&gt;using Xceed.Wpf.DataGrid;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;namespace XceedWpfBug&lt;/div&gt;&lt;div&gt;{&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; /// &amp;lt;summary&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; /// Interaction logic for MainWindow.xaml&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; /// &amp;lt;/summary&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; public partial class MainWindow : Window&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; {&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private Context Context;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public MainWindow()&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; InitializeComponent();&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DataContext =&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Context = new Context&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; List = new ObservableCollection&amp;lt;DataLine&amp;gt;()&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; };&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private void DataGridControl_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Trace.Assert(Grid.SelectedItems.Count &amp;gt; 0, "Grid.SelectedItems.Count &amp;gt; 0");&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private void Button_Click(object sender, RoutedEventArgs e)&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Context.List.Add(new DataLine {A = DateTime.Now.Ticks});&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; }&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; internal class Context&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; {&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public ObservableCollection&amp;lt;DataLine&amp;gt; List { get; set; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; internal class DataLine&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; {&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public long A { get; set; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; }&lt;/div&gt;&lt;div&gt;}&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;</description></item><item><title>Aborting a transfer sometimes hangs the ActiveX</title><link>http://xceed.com/CS/forums/thread/33170.aspx</link><pubDate>Sat, 09 Mar 2013 21:27:53 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33170</guid><dc:creator>Alex</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/33170.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=33170</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Hello,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;We're using the library for a little upload utility in our software as well as the basis for a full FTP client. In both cases we have big issues aborting transfers. This does not happen every time, but it's pretty frequent that when setting the "Abort" property of the ActiveX, the "&lt;/span&gt;SendFile" function will just hang and never return.&lt;/p&gt;&lt;p&gt;Once this happens, we pretty much can't do anything other than close the app and restart... Sometimes, setting "Abort" to true several times will make it unlock, but most of the time it has no effect. If we call anything on the ActiveX at this point we get an exception that says the ActiveX is already performing a call.&lt;/p&gt;&lt;p&gt;Any idea?&lt;span style="font-size:10pt;"&gt;&amp;nbsp;I just downloaded the latest update for the ActiveX version and the issue is the same.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Format string cell as number</title><link>http://xceed.com/CS/forums/thread/33193.aspx</link><pubDate>Tue, 19 Mar 2013 19:10:53 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33193</guid><dc:creator>Leo</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33193.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=11&amp;PostID=33193</wfw:commentRss><description>&lt;p&gt;I've been trying to figure out a way to certain cells in a string column as a number. I have my grid setup as all string columns since I have different types of data throughout the grid. Currently, I'm running into issues of rounding problems as the formatted numbers need to have no decimals but the decimals need to be calculated in certain totals. I have the underlying data and can do it in the background but other grids reference this grid as well so while I can use the underlying data, which may be the better way to do this, I'm also on a time crunch so if there's a simpler solution with less impact to the total project, I'll take that for now.&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Can anyone point me in the right direction? Basically, I have a string cell and I'd like to show the underlying value as one format but keep the true value available in the cell.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks!&lt;span style="font-size:10pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>DataGridControl Visibility seted property generates exception after migrated to 3.1 version.</title><link>http://xceed.com/CS/forums/thread/18550.aspx</link><pubDate>Wed, 11 Feb 2009 18:53:03 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:18550</guid><dc:creator>ecaterina</dc:creator><slash:comments>4</slash:comments><comments>http://xceed.com/CS/forums/thread/18550.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=18550</wfw:commentRss><description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Several days ago we migrated our solution to 3.1 version of xceed datagridcontrol.&lt;/P&gt;
&lt;P&gt;Everithing goes fine, except one case : My DataGridControl on page has this property setted: &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Visibility&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="{&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;Binding&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt; Path&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;=IsSelectedSplit,&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt; Converter&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;={&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;StaticResource&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt; BB&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;}}" and on build everything goes fine, but when I acces that window I get the following exception :&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Inner Exception : Object reference not set to an instance of an object.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff&gt;Stack Trace:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.Automation.DataGridContextAutomationPeer.GetChildrenCore()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.Automation.DataGridControlAutomationPeer.GetChildrenCore()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Automation.Peers.AutomationPeer.EnsureChildren()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Automation.Peers.AutomationPeer.UpdateChildren()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.ContextLayoutManager.fireAutomationEvents()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.ContextLayoutManager.UpdateLayout()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.UIElement.UpdateLayout()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Interop.HwndSource.SetLayoutSize()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Interop.HwndSource.set_RootVisual(Visual value)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Window.SetRootVisual()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Window.CreateSourceWindowImpl()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Window.SafeCreateWindow()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Window.ShowHelper(Object booleanBox)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Window.Show()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Window.ShowDialog()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MaxCell.Infrastructure.UI.Views.UnhandledExceptionDialog.ShowDialog(String exceptionDescription, String stackTrace) in D:\Captiva\MaxCell\src\MaxCell.Infrastructure.UI\Views\UnhandledExceptionDialog.xaml.cs:line 43&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MaxCell.Infrastructure.Shell.Views.ExceptionManager.ProcessException(Exception exception, IShowExceptionDialog dialog) in D:\Captiva\MaxCell\src\MaxCell.Infrastructure.Shell\Views\ExceptionManager.cs:line 15&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MaxCell.Infrastructure.Shell.Views.App.App_DispatcherUnhandledException(Object sender, DispatcherUnhandledExceptionEventArgs e) in D:\Captiva\MaxCell\src\MaxCell.Infrastructure.Shell\Views\App.cs:line 60&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.CatchException(Exception e)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.CatchExceptionStatic(Object source, Exception e)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.CatchException(Object source, Exception e, Delegate catchHandler)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.DispatcherOperation.InvokeImpl()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.runTryCode(Object userData)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.DispatcherOperation.Invoke()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.ProcessQueue()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;If I set &lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;/P&gt;
&lt;P&gt;Visibility&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="Visible" everything goes fine.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;If anybody can help please.&lt;/P&gt;
&lt;P&gt;Thank you .&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description></item><item><title>Adding rows with DataGridVirtualizingCollectionView</title><link>http://xceed.com/CS/forums/thread/33182.aspx</link><pubDate>Fri, 15 Mar 2013 10:42:54 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33182</guid><dc:creator>Loic</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33182.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33182</wfw:commentRss><description>&lt;p&gt;&lt;/p&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I use a WPF datagrid with collection virtualization enabled (DataGridVirtualizingCollectionView).&lt;/p&gt;&lt;p&gt;When I want to displaying my chunk of rows with QueryItemsEventArgs.AsyncQueryInfo.EndQuery, the grid will show for 1 or 2 seconds empty rows (with default value, image,etc.). Did I miss something or it's the normal behavior of the grid ?&lt;/p&gt;&lt;p&gt;Second point. I want to add a new item in my grid. Right now, I invoke the Refresh method of my DataGridVirtualizingCollectionView which cause a new blink. Is there another method to add a single row (and by extension, to remove one row) ?&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;p&gt;Loic&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description></item><item><title>HasValidationError is True after removing invalid row</title><link>http://xceed.com/CS/forums/thread/33181.aspx</link><pubDate>Thu, 14 Mar 2013 15:52:31 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33181</guid><dc:creator>Mario</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33181.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33181</wfw:commentRss><description>&lt;p&gt;I modified the Validation sample so the grid property&amp;nbsp;IsDeleteCommandEnabled is true. &amp;nbsp;I also added a ListChanged&amp;nbsp;event handler on the MainPage so I can inspect the&amp;nbsp;HasValidationError property.&amp;nbsp;&lt;span style="font-size:10pt;"&gt;When I delete the invalid row while running the sample app the&amp;nbsp;&lt;/span&gt;HasValidationError property remains True.&lt;/p&gt;&lt;p&gt;Is this the expected behavior?&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using version 4.3.12355.10260&amp;nbsp;&lt;/p&gt;</description></item><item><title>Filtering Bars</title><link>http://xceed.com/CS/forums/thread/33179.aspx</link><pubDate>Thu, 14 Mar 2013 01:27:20 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33179</guid><dc:creator>Maree</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33179.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=33179</wfw:commentRss><description>I have been having an issue where I want to graph approximately 7000 bars, however Xceed seems to automatically filter the bars and won't display them all. Is there a way to turn this off and have bars overlapping or is there another option for displaying all the bars? Thanks&lt;br&gt;</description></item><item><title>Exporting to excel with color in datarow</title><link>http://xceed.com/CS/forums/thread/33174.aspx</link><pubDate>Tue, 12 Mar 2013 13:50:28 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33174</guid><dc:creator>Suman</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/33174.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33174</wfw:commentRss><description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;In our project, we are using following version of Xceed grid &lt;BR&gt;•&amp;nbsp;Xceed.Wpf.Controls.v4.2.dll &lt;BR&gt;•&amp;nbsp;Xceed.Wpf.DataGrid.v4.2&lt;/P&gt;
&lt;P&gt;We have requirement for export the grid to excel. But we need to export with the colour of data row (E.g., if the data row is colour RED, then the excel should have RED colour)&lt;BR&gt;Appreciate if I can get the sample code&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR&gt;Suman &lt;/P&gt;</description></item><item><title>Getting Cell value of selected Row.</title><link>http://xceed.com/CS/forums/thread/33169.aspx</link><pubDate>Sat, 09 Mar 2013 19:21:09 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33169</guid><dc:creator>Rocky</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33169.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33169</wfw:commentRss><description>&lt;p&gt;Hi there,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have displayed data in Xceed &amp;nbsp;Data Grid &amp;nbsp;via DataTable.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;DataTable dt = getProfile();&lt;/p&gt;&lt;p&gt;&amp;nbsp;gridView2.ItemsSource = new DataGridCollectionView(dt.DefaultView);&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I dont want user to make edit the data in the xceed datagrid itself but rather make edit in another window or popup. There is a Column named ID that is unique to each row in the datagrid and the database also so I need the cell value of selected row in another button click event or double click event of grid will also do. &amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;I want to do something like this.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="typ" style="font-family:Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;font-size:10pt;background-color:transparent;line-height:18px;margin:0px;padding:0px;border:0px;vertical-align:baseline;"&gt;int&lt;/span&gt;&lt;span class="pln" style="font-family:Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;font-size:10pt;background-color:transparent;line-height:18px;margin:0px;padding:0px;border:0px;vertical-align:baseline;"&gt; id&amp;nbsp;&lt;/span&gt;&lt;span class="pun" style="font-family:Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;font-size:10pt;background-color:transparent;line-height:18px;margin:0px;padding:0px;border:0px;vertical-align:baseline;"&gt;=&lt;/span&gt;&lt;span class="pln" style="font-family:Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;font-size:10pt;background-color:transparent;line-height:18px;margin:0px;padding:0px;border:0px;vertical-align:baseline;"&gt; &lt;/span&gt;&lt;span class="pun" style="font-family:Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;font-size:10pt;background-color:transparent;line-height:18px;margin:0px;padding:0px;border:0px;vertical-align:baseline;"&gt;&lt;span style="font-family:Arial, Helvetica, sans-serif;line-height:normal;"&gt;gridView2&lt;/span&gt;.&lt;/span&gt;&lt;span class="typ" style="font-family:Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;font-size:10pt;background-color:transparent;line-height:18px;margin:0px;padding:0px;border:0px;vertical-align:baseline;"&gt;SelectedRow&lt;/span&gt;&lt;span class="pun" style="font-family:Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;font-size:10pt;background-color:transparent;line-height:18px;margin:0px;padding:0px;border:0px;vertical-align:baseline;"&gt;.&lt;/span&gt;&lt;span class="typ" style="font-family:Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;font-size:10pt;background-color:transparent;line-height:18px;margin:0px;padding:0px;border:0px;vertical-align:baseline;"&gt;Cells&lt;/span&gt;&lt;span class="pun" style="font-family:Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;font-size:10pt;background-color:transparent;line-height:18px;margin:0px;padding:0px;border:0px;vertical-align:baseline;"&gt;[&lt;/span&gt;&lt;span class="pln" style="font-family:Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;font-size:10pt;background-color:transparent;line-height:18px;margin:0px;padding:0px;border:0px;vertical-align:baseline;"&gt;"ID"&lt;/span&gt;&lt;span class="pun" style="font-family:Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;font-size:10pt;background-color:transparent;line-height:18px;margin:0px;padding:0px;border:0px;vertical-align:baseline;"&gt;].&lt;/span&gt;&lt;span class="typ" style="font-family:Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;font-size:10pt;background-color:transparent;line-height:18px;margin:0px;padding:0px;border:0px;vertical-align:baseline;"&gt;Value&lt;/span&gt;&lt;span class="pun" style="font-family:Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;font-size:10pt;background-color:transparent;line-height:18px;margin:0px;padding:0px;border:0px;vertical-align:baseline;"&gt;;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks&lt;/p&gt;</description></item><item><title>want some examples for using Xceed Binary Encoding Library </title><link>http://xceed.com/CS/forums/thread/13107.aspx</link><pubDate>Fri, 20 Jun 2008 13:41:07 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:13107</guid><dc:creator>Bala</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/13107.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=30&amp;PostID=13107</wfw:commentRss><description>&lt;P&gt;Hey, &lt;BR&gt;&lt;BR&gt;I’m using Xceed Binary Encoding Library 1.1, to encode a Macintosh file to HQX format before sharing it through Email. I have a MAC file which has got the DataFork and resource fork as different streams in the same file(AppleShare File).&amp;nbsp; I am able to encode the file, retaining the datafork and resouce fork. But still the type and creator is lost. I found few properties to be set before calling the Processfile method for encoding. The properties are&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;encodingFormat.HeaderCreator&lt;/P&gt;
&lt;P&gt;encodingFormat.HeaderType&lt;/P&gt;
&lt;P&gt;encodingFormat.HeaderFlags&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found no documentation to set these properties. When i try to set these properties there is a error as below&lt;/P&gt;
&lt;P&gt;Property, indexer, or event 'HeaderCreator' is not supported by the language; try directly calling accessor methods 'XceedBinaryEncodingLib.XceedBinHexEncodingFormatClass.get_HeaderCreator()' or 'XceedBinaryEncodingLib.XceedBinHexEncodingFormatClass.set_HeaderCreator(ref object)'&lt;/P&gt;
&lt;P&gt;and it fails to compile. I want some help on how to identify the&amp;nbsp;Creator and Type from the &amp;lt;fileName&amp;gt;:AFP_Afpinfo&amp;nbsp;stream and set it&amp;nbsp;in these properties. If you provide some code to set these properties in C# it would be very helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Bala Rajesh.&lt;BR&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;</description></item><item><title>Xceed DataGrid_SelectionChanged event firing twice</title><link>http://xceed.com/CS/forums/thread/33171.aspx</link><pubDate>Mon, 11 Mar 2013 16:24:54 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33171</guid><dc:creator>Steven</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33171.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33171</wfw:commentRss><description>I have a datagrid that fires the event twice. &amp;nbsp;The goal is to get it to update the ItemsSource of two other grids inside a tab control. &amp;nbsp;However, that event fires twice and the visible tab's grid doesn't update. &amp;nbsp;Has anyone seen this before?</description></item><item><title>Invalid Password</title><link>http://xceed.com/CS/forums/thread/33108.aspx</link><pubDate>Tue, 19 Feb 2013 17:45:49 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33108</guid><dc:creator>Fabio</dc:creator><slash:comments>7</slash:comments><comments>http://xceed.com/CS/forums/thread/33108.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=22&amp;PostID=33108</wfw:commentRss><description>&lt;p&gt;What's wrong in the code below:&lt;/p&gt;&lt;p&gt;&amp;nbsp;public string compactaXceedStr(ref byte[] objCadeia)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string strRet = "";&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object oRet = new object();&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xcdCompressionError oXretError = new xcdCompressionError();&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XceedCompression oX = new XceedCompression();&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; oX.EncryptionPassword = "bit";&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object oCadeiaMsg = (object)objCadeia;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; oXretError = oX.Compress(ref oCadeiaMsg, out oRet, true);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (oXretError == xcdCompressionError.xceSuccess)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte[] dBytes = (byte[])oRet;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strRet = System.Text.Encoding.Default.GetString(dBytes); &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strRet = "erro";&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return strRet;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public string desCompactaXceedStr(ref byte[] objCadeia)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string strRet = "";&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object oRet = new object();&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xcdCompressionError oXretError = new xcdCompressionError();&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XceedCompression oX = new XceedCompression();&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; oX.EncryptionPassword = "bit";&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object oCadeiaMsg = (object)objCadeia;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; oXretError = oX.Uncompress(ref oCadeiaMsg, out oRet, true);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (oXretError == xcdCompressionError.xceSuccess)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte[] dBytes = (byte[])oRet;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strRet = System.Text.Encoding.Default.GetString(dBytes); &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strRet = "erro";&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return strRet;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I compress the word "teste" and get this retun:"&#x1; ´)í&#x12;mw¶þ2*œ&#x17;&#x1A;P×pîv¥&amp;amp;&#x2;ƒ&#x6; " but when i uncompress i got this error: invalida password. Wheres is the problem with this code??&lt;br&gt;&lt;/p&gt;</description></item><item><title>Highlight TextBox content on Tab</title><link>http://xceed.com/CS/forums/thread/33165.aspx</link><pubDate>Thu, 07 Mar 2013 20:12:09 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33165</guid><dc:creator>Jacob</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33165.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33165</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Does anybody know a way to automatically highlight the contents of a newly selected row, this seems like pretty common functionality but i'm not seeing it on the TextBox editor.&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Thanks in advance,&lt;/p&gt;&lt;p&gt;--Jake&amp;nbsp;&lt;/p&gt;</description></item><item><title>Is there a way to allow grid sort only when clicking on the headers (and not when the data is changed) ?</title><link>http://xceed.com/CS/forums/thread/33162.aspx</link><pubDate>Thu, 07 Mar 2013 10:49:19 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33162</guid><dc:creator>Elad</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33162.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=33162</wfw:commentRss><description>&lt;p&gt;I have a DataGrid with AllowSort=True in which one of the columns is a checkbox.&lt;br&gt;&lt;/p&gt;&lt;p&gt;When the user click on the checkbox column header - the grid is being sorted properly, but when I click on the checkbox of one the data rows and change its value - the row is being moved to a different place because the sort is being applied.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a way to apply the sort only when user is clicking on the column header?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Elad. &lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Diferences from C# 2010 E Visual Basic 6.0 ?</title><link>http://xceed.com/CS/forums/thread/33143.aspx</link><pubDate>Mon, 04 Mar 2013 14:16:16 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33143</guid><dc:creator>Fabio</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33143.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=22&amp;PostID=33143</wfw:commentRss><description>&lt;p&gt;Why compress results from xceed zip are diferent in c# and visula basic 6?&lt;/p&gt;&lt;p&gt;&amp;nbsp;The byte array are diferent. Why?&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;C#&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public string compactaXceedStr(ref string dados, string senha = "")&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string strRet = "";&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object oDadoCompactado;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object oDadoOriginal;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte[] bytRet;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xcdCompressionError oXceedretorno = new xcdCompressionError();&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XceedCompression oXceed = new XceedCompression();&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; oDadoOriginal = (object)dados;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; oXceed.EncryptionPassword = senha;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; oXceedretorno = oXceed.Compress(ref oDadoOriginal, out oDadoCompactado, true);&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (oXceedretorno == xcdCompressionError.xceSuccess)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bytRet = (byte[])oDadoCompactado;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //strRet = Convert.ToBase64String(bytRet);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strRet = System.Text.ASCIIEncoding.Default.GetString(bytRet);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strRet = oXceed.GetErrorDescription(Convert.ToInt16(oXceedretorno));&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return strRet;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;VB 6.0&lt;/p&gt;&lt;p&gt;&amp;nbsp;Public Function XCeedCompStr(ByRef varCadeia As Variant, Optional strSenha As String = "") As String&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim xcdZip As New XceedCompression, varZip As Variant, lngRetCode As xcdCompressionError&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim strRet As String&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If strSenha &amp;lt;&amp;gt; "" Then xcdZip.EncryptionPassword = strSenha&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lngRetCode = xcdZip.Compress(StrConv(varCadeia, vbFromUnicode), varZip, True)&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If lngRetCode = xceSuccess Then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strRet = StrConv(varZip, vbUnicode)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XCeedCompStr = strRet&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Else&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Err.Raise lngRetCode, Err.Source &amp;amp; "@SPAUtil.Util.XceedCompStr", xcdZip.GetErrorDescription(lngRetCode), Err.HelpFile, Err.HelpContext&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br&gt;&lt;br&gt;End Function&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>How to Set MinValue and MaxValue in XAML for a ValueRangeTextBox</title><link>http://xceed.com/CS/forums/thread/33150.aspx</link><pubDate>Tue, 05 Mar 2013 02:08:25 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33150</guid><dc:creator>Pierre</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33150.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=86&amp;PostID=33150</wfw:commentRss><description>&lt;p&gt;How do you specify in XAML the MinValue and MaxValue of a ValueRangeTextBox ? The following code does not work:&lt;/p&gt;&lt;p&gt;&amp;lt;Window&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;&amp;nbsp; &amp;nbsp;x:Class="WPF_Toolkit.MainWindow"&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;Title="MainWindow"&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;Height="350"&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;Width="525"&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid"&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;xmlns:my="clr-namespace:System;assembly=mscorlib"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;lt;Grid&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xcdg:ValueRangeTextBox&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Height="23"&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HorizontalAlignment="Left"&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Margin="87,42,0,0"&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Name="valueRangeTextBox1"&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VerticalAlignment="Top"&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Width="120"&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ValueDataType="my:Int32"&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Text=""&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MinValue="0"&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MaxValue="100"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/Grid&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/Window&amp;gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;For MinValue and MaxValue I get the error: The value is not of type Int32&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Thanks in advance&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WinDatePicker Windows 7 Out of memory exception</title><link>http://xceed.com/CS/forums/thread/33142.aspx</link><pubDate>Mon, 04 Mar 2013 07:30:37 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33142</guid><dc:creator>Comodo</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33142.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=12&amp;PostID=33142</wfw:commentRss><description>&lt;p&gt;Good day.&lt;/p&gt;&lt;p&gt;I'm using Xceed.Editors version 2.5.12556.9330 on Windows 7 Professional Service Pack 1.&lt;/p&gt;&lt;p&gt;Using a short date of ddMMMyy (note no spaces) on the Windows OS "Customize Format" window, "Date" tab causes an Out of memory exception when using a WinDatePicker control. Re-create the problem by simply placing the control on a form, change the windows format and run the application.&lt;/p&gt;&lt;p&gt;Is this a known issue?&lt;/p&gt;&lt;p&gt;Comodo&lt;/p&gt;</description></item><item><title>How to use XceedZip to decompress data in RHEL 6 ?</title><link>http://xceed.com/CS/forums/thread/33136.aspx</link><pubDate>Thu, 28 Feb 2013 16:43:33 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33136</guid><dc:creator>shailendra</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33136.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=22&amp;PostID=33136</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I am developing&amp;nbsp;Application for Trading Market Data of MCX( Multi Commodity Exchange India). In the process data needs to be decompressed and then mapped to structure.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I have developed the same in C# and vc++ 2010 using your trial version. Now i have been asked to develop the same in c++ on GCC (RHEL 6 64 bit).&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Data capture has been done now i am waiting for the solution to add xceedzip in linux and decompress it.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Please help&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Regards&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Shailendra Kumar&lt;/span&gt;&lt;/p&gt;</description></item><item><title>"Not a valid Win32 FileTime" error in Xceed.Zip.ZipArchive.EndUpdate</title><link>http://xceed.com/CS/forums/thread/33095.aspx</link><pubDate>Thu, 14 Feb 2013 20:30:33 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33095</guid><dc:creator>Alec</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33095.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=17&amp;PostID=33095</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;We are getting the following error when closing ZIP file opened with Xceed. We are on an old 3.5.7573.12150 version and we are wondering if this problem has been fixed since then? If so, is there a bug/fix report we can take a look at and verify that this is the same problem?&lt;span style="font-size:10pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="color:#1F497D;"&gt;eclipse-java-indigo-sr2-win32.zip
---&amp;gt; System.ArgumentOutOfRangeException: &lt;/span&gt;&lt;b&gt;&lt;span style="color:red;"&gt;Not
a valid Win32 FileTime.&lt;/span&gt;&lt;/b&gt;&lt;span style="color:#1F497D;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span style="color:#1F497D;"&gt;&amp;nbsp;&amp;nbsp; at
Xceed.Zip.ZipArchive.EndUpdate(FileSystemEvents events, Object userData)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:10pt;"&gt;&amp;nbsp; &amp;nbsp;at
Xceed.Zip.ZipArchive.EndUpdate()&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Thanks,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Alec&lt;span style="font-size:10pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Visual Studio 2012 XCeed Controls Integration</title><link>http://xceed.com/CS/forums/thread/33079.aspx</link><pubDate>Tue, 05 Feb 2013 10:21:53 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33079</guid><dc:creator>Enrico</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33079.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=37&amp;PostID=33079</wfw:commentRss><description>&lt;p&gt;Goodmorning,&lt;/p&gt;&lt;p&gt;yesterday i've bought the full version of xceed ultimate suite and now i've started using it for my job.&lt;/p&gt;&lt;p&gt;I have a simple question for you, why xceed controls don't show up in the toolbox in VS2012 like they did in VS2010?&lt;/p&gt;&lt;p&gt;I'd really need to have them separate by library like the old visual studio had :/&lt;/p&gt;&lt;p&gt;Any idea, suggestion or solution?&lt;/p&gt;&lt;p&gt;I've attached how I see the toolbox in VS2010 (and how I would like to see it in VS2012).&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks in advance,&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Enrico.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;P.s: Another simple question, now that i've updated all the packages, may I uninstall the old ones (like &amp;nbsp;Xceed Extended WPF Toolkit plus 1.8) ?&lt;/p&gt;</description></item><item><title>Does Xceed use industry standard compression algorithms ?</title><link>http://xceed.com/CS/forums/thread/12391.aspx</link><pubDate>Tue, 20 May 2008 22:44:31 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:12391</guid><dc:creator>Sysadmin</dc:creator><slash:comments>7</slash:comments><comments>http://xceed.com/CS/forums/thread/12391.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=22&amp;PostID=12391</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Objective:&lt;/b&gt; &lt;br&gt;Uncompress the data on the linux server. The data was compressed on a windows server using the default compression algorithm of&amp;nbsp; "xceed zip verion 4.2"&lt;/p&gt;&lt;p&gt;&lt;b&gt;Things noticed:&lt;/b&gt; &lt;br&gt;The compressed data always begins with the hex code: &lt;b&gt;00 33 30 30 32 37&lt;/b&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Things tried:&lt;/b&gt;&lt;br&gt;1. Running the xcced DLL using wine on linux.&lt;br&gt;2. Posting in the newsgroup at: &lt;a title="http://groups.google.com/group/comp.compression/browse_thread/thread/c840937f624ae8dd" href="http://groups.google.com/group/comp.compression/browse_thread/thread/c840937f624ae8dd"&gt;http://groups.google.com/group/comp.compression/browse_thread/thread/c840937f624ae8dd&lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Sample compressed data:&lt;/b&gt;&lt;br&gt;1. Binary representation&lt;br&gt;&lt;a target="_blank" rel="nofollow" href="http://www.debtconsolidationcare.com/rnd/zip/compressedpacket.1.txt"&gt;http://www.debt...care.com/rnd/zip/compressedpacket.1.txt&lt;/a&gt; &lt;br&gt;&lt;a target="_blank" rel="nofollow" href="http://www.debtconsolidationcare.com/rnd/zip/compressedpacket.2.txt"&gt;http://www.debt...care.com/rnd/zip/compressedpacket.2.txt&lt;/a&gt; &lt;br&gt; &lt;a target="_blank" rel="nofollow" href="http://www.debtconsolidationcare.com/rnd/zip/compressedpacket.3.txt"&gt;http://www.debt...care.com/rnd/zip/compressedpacket.3.txt&lt;/a&gt; &lt;br&gt; &lt;a target="_blank" rel="nofollow" href="http://www.debtconsolidationcare.com/rnd/zip/compressedpacket.4.txt"&gt;http://www.debt...care.com/rnd/zip/compressedpacket.4.txt&lt;/a&gt; &lt;br&gt; &lt;a target="_blank" rel="nofollow" href="http://www.debtconsolidationcare.com/rnd/zip/compressedpacket.5.txt"&gt;http://www.debt...care.com/rnd/zip/compressedpacket.5.txt&lt;/a&gt; &lt;br&gt;2. Hex Representation&lt;br&gt;&lt;a target="_blank" rel="nofollow" href="http://www.debtconsolidationcare.com/rnd/zip/wireread.txt"&gt;http://www.debt...care.com/rnd/zip/wireread.txt&lt;/a&gt; &lt;br&gt;&lt;/p&gt;&lt;p&gt;I would really appreciate some feedback on how to solve this problem. If you need any more information from me please feel free to ask.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Thanks a ton for your time,&lt;/p&gt;&lt;p&gt;--&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sysadmin&lt;br&gt;Internet first get out of debt community&lt;br&gt;&lt;a title="http://www.debtconsolidationcare.com" href="http://www.debtconsolidationcare.com"&gt;http://www.debt...care.com&lt;/a&gt;&lt;br&gt;Phone: 800 601 1579 x 8003 &lt;br&gt;&lt;/p&gt;</description></item><item><title>Custom Group Header</title><link>http://xceed.com/CS/forums/thread/12107.aspx</link><pubDate>Thu, 08 May 2008 19:01:09 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:12107</guid><dc:creator>Rick</dc:creator><slash:comments>11</slash:comments><comments>http://xceed.com/CS/forums/thread/12107.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=35&amp;PostID=12107</wfw:commentRss><description>&lt;p&gt;Ok, so I have a list of Person objects in my datagridcontrol.&lt;/p&gt;&lt;p&gt;I want to group by PersonTypeID(because sorting by an integer is MUCH faster than sorting by a string) but I want to display the associated&amp;nbsp; PersonTypeName inside the group header.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there any way to accomplish this?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks so much for the help&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>