Ticket B4249
Visible to All Users

How to programmatically activate the necessary detail View

created 19 years ago

I have an ExpressQuantumGrid with one Master-DBTableView and several Detail-DBTableView (The Grid is used to show the results of a database search, which can occur in any columns of any of the Master and Details). My question is: When I expand the Master, I want to open a specified one (via Name?) of the Details (like mouse click on the corresponding tab).
How can I do this?
Regards
Heinz Buchholz

Comments (1)
Serge (DevExpress Support) 19 years ago

    The ExpressQuantumGrid allows you to do this. Use the TcxGridMasterDataRow.ActiveDetailIndex property (you can learn more in the ExpressQuantumGrid's documentation).
    To be complete, we have enclosed a sample project demonstrating how this can be done. Hopefully, it will be helpful and not a problem to adapt. Feel free to contact us if you need any further assistance in this regard.

    Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

    Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.