The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I must be missing something, because I do not see an "Add" method for the ComboBoxExt.
Something similar to the following (incomplete) code segment
for(int i = 0; i < ArrayList.Count; i++)
myComboBox.Items.Add(Mv.SomeValue);
Thanks In Advance.
RPRamesh Praveen Syncfusion Team August 5, 2003 02:59 PM UTC
Ken,
The ComboBoxExt expects a ListBox to be plugged in to be shown in the dropdown area. And you would populate the ListBox, instead of the combo directly. The idea is to let you plugin custom ListBox's the dropdown area.
However, if you want a .net ComboBox like functionality you should use our ComboBoxAdv control (deriving from our ComboBoxExt) that provides a very similar API as the .net combo and automatically using a ListBox internally.
Regards,
Praveen