|
Cell Choice List
Multiple choices can be provided using a single collection list. This is used by controls such as the ComboBox that need to present the user with multiple choices.
Cell displaying its choice list
Choice List illustrates a very important aspect of GridControl's cell attribute architecture. Instead of presenting a disparate cell attribute API with special calls for formatting different control types, the GridControl provides a consistent attribute model. Different cell types may interpret attributes with slight variation but the usage model itself conveys a consistent interface. This design aspect greatly helps cut down the time required to master the GridControl.
|
|
|
|