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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top