The requirement is to allow the user multiple rows in a combo/ drop down. That is the user will click on drop down there will be a grid with all the values and the user should be able to select (using a checkbox) multiple rows in the drop down.
If the possible?
also what is the difference between a Ulrta Combo and a Drop down
Is there a multi select list box available? Hoping to find a solution for multi selection in a wingrid without having a develop some kind of custom control!
No, I don't know of any samples of this. What you probably have to do is trap the CellChange event of the grid and search the list in the dropdown to find the matching item, then update the text in the cell. This is not a trivial task, either.
Are there any code examples of doing this? I'm completely new to using infragistics and I have an app that requires a multi select drop down control. It would be very helpful to see this implemented in code if that exists somewhere.
Thanks!
Thanks for ur help Mike
Hi Sandeep,
If you create your own dropdown control, you can do anything you want. You would have to code it, though.