Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
Paddy
|
Jan 2, 2011 - 6:09 AM
|
I am using v3.8
I have a unbound grid on the form with four columns. The last column is set as a ComboBoxCell. Where do I go to programatically make the ComboBoxCell display the DropDownList and populate it with some values? I have tried many things and I don’t know what I am doing. I can’t even find what I need in the properties window of the unbound grid. Please advise.
|
|
Technical Support
|
Jan 5, 2011 - 9:52 AM
|
Please use the following properties of the Column class: MappingDataSource, MappingValueDataMember, MappingDisplayDataMember. They have the same meaning as the corresponding properties of the standard ComboBox (DataSource, ValueDataMember, DisplayDataMember). The usage is illustrated in ProgressBarAndColorPicker part of the SimpleDemos example.
|
|