Is there an infragistics control that is similar to a listbox? I want to bind my data to the listbox but i don't seem to find anything similar to a normal listbox
For what platform? I'll cover the two most likely ones - Windows Forms and ASP.NET.
If you're using Windows Forms, WinListView is the closest control to the .NET ListBox control.
I don't believe we have a corresponding control in ASP.NET.
Sorry I meant on ASP.NET. but since you have already answered my question then its ok. Thanks!
Closest to this is WebCombo, but it only supports dropdown mode (not ListBox mode). You can probably also achieve something similar to a listbox with UltraWebGrid with just a single column and set CellClickAction to RowSelect - this may resemble templated skinnable ListBox to end-users
<DisplayLayout CellClickActionDefault="RowSelect"
You can also suggest this product, feature, or just anything to our Request a Feature form - PM follows that closely and much of our TODO list is based on suggestions from this form.
http://devcenter.infragistics.com/Protected/RequestFeature.aspx