I have a grid that is databound to an object that stores a string of IDs that relate to another lookup list. So I want a cell bound to this ID pointer column to have a simple multi-select list of display values that when closed puts a delimited string of id values in the bound cell.
I'm also wondering where i should first go to look for answers to this kind of question since i've spent a couple hours looking for help on this and cant find anything except some forum posts that kinda relate but don't really tell me everything i need to implement this correctly.
This feature was added in v9.1, so it's not available in v8.3.
But you could do this:
HOWTO:Creating a Multi-Select Dropdown Combo for the WinGrid
Hi Mike,
I have requirement to show multiselect combobox feature (ID, Name with checkbox feature) with Grid Cell ValueList. I am using Infragistics V8.3. Could you please confirm whether this feature is available with V8.3. If Yes could please brief me how to do?
found the download i needed to install
I can't find the Samples Directory you're referring to. I have 2010.1 do they not come in this?
C:\Program Files (x86)\Infragistics\NetAdvantage 2010.1\Windows Forms
Hi,
Sorry, I seem to have missed that part of your question. :)
There's a sample that demonstrates how to create a multi-select combo under the WinEditors samples.
...\2010.2\Samples\WinEditors\CS\MultiSelect Combos CS
...\2010.2\Samples\WinEditors\VB\MultiSelect Combos VB
I can't seem to find a sample of doing this in the grid, oddly enough. But basically, all you have to do is create the UltraComboEditor and assign it to the grid via the EditorComponent property on the grid column. The grid cell becomes the edit portion of the combo and handles the value just as the standalone combo does.