in
Forums
Blogs
Files
Devexpress.Com
ClientCenter
Support Center
DevExpress Channel

Detail view with a List/Detail view

Last post 8/27/2008 1:42 PM by Linton. 3 replies.
Page 1 of 1 (4 items)
Sort Posts:
Previous Next
  • 8/27/2008 11:24 AM

    Detail view with a List/Detail view

    If Class A has a collection of Class B, the detail view of Class A contains a list of Class Bs. Is it possible that the list of Class Bs also includes the detail view of Class B? 

    Thanks

    No trees were harmed in the sending of this message, however a large number of electrons were terribly inconvenienced.
  • 8/27/2008 12:44 PM In reply to

    Re: Detail view with a List/Detail view

     Bill,

    If I am understanding your requirement correctly: In the Model, you can set the Views->ClassB_ListView->MasterDetailMode attribute to "ListViewAndDetailView". that'll give you a list and detail view for Class B.

    HTH,

    Linton

  • 8/27/2008 1:04 PM In reply to

    Re: Detail view with a List/Detail view

     Yup, that is what I did, but it still only shows the list. Does is matter which model I change in it??

    No trees were harmed in the sending of this message, however a large number of electrons were terribly inconvenienced.
  • 8/27/2008 1:42 PM In reply to

    Re: Detail view with a List/Detail view

    Answer

    Which model only matters if you put it in either YourSolution.Module.Win (will only apply to Windows Apps) or YourSolution.Module.Web (will only apply to Web apps). I usually make the changes to MySolution.Module (Applies to both Win/Web)

    You may have a ListView names something like "ClassA_ClassB_ListView" that will be the list view when class A is open and class B is listed (or it maybe ClassB_ClassA_ListView.

    HTH, Linton

Page 1 of 1 (4 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED