Hi guys,

Stupid Question....

How can i group specific rows in a cxGrid (Express Quantum Grid 6)...

this event will occur onClick...

any ideas ???

Delphi 7....

Recommended Answers

All 5 Replies

expand all from Master-Detail
<cxGridDbTableView>.ViewData.Expand(True);

expand group
<cxGridDbTableView>.DataController.Groups.FullExpand;

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.