<?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>Search results matching tag 'Column'</title><link>http://xceed.com/CS/search/SearchResults.aspx?o=DateDescending&amp;tag=Column&amp;orTags=0</link><description>Search results matching tag 'Column'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>GridControl.Rectangle.Width is fetching wrong value in Outlook.</title><link>http://xceed.com/CS/forums/post/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><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>Datagrid Column Selection</title><link>http://xceed.com/CS/forums/post/32965.aspx</link><pubDate>Wed, 12 Dec 2012 04:18:28 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32965</guid><dc:creator>Navin</dc:creator><description>&lt;p&gt;Dear Team,&lt;/p&gt;&lt;p&gt;I am new to Exceed grid i like to know if Exceed Datagrid supports Column selection as like Row selection. if yes how to enable that.&lt;/p&gt;&lt;p&gt;and also is there is any option to&amp;nbsp;change Font Family, Font size. Font color for the selected column.&lt;/p&gt;</description></item><item><title>Have data span several columns</title><link>http://xceed.com/CS/forums/post/31652.aspx</link><pubDate>Wed, 08 Feb 2012 15:26:23 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:31652</guid><dc:creator>bsundsbo</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I have a rather strange problem I'd like help to solve. The scenario is as follows: Most rows I'd like to display in columns as is natural, however, some of them might be missing some data, and I would like to display an informative text in that row, in adittion to some of the columns.&lt;br&gt;&lt;/p&gt;&lt;p&gt;[Case Id] [Resource name] [Time] [Distance]&lt;br&gt;1202232 John Barnes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12:32&amp;nbsp; 16mi&lt;br&gt;3285594 No resource has ben assigned to this case&lt;br&gt;3223803 Andrew Nobles&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09:08&amp;nbsp; 5mi&lt;/p&gt;&lt;p&gt;As the mockup-table above displays, I want to display data in their related columns, but instead of displaying the second row as empty after the case number, I'd like the descriptive text to span the remaining columns.&lt;/p&gt;&lt;p&gt;Is there a way I can do this in a fairly easy way, or do I really have to do some template magic for this?&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm thinking about using an adorner with some marin on the left to where the [Resource name] column start, or is there an easier way with what is already present?&lt;br&gt;&lt;/p&gt;&lt;p&gt;I guess this question could be phrased in a different way; is there a way to allow the CONTENT of a DataCell to overflow within the remaining width of the row, without affecting the width of the cell?&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>No validation when column is not in visible range</title><link>http://xceed.com/CS/forums/post/31146.aspx</link><pubDate>Tue, 04 Oct 2011 11:48:27 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:31146</guid><dc:creator>Dennis</dc:creator><description>&lt;p&gt;&lt;span&gt;Hello,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;we have an application with 20-50 Columns. Our problem is when a column isn't inside the visible range the validation rules are not executed and no error glyph appears in the front of a row in the rowheader. If we scroll the Datagrid horizontal the validation rules are fired as soon as a column gets into view.&lt;br&gt;What can we do to validate&amp;nbsp;all columns within and without visible range?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;br&gt;with kind regards&lt;br&gt;Dennis &lt;/span&gt;&lt;/p&gt;</description></item><item><title>CellFiltering disabled</title><link>http://xceed.com/CS/forums/post/30867.aspx</link><pubDate>Fri, 12 Aug 2011 11:11:00 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:30867</guid><dc:creator>Moon</dc:creator><description>&lt;p&gt;hello, &lt;/p&gt;&lt;p&gt;&amp;nbsp;I have the following issue with grid filtering :&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;I can not make filtering on some columns, these colum are binded to complex field of my dataObject.&amp;nbsp;&lt;/p&gt;&lt;p&gt;e.g : &lt;/p&gt;&lt;p&gt;&lt;b&gt;MyDataobject :&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;string name&lt;/li&gt;&lt;li&gt;MyDataObjectType type&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;in the xaml :&lt;br&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;lt;xcdg:Column&amp;nbsp; FieldName="Name"&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;lt;xcdg:Column&amp;nbsp; FieldName="type.typeName"&amp;gt; &lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the filtering works good on column "Name" but is disabled on the other !!&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;how can i resolve this ?&amp;nbsp; &lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards, &lt;br&gt;&lt;/p&gt;</description></item><item><title>Access to bound entity from a converter in a Two-Way binding scenario</title><link>http://xceed.com/CS/forums/post/30702.aspx</link><pubDate>Mon, 11 Jul 2011 21:56:46 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:30702</guid><dc:creator>Alexander</dc:creator><description>&lt;p&gt;I have a grid bound to a collection of users, each row is bound to a user. &lt;/p&gt;
&lt;p&gt;class User { int Level {get;set;}}&lt;/p&gt;
&lt;p&gt;How to implement two-way binding of a column HighLow:bool to a property Level:int on an entity User when to implement a conversion, converter needs to know the &lt;b&gt;entity&lt;/b&gt; to 
which current row is bound (conversion logic depends on some other properties of the entity).&lt;/p&gt;
&lt;p&gt;I have found partial solution if one needs a one-way binding (readonly). In this case entity can be bound to Path property and converter gets the entity in its value parameter. Column name can be passed through converter parameter or through constructor. But it doesn't work in two-way scenario because in this example it isn't possible to convert back &lt;i&gt;bool&lt;/i&gt; column value to User (passed through Path) property.&lt;br&gt;&lt;/p&gt;&lt;p&gt;
I am really stuck with this problem. Does somebody know a solution?&lt;/p&gt;&lt;p&gt;Thanks. &lt;br&gt;&lt;/p&gt;</description></item><item><title>Invert rows and columns</title><link>http://xceed.com/CS/forums/post/30221.aspx</link><pubDate>Fri, 22 Apr 2011 11:53:28 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:30221</guid><dc:creator>Jerome</dc:creator><description>&lt;p&gt;Hi everybody,&lt;/p&gt;&lt;p&gt;Is there a way to invert rows and columns in the DataGrid ?&lt;/p&gt;&lt;p&gt;Indeed, I need to display each item of my ObsverableCollection as a column, and each row should represent a property of this item.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Column visible binding issue (MVVM)</title><link>http://xceed.com/CS/forums/post/29694.aspx</link><pubDate>Fri, 28 Jan 2011 15:23:31 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:29694</guid><dc:creator>Jean-Philippe</dc:creator><description>&lt;div&gt;Using the DataGrid 4.1.10566&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;When the visible property of a column is bound on a boolean with a false value, the following exception is thrown.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;"An item with the same key has already been added."&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.Views.FixedCellPanel.UpdateScrollingCellPanel(DataGridContext dataGridContext, TableViewColumnVirtualizationManager columnVirtualizationManager, CellCollection parentRowCells, UpdateMeasureTriggeredAction action)&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.Views.FixedCellPanel.UpdateChildren(UpdateMeasureTriggeredAction action)&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.Views.FixedCellPanel.UpdateChildren()&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; at Xceed.Wpf.DataGrid.Views.FixedCellPanel.MeasureOverride(Size availableSize)&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; at System.Windows.FrameworkElement.MeasureCore(Size availableSize)&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; at System.Windows.UIElement.Measure(Size availableSize)&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; ...&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp;The grid is very simple:&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;lt;xcdg:DataGridControl ItemsSource="{Binding FakeCollectionView}"&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;lt;xcdg:DataGridControl.Columns&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;xcdg:Column &amp;nbsp;FieldName="C1" Title="C1" &amp;nbsp;/&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;xcdg:Column &amp;nbsp;FieldName="C2" Title="C2" &amp;nbsp;/&amp;gt; &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;lt;xcdg:Column &amp;nbsp;FieldName="C3" Title="C3" Visible="{Binding Visible}"/&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/xcdg:DataGridControl.Columns&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/xcdg:DataGridControl&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;And the DataContext contains two property; &amp;nbsp;a boolean named Visible and a DataGridCollectionView named FakeCollectionView which contains rows with C1, C2, C3 fields.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Is it caused by another property uncorrectly set or because it uses binding?&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;Thanks!&amp;nbsp;&lt;/div&gt;</description></item><item><title>Bind Visible property of a Column to a property of the DataContext of the UserControl</title><link>http://xceed.com/CS/forums/post/29532.aspx</link><pubDate>Thu, 23 Dec 2010 17:16:25 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:29532</guid><dc:creator>Jim</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I've got a UserControl that gets bound to an object that has two properties.&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;IsAll (bool)&lt;/li&gt;&lt;li&gt;List (ObservableCollection) &lt;br&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;p&gt;I am able to bind the collection to the &lt;span style="font-style:italic;"&gt;DataGridControl&lt;/span&gt;. Where I am having the problem, is that I want the &lt;span style="font-style:italic;"&gt;IsAll &lt;/span&gt;property to determine whether or not one of the columns in the &lt;span style="font-style:italic;"&gt;DataGridControl &lt;/span&gt;is displayed.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Here's what I've tried:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;lt;xcdg:Column Title="Category"&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldName="CategoryName"&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Visible="{Binding RelativeSource={RelativeSource FindAncestor,AncestorType={x:Type UserControl}}, Path=DataContext.IsAll  }" /&amp;gt;&lt;/p&gt;&lt;p&gt;However, this throws the following error:&lt;/p&gt;&lt;p&gt;Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.UserControl', AncestorLevel='1''. BindingExpression:Path=DataContext.IsAll; DataItem=null; target element is 'Column' (HashCode=65742732); target property is 'Visible' (type 'Boolean')&lt;/p&gt;&lt;p&gt;&amp;nbsp;Please help! :) &lt;br&gt;&lt;/p&gt;</description></item><item><title>Re: Visual Studio 2010 Pro + Grid 3.9 (FW 4.0)</title><link>http://xceed.com/CS/forums/post/27922.aspx</link><pubDate>Mon, 09 Aug 2010 14:34:13 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:27922</guid><dc:creator>Stephen</dc:creator><description>&lt;p&gt;I've got the same problem here and in addition I've noticed that there are a dozen copies of the controls that make up the grid in the Designer.Vb / Resx files. &amp;nbsp;The grid control seems to be orphaning the grid sub-controls and recreating with a new sequence number during some undetermined development event. &amp;nbsp;Only the unbound columns are not being recreated with the newly updated sequence number.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Don't know if any of that helps at all but some of my observations on this issue.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Do you all have any idea of the time frame for the release of a patch for this issue?&lt;/p&gt;&lt;p&gt;Thanks,&lt;br&gt;Stephen&lt;/p&gt;&lt;p&gt;PS my setup is 32bit and not 64bit like&amp;nbsp;&lt;span class="Apple-style-span" style="font-family:Verdana, Arial, Helvetica;font-size:11px;"&gt;Артем.&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>