Ticket T281722
Visible to All Users
Duplicate

We have closed this ticket because another page addresses its subject:

dxDataGrid - How to implement the master-detail search panel

dxDataGrid - Search a Master-Detail grid

created 10 years ago

We have a master detail grid that needs to support a search within one detail grid within it's master.   How would I implement a search of the detail as well as the master through your search facility?

Answers approved by DevExpress Support

created 10 years ago

Hello,

A similar scenario is discussed in the dxDataGrid - How to implement the master-detail search panel ticket. Please refer to it for more information.

    Comments (2)

      The answer you provided me is correct but just out of the box.  I'm thinking there's another way to accomplish. this.  I am putting together a search grid that has the flattened rows and columns of the child that I need to search for.  The flatten search grid appears on focus of the search and then highlights what I'm looking for.
      Once highlighted, The user picks what data they are looking for from the result.  The non-searchable grid master and detail are then filtered or highlighted using API functions to filter and traverse the DOM elements of the grid.
      I know that logically I've answered my own question here, I'm just asking for a best practice physical example to help me implement dynamic filtering and highlighting from a set of data keys obtained from my search results using the parallel search grid.

      DevExpress Support Team 10 years ago

        Hi David,

        I have prepared a jsfiddle example illustrating how to implement search by the detail row using an additional invisible column. Please refer to it.

        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.