Hi
Although I've searched through the forum and even found a couple of releated threads the solution is still not quite clear for me
We can easily make a cell in UltraWinGrid to be a drop down list using at least three Infragistics controls. But this cell will accept only one value selected from a list.
What if I want to be able to select from multiple values in the drop down list and show selected values as comma separated strings in the cell.
I didn't get how I can do this usign out of the box capabilities. I still can do this with custom coding but if there is something already inbuilt I want to leverage it.
We use Infragistics 2011.2
If you have the samples installed you can refer to the MultiSelect Combos sample under Commands and Editors. This sample demonstrates a grid that can have multiple values selected from the drop down.
Hi,
There is a sample of a multi-select combo in a grid cell included in the NetAdvantage samples.If you installed the samples, it can be found in a path like this:
...\2011.2\Samples\WinEditors\CS\MultiSelect Combos CS