hi,
I would like to implement a Multi Select dropdown using Ultra Combo control. For example my dropdown is having the details of product such as Product ID, Product name, Price, Available Qty etc.
I have to select multiple products in the dropdown and save all the items into the database. Can anyone help me to achieve this?
We are using Infragistics Win Forms 2007 V1.
Appreciate in advance.
Thanks,
Dhanasekaran G
I don't think the version you are using supports multi-select. that feature wasn't added until later. So you will need to upgrade if you want to do this the easy way.
Selecting Multiple Values within WinCombo
IF you can't upgrade, then the hard way is to create your own combo with a dropdown control of your own.
HOWTO:Creating a Multi-Select Dropdown Combo for the WinGrid