cancel
Showing results for 
Search instead for 
Did you mean: 

Expand and Collapse in queries

Former Member
0 Kudos

Hi everybody,

sorry to bother you but I'm trying to understand how to Expand and Collapse rows in queries created by me. I guess I must use grids (discovered reading other threads) but I've no idea about what they are and how to use them. Do you know where I can find documentation? Just to explain, I must create queries like: orders related to each SlpCode and I must Expand/Collapse SlpCode Column.

SlpCode Order N.

3 10001

3 10004

5 10002

5 10008

I need something like:

Collapsed: 3

5

Expanding SlpCode 3:

3 10001

3 10004

5

Thanks in Advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member583013
Active Contributor
0 Kudos

Federico Cara

It can be done through SDK Coding. Example can be found in the Samples folder when you install SDK.

There is an example inside the *Sample\COM UI\VB .NET\19.Grid * folder exactly showing the Collapse and Expand functionality

Suda

Former Member
0 Kudos

Thanks very much Suda,

I'll surely come back with other questions after haing red it

Thanks again

Answers (0)