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

Master-Detail Virtualization

Sort Posts: Previous Next
  •  08-25-2008, 10:41 PM Post no. 14485

    Master-Detail Virtualization

    I am not sure if this is possible with this grid... DevExpress's winforms grid has this feature. When you are about to 'drill down' you can dynamically provide the data for the drill through via events. For example, when I expand the + next to a row, I get some event, I provide the relevant data and I get an opportunity to provide the child data for that detail relationship.

    Can the Xceed WPF grid mimic this behavior? As I mentioned on another thread, I am trying to make the WPF Grid Vendor decision presently and I want to choose Xceed, I am just checking all my current use cases to see that they are covered and I can only code so much :)

    Thanks;

    Chris

    Filed under:
  •  08-26-2008, 5:27 AM Post no. 14490 in reply to 14485

    • Gian is not online. Last active: 09-13-2008, 12:14 PM Gian
    • Not Ranked
    • Joined on 04-21-2008
    • Charlotte, North Carolina
    • Posts 2

    Re: Master-Detail Virtualization

    Hi Chris,

    I had the same dilema. Unfortunately, I got a response that it's currently not supported for this release. I dont feel that this feature would be released soon. But still we have to wait for the roadmap.

    http://xceed.com/CS/forums/thread/14165.aspx

    Hth

     

  •  08-26-2008, 8:06 AM Post no. 14498 in reply to 14485

    Re: Master-Detail Virtualization

    You could create a custom DataGridDetailDescription that provides the data you want to display as detail information for a row. For example:

    http://doc.xceedsoft.com/products/XceedWpfDataGrid/Custom_Detail_Descriptions.html 


    Senior Technical Writer
    - Xceed Software

    In three words I can sum up everything I've learned about life: it goes on.
  •  08-26-2008, 9:15 PM Post no. 14540 in reply to 14498

    Re: Master-Detail Virtualization

    So would this mechanism allow me to have different detail views/ drill throughs for different parents?

     

    For exaple, if I have the top level representing Order objects, and I want the children that have car orders to show columns like # of doors, etc, and orders for Helicopters to have details that are 100% different at the detail level, would this mechanism do the trick?

    Thanks for any guidance/ help.

    -Chris

  •  08-27-2008, 8:20 AM Post no. 14559 in reply to 14540

    Re: Master-Detail Virtualization

    Each detail "level" needs to have the same number of columns; however, what you could do is have multiple sibling details (e.g., one for cars and one for helicopters) and hide the car or helicopter details from the rows that do not have the information.
    Senior Technical Writer
    - Xceed Software

    In three words I can sum up everything I've learned about life: it goes on.
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.