Ryan Gates
Ryan Gates

Reputation: 4539

Difference between band and group

What is the difference between WithinBand and WithinGroup in the AllowColMoving Enumeration for setting the AllowColMoving property of an UltraGrid control?

Are there any best practices/gotchas regarding this?

Upvotes: 2

Views: 342

Answers (1)

alhalama
alhalama

Reputation: 3228

Columns can be grouped within a band and when you set AllowColMoving to WithinGroup it would restrict the end user so that they could only move columns within a single group.

For example if you have columns for street, city, state, and zip code you might want the user to only be able to move columns within that group.

To see an example of groups, refer to Creating Multiple-Row Layout Using Levels topic in the NetAdvantage help.

Upvotes: 1

Related Questions