Hi,
In my desktop application, I want to use multiple groupings. As used in SQL Reporting Services. Is it possible to do this is VS? I am thinking of using a listview.
So I have 3 Groups -> TopGroup, MiddleGroup, BottomGroup
MiddleGroup data is displayed under the TopGroup level.
BottomGroup data is then displayed under MiddleGroup level.
With the details displayed under BottomGroup.
Is it possible to implement something similar in VS?
Thanks.