I'm creating a grid view that will have many combobox columns in it. I am using the property builder GUI in VS 2010 in C# to create these columns. There does not seem to be a way to edit the collection of selectable elements in the combo box inside the property builder, as there is when creating a stand-alone RadComboBox outside of a grid. Is there a way to do this that I am missing? All the examples I have seen show you how to do it programmatically, which I think is not a great solution in my case because it would mix auto-generated code with hand-written code. It would be better to do it all programmatically if that were necessary.
The number of selectable elements will always be fixed; the user cannot add to or delete from the choices. No column value is dependent on another column value. I am using the latest version of the Winforms dlls, Q3 2010.
Thanks.
The number of selectable elements will always be fixed; the user cannot add to or delete from the choices. No column value is dependent on another column value. I am using the latest version of the Winforms dlls, Q3 2010.
Thanks.