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

Browse by Tags

All Tags » Master Detail   (RSS)
Showing page 1 of 6 (56 total posts)
  • Re: programmatically expand and select detail row

    I have a similar problem. I need to get a selected item in Detail list, so I can have it through Data Binding. SelectedItem returns null when I click on an Item in the Detail list.
    Posted to Xceed DataGrid for WPF (Forum) by Bosko on July 12, 2012
  • Master/Details - Separate columns for detailed data

    I have an application that is similar to the Master/Detail sample. In it, when you open the details of an Employee, you can see the orders that he/she placed. In the company column, there is the combined Company and Contact name. How would you separate them into two columns? Because the FieldName must be unique in a Column Collection, I can't ...
    Posted to Xceed DataGrid for WPF (Forum) by Hanh on April 10, 2011
  • Removing Columns dynamically doesn't work in Master/Detail

    In my application, I have licensing requirements to remove certain columns in different licensing scenarios.  The following code works great (insert into the MasterDetail code sample, MainPage.xaml.cs, at the end of the MainPage() constructor (Line 37). this.grid.Columns.Remove(this.grid.Columns[''LastName'']); Like I said, this code works ...
    Posted to Xceed DataGrid for WPF (Forum) by Ryan on September 11, 2010
  • DataGrid Master/Detail expand by default

    Hi,   I would like to know how to set the master/detail datagrid so that the rows are expanded by default .   Thanks.  Antoine
    Posted to Xceed DataGrid for WPF (Forum) by Antoine on July 14, 2010
  • [Master-Detail] How to set SelectedItem to an item in an object's child collection

    I'm trying to select an item in the grid (bound to master-detail data) from code. The problem is that only selecting the top-level rows works fine. Here's some example code: private BindingList<ParentObject> _testItems;   public MainWindow()         {            ...
    Posted to Xceed DataGrid for WPF (Forum) by Anton on May 26, 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
  • Incorrect rendering of multiple detail controls

    Hello, I've observed an issue in rendering of Marster-Detail grid. Imagine you have two DetailConfiguration for the same root element. When you start the application, it will render the detail grids oddly. The critical issue is, that the first Detail grid will take all available space on the screen down from its first row. If we remove one of the ...
    Posted to Xceed DataGrid for WPF (Forum) by Kyrylo on February 23, 2010
  • Master/Detail - Displaying a child collection as a Detail.

    I am currently evaluating the use of Xceed datagrid. I have the following Entity and am trying to display it as a master detail table flow grid with multiple levels:  public class Entity {    public decimal Id;     public string Name;     public Entity ParentEntity;     public ...
    Posted to Xceed DataGrid for WPF (Forum) by rehan on February 15, 2010
  • Databound Hierarchical GridControl using DetailGrid

    I have an entity with an ID and a self referencing ParentID (both int) and I have successfully set up a DetailGrid to display the children at the first level, but have not found a way to have that cycle repeat itself down the hierarchy as required. The examples only seem to show how to do it manually....  Any ideas?
    Posted to Xceed Grid for .NET (Forum) by Craig on January 17, 2010
  • Recursive Master/Detail with unbound columns

    Hi, I am trying to create a grid with recursive details and it works when I set AutoCreateDetailDescriptions to true just fine. However, my problem is that I also need unbound columns on each level. I know it can be achieved by creating the detailconfigurations manualy in the code behind but it seems like a bad improvisation. Is there anyway to ...
    Posted to Xceed DataGrid for WPF (Forum) by Tal on November 22, 2009
1 2 3 4 5 Next > ... Last ยป
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.