This must be possible, but I cannot for the life of me figure out how. I want to accomplish the equivilant of this javascript (without post or callback):
combo.options.add(new option("blah", "1"));
I can add things to the Items collection of the RadCombo but nothing that it actually uses and adds to the dropdown.
How can I do this?
combo.options.add(new option("blah", "1"));
I can add things to the Items collection of the RadCombo but nothing that it actually uses and adds to the dropdown.
How can I do this?