문제

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