Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » Column   (RSS)
Showing page 1 of 5 (45 total posts)
  • Have data span several columns

    Hi 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. [Case Id] [Resource name] [Time] [Distance]1202232 John ...
    Posted to Xceed DataGrid for WPF (Forum) by bsundsbo on February 8, 2012
  • No validation when column is not in visible range

    Hello, 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.What can we do to ...
    Posted to Xceed DataGrid for WPF (Forum) by Dennis on October 4, 2011
  • CellFiltering disabled

    hello,  I have the following issue with grid filtering :   I can not make filtering on some columns, these colum are binded to complex field of my dataObject.  e.g : MyDataobject :string nameMyDataObjectType typein the xaml :  <xcdg:Column  FieldName=''Name''>  <xcdg:Column  ...
    Posted to Xceed DataGrid for WPF (Forum) by Moon on August 12, 2011
  • Access to bound entity from a converter in a Two-Way binding scenario

    I have a grid bound to a collection of users, each row is bound to a user. class User { int Level {get;set;}} 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 entity to which current row is bound (conversion logic depends on some ...
    Posted to Xceed DataGrid for WPF (Forum) by Alexander on July 11, 2011
  • Invert rows and columns

    Hi everybody, Is there a way to invert rows and columns in the DataGrid ? Indeed, I need to display each item of my ObsverableCollection as a column, and each row should represent a property of this item.   Thanks. 
    Posted to Xceed DataGrid for WPF (Forum) by Jerome on April 22, 2011
  • Column visible binding issue (MVVM)

    Using the DataGrid 4.1.10566 When the visible property of a column is bound on a boolean with a false value, the following exception is thrown. ''An item with the same key has already been added.''   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)   at ...
    Posted to Xceed DataGrid for WPF (Forum) by Jean-Philippe on January 28, 2011
  • Bind Visible property of a Column to a property of the DataContext of the UserControl

    Hi All,  I've got a UserControl that gets bound to an object that has two properties. IsAll (bool)List (ObservableCollection) I am able to bind the collection to the DataGridControl. Where I am having the problem, is that I want the IsAll property to determine whether or not one of the columns in the DataGridControl is ...
    Posted to Xceed DataGrid for WPF (Forum) by Jim on December 23, 2010
  • Re: Visual Studio 2010 Pro + Grid 3.9 (FW 4.0)

    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.  The grid control seems to be orphaning the grid sub-controls and recreating with a new sequence number during some undetermined development event.  Only the unbound columns are ...
    Posted to Xceed Grid for .NET (Forum) by Stephen on August 9, 2010
  • How do I restrict a DataGrid column to allow only integer user input?

    Given the following column that is bound to an int value(actually to a DataGridCollectionView first), how do I get the userInput to allow only digits to be input? On other controls in my app I've used the PreviewTextInput event (backed by a regex that handles any non-numeric input), but that does not seem to be available on the column definition ...
    Posted to Xceed DataGrid for WPF (Forum) by Bob on August 5, 2010
  • simple grid question

    hi, I am trying to have one of the columns to behave as a ''link'' to a line data point chart that opens in a new window (sort of master/detail like behavior).  The chart would be bound to one of the properties of the object bound to the given row. I am not sure how to proceed.  The property is a KeyValuePair collection.  It should ...
    Posted to Xceed DataGrid for WPF (Forum) by Julien on May 10, 2010
1 2 3 4 5 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.