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
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
I am able to get same functionality of multiple dropdown in ultra combo editor,but when i am trying to bind values from DB ,then i am not able to set checkbox based on logic.
I have tried setcheckedstatus,values evrything.I have created a saparated unbound column also in ultracombo but that also not working for me.
Please help me to sugegst solution for this as i can see that checkeditem count while setting values from debugger but still checkboxs are unchecked and selected values are not showing in wingrid cell where i am using ultracomboeditor as editor component.
Need help asap.