Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What other components are there to produce Master-Detail grids, like what InfoPower can do (where the detail grid is in the master grid - first image in the in InfoPower link)?

share|improve this question

3 Answers

The one and only: ExpressQuantumGrid.

Of course there are many alternatives, but don't struggle with the half-baked.

share|improve this answer

You can do that with any DB-aware grids and ClientDataSets linked in a master-detail relationship. This docwiki page is a good place to start looking for info on how that's done.

share|improve this answer
I think the OP is asking for grids capable of showing master-detail data inside the same grid (like infopower, orpheus, DevExpress, etc) – Fabricio Araujo Nov 10 '10 at 0:25
Fabricio is correct. I am after the visual effect. – Nick Ring Nov 10 '10 at 1:05

QuantumGrid is nice but also very heavy and quite expensive. TDBGridEh seems to be a good alternative. Also TVirtualStringTree can be used as a grid but this requires much more effort to implement.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.