I'm new to Infragistics and I'm trying to learn how to use some of the controls. Is there a way to add items to the ultracombo like with the Microsoft combo? Ex:
Combobox1.Items.Add("String");
Or, can you only add items to the ultracombo by using a datasource?
Is there a book that contains more information on the Infragistics controls?
Thanks in advance.