I am working in Delphi, In a project, I do have a cxgrid, which contains master and a detail grid. let us assume, we have a master grid which has multiple lines, out of which few of the lines have detail grids. I have to search the text so that, if the text is not present in the master grid line but present in the respective detail grid of the same Master grid line, then in the filtered list, I can see the master grid line. (which does not have the text).
Please help me, in this regard.
thanks