Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
920
simple multi-select combo box in databound grid
posted

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.