I would like to select multiple values from a grid, The selected items have to visible in the text box.
I can achieve something similar using the popupContainerEdit (or gridLookUpEdit i think) but the select values are displayed as a comma seperated
string list.
Common web frameworks are able to display the selected values as kind of an object with an "X" on each item (Example screenshot) and with additional infos.
It is possible to achieve this with winforms and devexpress?
Thank you!