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

Browse by Tags

All Tags » Master Detail   (RSS)
Showing page 1 of 6 (53 total posts)
  • 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
  • User control as a details for a row

    Hey, I'm in the process of evaluate the Xceed WPF data grid, and now i'm focusing on showing a user control / grid (not data grid) as a details of a row. As i saw, I can use DetailConfigurations only for an inner table, but what if i want to use other controls as a details for a row?   Regards,  Eyal
    Posted to Xceed DataGrid for WPF (Forum) by Eyal on November 3, 2009
  • Re: GetFittedWidth of Column returns -1 second time

    HI, mohamed any thing for nested grid? why it is not working in nsted grid.
    Posted to Xceed DataGrid for WPF (Forum) by Pratik on August 28, 2009
  • Re: Using collection in Master Detail Grid

    yes dharmesh your solution works well and fine thanx it helped me.. vahhh..!! dhambhai..
    Posted to Xceed DataGrid for WPF (Forum) by Pratik on August 11, 2009
  • Combo box in Master Detail Grid

    Hi, I have Master Detail grid. Requirement is to show data in a combo box in Detail Grid column. How do I add combo box? Any samples? Below is my code - DataGridCollectionView theView = new DataGridCollectionView(roomsListNew, typeof(ExchangeRoomResource), false, false); theView.DetailDescriptions.Add(new ...
    Posted to Xceed DataGrid for WPF (Forum) by ks on July 15, 2009
  • Re: master-detail: hide 'collapse/expand' button + no child

    Hello, I don't believe either of these solutions actually addresses the problem.  The example shows how to prevent the empty detail view from being shown, but does nothing to disable the collapse/expand toggle.  Likewise for the Visible attribute on the DetailConfiguration.   If not every row has detail info, it is confusing to the ...
    Posted to Xceed DataGrid for WPF (Forum) by Matusz on July 14, 2009
  • Using collection in Master Detail Grid

    I am starting new thread as I did not get any reply for thread ''How to bind values(Collection) to Master/Detail grid?''. I am using Koch's sample from that thread. I've few more requirements. 1. Change the column titles, 2. In Child grid column I want to populate data into combo box (in example below, ''Suggested Room'' column). 3. ...
    Posted to Xceed DataGrid for WPF (Forum) by ks on July 7, 2009
1 2 3 4 5 Next > ... Last ยป
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.